Skip to content

Commit e6cc130

Browse files
committed
Improved visual again
1 parent fdd1006 commit e6cc130

File tree

6 files changed

+26
-27
lines changed

6 files changed

+26
-27
lines changed

examples/dist/assets/css/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/dist/index.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ <h2 class="item__heading">
449449

450450
<h3 class="item__sub-heading">Description</h3>
451451

452-
<p class="item__description"><p>Returns the opposite direction of every direction in <code>$directions</code>.</p></p>
452+
<div class="item__description"><p>Returns the opposite direction of every direction in <code>$directions</code>.</p></div>
453453

454454

455455
<h3 class="item__sub-heading">Parameters</h3>
@@ -613,7 +613,7 @@ <h2 class="item__heading">
613613

614614
<h3 class="item__sub-heading">Description</h3>
615615

616-
<p class="item__description"><p>Clamp <code>$value</code> between <code>$min</code> and <code>$max</code>.</p></p>
616+
<div class="item__description"><p>Clamp <code>$value</code> between <code>$min</code> and <code>$max</code>.</p></div>
617617

618618

619619
<h3 class="item__sub-heading">Parameters</h3>
@@ -787,7 +787,7 @@ <h2 class="item__heading">
787787

788788
<h3 class="item__sub-heading">Description</h3>
789789

790-
<p class="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> -&gt; <code>$z-indexes</code> map.</p></p>
790+
<div class="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> -&gt; <code>$z-indexes</code> map.</p></div>
791791

792792

793793
<h3 class="item__sub-heading">Parameters</h3>
@@ -945,7 +945,7 @@ <h2 class="item__heading">
945945

946946
<h3 class="item__sub-heading">Description</h3>
947947

948-
<p class="item__description"><p>Color getter.</p></p>
948+
<div class="item__description"><p>Color getter.</p></div>
949949

950950

951951
<h3 class="item__sub-heading">Parameters</h3>
@@ -1094,7 +1094,7 @@ <h2 class="item__heading">
10941094

10951095
<h3 class="item__sub-heading">Description</h3>
10961096

1097-
<p class="item__description"><p>Tests whether the value is a valid length.</p></p>
1097+
<div class="item__description"><p>Tests whether the value is a valid length.</p></div>
10981098

10991099

11001100
<h3 class="item__sub-heading">Parameters</h3>
@@ -1248,7 +1248,7 @@ <h2 class="item__heading">
12481248

12491249
<h3 class="item__sub-heading">Description</h3>
12501250

1251-
<p class="item__description"><p>Float clearing helper.</p></p>
1251+
<div class="item__description"><p>Float clearing helper.</p></div>
12521252

12531253

12541254
<h3 class="item__sub-heading">Parameters</h3>
@@ -1374,7 +1374,7 @@ <h2 class="item__heading">
13741374

13751375
<h3 class="item__sub-heading">Description</h3>
13761376

1377-
<p class="item__description"><p>Mixin to size elements.</p></p>
1377+
<div class="item__description"><p>Mixin to size elements.</p></div>
13781378

13791379

13801380
<h3 class="item__sub-heading">Parameters</h3>
@@ -1532,7 +1532,7 @@ <h2 class="item__heading">
15321532

15331533
<h3 class="item__sub-heading">Description</h3>
15341534

1535-
<p class="item__description"><p>Shorthand for positioning.</p></p>
1535+
<div class="item__description"><p>Shorthand for positioning.</p></div>
15361536

15371537

15381538
<h3 class="item__sub-heading">Parameters</h3>
@@ -1730,7 +1730,7 @@ <h2 class="item__heading">
17301730

17311731
<h3 class="item__sub-heading">Description</h3>
17321732

1733-
<p class="item__description"><p>Shorthand for absolute positioning.</p></p>
1733+
<div class="item__description"><p>Shorthand for absolute positioning.</p></div>
17341734

17351735

17361736
<h3 class="item__sub-heading">Parameters</h3>
@@ -1887,7 +1887,7 @@ <h2 class="item__heading">
18871887

18881888
<h3 class="item__sub-heading">Description</h3>
18891889

1890-
<p class="item__description"><p>Shorthand for relative positioning.</p></p>
1890+
<div class="item__description"><p>Shorthand for relative positioning.</p></div>
18911891

18921892

18931893
<h3 class="item__sub-heading">Parameters</h3>
@@ -2029,7 +2029,7 @@ <h2 class="item__heading">
20292029

20302030
<h3 class="item__sub-heading">Description</h3>
20312031

2032-
<p class="item__description"><p>Shorthand for fixed positioning.</p></p>
2032+
<div class="item__description"><p>Shorthand for fixed positioning.</p></div>
20332033

20342034

20352035
<h3 class="item__sub-heading">Parameters</h3>
@@ -2171,7 +2171,7 @@ <h2 class="item__heading">
21712171

21722172
<h3 class="item__sub-heading">Description</h3>
21732173

2174-
<p class="item__description"><p>Responsive manager.</p></p>
2174+
<div class="item__description"><p>Responsive manager.</p></div>
21752175

21762176

21772177
<h3 class="item__sub-heading">Parameters</h3>
@@ -2341,7 +2341,7 @@ <h2 class="item__heading">
23412341

23422342
<h3 class="item__sub-heading">Description</h3>
23432343

2344-
<p class="item__description"><p>Mixin to fake CSS triangles with border hacks.</p></p>
2344+
<div class="item__description"><p>Mixin to fake CSS triangles with border hacks.</p></div>
23452345

23462346

23472347
<h3 class="item__sub-heading">Parameters</h3>
@@ -2546,7 +2546,7 @@ <h2 class="item__heading">
25462546

25472547
<h3 class="item__sub-heading">Description</h3>
25482548

2549-
<p class="item__description"><p>Mixin to handle cross browser keyframes for CSS animations.</p></p>
2549+
<div class="item__description"><p>Mixin to handle cross browser keyframes for CSS animations.</p></div>
25502550

25512551

25522552
<h3 class="item__sub-heading">Parameters</h3>
@@ -2682,7 +2682,7 @@ <h2 class="item__heading">
26822682

26832683
<h3 class="item__sub-heading">Description</h3>
26842684

2685-
<p class="item__description"><p>Mixin to prefix properties that are not prefixed by Compass</p></p>
2685+
<div class="item__description"><p>Mixin to prefix properties that are not prefixed by Compass</p></div>
26862686

26872687

26882688
<h3 class="item__sub-heading">Parameters</h3>
@@ -2826,7 +2826,7 @@ <h2 class="item__heading">
28262826

28272827
<h3 class="item__sub-heading">Description</h3>
28282828

2829-
<p class="item__description"><p>Mixin for cross-browser opacity (IE 8).<br>Clamps the value between 0 and 1.</p></p>
2829+
<div class="item__description"><p>Mixin for cross-browser opacity (IE 8).<br>Clamps the value between 0 and 1.</p></div>
28302830

28312831

28322832
<h3 class="item__sub-heading">Parameters</h3>
@@ -2967,7 +2967,7 @@ <h2 class="item__heading">
29672967

29682968
<h3 class="item__sub-heading">Description</h3>
29692969

2970-
<p class="item__description"><p>Map of colors for quick grabbing.<br>See <code>_functions.scss</code> -&gt; <code>color()</code> function.</p></p>
2970+
<div class="item__description"><p>Map of colors for quick grabbing.<br>See <code>_functions.scss</code> -&gt; <code>color()</code> function.</p></div>
29712971

29722972

29732973

@@ -3054,7 +3054,7 @@ <h2 class="item__heading">
30543054

30553055
<h3 class="item__sub-heading">Description</h3>
30563056

3057-
<p class="item__description"><p>Map of breakpoints for responsive design.<br>See <code>_functions.scss</code> -&gt; <code>respond-to()</code> function.</p></p>
3057+
<div class="item__description"><p>Map of breakpoints for responsive design.<br>See <code>_functions.scss</code> -&gt; <code>respond-to()</code> function.</p></div>
30583058

30593059

30603060

@@ -3145,7 +3145,7 @@ <h2 class="item__heading">
31453145

31463146
<h3 class="item__sub-heading">Description</h3>
31473147

3148-
<p class="item__description"><p>Z-indexes layers.<br>See <code>_functions.scss</code> -&gt; <code>z()</code> function.</p></p>
3148+
<div class="item__description"><p>Z-indexes layers.<br>See <code>_functions.scss</code> -&gt; <code>z()</code> function.</p></div>
31493149

31503150

31513151

0 commit comments

Comments
 (0)