mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
remove unused comments
This commit is contained in:
parent
8d600f1e9d
commit
c6cd3f33ba
@ -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…
Reference in New Issue
Block a user