mirror of
https://github.com/danog/sass-site.git
synced 2025-01-21 21:31:34 +01:00
Merge branch 'main' into learn-sass
This commit is contained in:
commit
20a3a74c4f
@ -11,13 +11,11 @@ $sl-colors: theme.$sl-color--hopbush theme.$sl-color--bouquet
|
||||
theme.$sl-color--midnight-blue;
|
||||
|
||||
@function stripes($position, $sl-colors) {
|
||||
/* stylelint-disable annotation-no-unknown */
|
||||
$sl-colors: if(
|
||||
meta.type-of($sl-colors) != 'list',
|
||||
compact($sl-colors),
|
||||
$sl-colors
|
||||
);
|
||||
/* stylelint-enable annotation-no-unknown */
|
||||
$gradient: ();
|
||||
$width: math.div(100%, list.length($sl-colors));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user