You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/dist/index.html
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,7 @@ <h2 class="item__heading">
449
449
450
450
<h3class="item__sub-heading">Description</h3>
451
451
452
-
<pclass="item__description"><p>Returns the opposite direction of every direction in <code>$directions</code>.</p></p>
452
+
<divclass="item__description"><p>Returns the opposite direction of every direction in <code>$directions</code>.</p></div>
453
453
454
454
455
455
<h3class="item__sub-heading">Parameters</h3>
@@ -613,7 +613,7 @@ <h2 class="item__heading">
613
613
614
614
<h3class="item__sub-heading">Description</h3>
615
615
616
-
<pclass="item__description"><p>Clamp <code>$value</code> between <code>$min</code> and <code>$max</code>.</p></p>
616
+
<divclass="item__description"><p>Clamp <code>$value</code> between <code>$min</code> and <code>$max</code>.</p></div>
617
617
618
618
619
619
<h3class="item__sub-heading">Parameters</h3>
@@ -787,7 +787,7 @@ <h2 class="item__heading">
787
787
788
788
<h3class="item__sub-heading">Description</h3>
789
789
790
-
<pclass="item__description"><p>Helper to manage <code>z-index</code>. <br>Tries to fetch the z-index mapped to <code>$layer</code> in <code>$z-indexes</code> map.<br>If found, returns it, else returns <code>null</code>.<br>See <code>_variables.scss</code> -> <code>$z-indexes</code> map.</p></p>
790
+
<divclass="item__description"><p>Helper to manage <code>z-index</code>. <br>Tries to fetch the z-index mapped to <code>$layer</code> in <code>$z-indexes</code> map.<br>If found, returns it, else returns <code>null</code>.<br>See <code>_variables.scss</code> -> <code>$z-indexes</code> map.</p></div>
<pclass="item__description"><p>Mixin to fake CSS triangles with border hacks.</p></p>
2344
+
<divclass="item__description"><p>Mixin to fake CSS triangles with border hacks.</p></div>
2345
2345
2346
2346
2347
2347
<h3class="item__sub-heading">Parameters</h3>
@@ -2546,7 +2546,7 @@ <h2 class="item__heading">
2546
2546
2547
2547
<h3class="item__sub-heading">Description</h3>
2548
2548
2549
-
<pclass="item__description"><p>Mixin to handle cross browser keyframes for CSS animations.</p></p>
2549
+
<divclass="item__description"><p>Mixin to handle cross browser keyframes for CSS animations.</p></div>
2550
2550
2551
2551
2552
2552
<h3class="item__sub-heading">Parameters</h3>
@@ -2682,7 +2682,7 @@ <h2 class="item__heading">
2682
2682
2683
2683
<h3class="item__sub-heading">Description</h3>
2684
2684
2685
-
<pclass="item__description"><p>Mixin to prefix properties that are not prefixed by Compass</p></p>
2685
+
<divclass="item__description"><p>Mixin to prefix properties that are not prefixed by Compass</p></div>
2686
2686
2687
2687
2688
2688
<h3class="item__sub-heading">Parameters</h3>
@@ -2826,7 +2826,7 @@ <h2 class="item__heading">
2826
2826
2827
2827
<h3class="item__sub-heading">Description</h3>
2828
2828
2829
-
<pclass="item__description"><p>Mixin for cross-browser opacity (IE 8).<br>Clamps the value between 0 and 1.</p></p>
2829
+
<divclass="item__description"><p>Mixin for cross-browser opacity (IE 8).<br>Clamps the value between 0 and 1.</p></div>
2830
2830
2831
2831
2832
2832
<h3class="item__sub-heading">Parameters</h3>
@@ -2967,7 +2967,7 @@ <h2 class="item__heading">
2967
2967
2968
2968
<h3class="item__sub-heading">Description</h3>
2969
2969
2970
-
<pclass="item__description"><p>Map of colors for quick grabbing.<br>See <code>_functions.scss</code> -> <code>color()</code> function.</p></p>
2970
+
<divclass="item__description"><p>Map of colors for quick grabbing.<br>See <code>_functions.scss</code> -> <code>color()</code> function.</p></div>
2971
2971
2972
2972
2973
2973
@@ -3054,7 +3054,7 @@ <h2 class="item__heading">
3054
3054
3055
3055
<h3class="item__sub-heading">Description</h3>
3056
3056
3057
-
<pclass="item__description"><p>Map of breakpoints for responsive design.<br>See <code>_functions.scss</code> -> <code>respond-to()</code> function.</p></p>
3057
+
<divclass="item__description"><p>Map of breakpoints for responsive design.<br>See <code>_functions.scss</code> -> <code>respond-to()</code> function.</p></div>
0 commit comments