Example
Gradient
Creates a gradient background with multiple colors and custom direction.
HTML:
<span class="mixin-example-gradient">_</span>
SCSS:
.mixin-example-gradient {
@include gradient(30deg, #000, #fff);
}
Classes
Mixin | Parameters | Values |
gradient | Direction, Color stops | (number)deg, #(color)... |