@@ -54,7 +54,7 @@ Then use the mixin:
5454 * @param $colors - SCSS Map of colors
5555 * @param $stops - SCSS Map of color stops
5656 * @param $direction - One of 'horizontal' or 'vertical'
57- */
57+ */
5858@include rainbow ($colors , $stops , $direction );
5959```
6060
@@ -79,7 +79,7 @@ Then use the mixin:
7979 * @param: $size - width/height of the triangle. Default: 2rem
8080 * @param: $background - any valid CSS background declaration. Default: red
8181 * @param: $radius - true or false (if false, no radius). Default: true
82- */
82+ */
8383@include rainbow ($size , $background , $radius );
8484```
8585
@@ -101,7 +101,7 @@ Then use the mixin:
101101``` scss
102102/*
103103 * @param: $hyphens - one of 'none', 'manual' or 'auto'. Default: auto
104- */
104+ */
105105@include unbreak ($size , $background , $radius );
106106```
107107
@@ -125,7 +125,7 @@ Then use the mixin:
125125 * @param: $repeat - background-repeat property. Default: no-repeat
126126 * @param: $position - background-position property. Default: 50% 50%
127127 * @param: $size - background-size property. Default: 2rem 2rem
128- */
128+ */
129129@include loader ($loader , $repeat , $position , $size );
130130```
131131
@@ -175,7 +175,7 @@ $result: str-replace($string, $search, $replace: '');
175175
176176/*
177177 * $result should equal to 'something awesome'
178- */
178+ */
179179```
180180
181181---
@@ -198,7 +198,7 @@ Then use the mixin:
198198 * @param: $repeat - background-repeat property. Default: no-repeat
199199 * @param: $position - background-position property. Default: 0 0
200200 * @param: $size - background-size property. Default: 100% 100%
201- */
201+ */
202202@include background-svg ($svg , $repeat , $position , $size );
203203```
204204
@@ -219,7 +219,7 @@ Then use the mixin:
219219``` scss
220220/*
221221 * Each parameter is a valid SVG code string
222- */
222+ */
223223@include multi-background-svg ($svg1 , $svg2 , $svg3 , $svg4 );
224224```
225225
0 commit comments