remove unused comments

This commit is contained in:
Jonny Gerig Meyer 2023-02-21 11:04:48 -05:00
parent 8d600f1e9d
commit c6cd3f33ba
No known key found for this signature in database
GPG Key ID: FB602F738A872F7F

View File

@ -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));