Skip to content

Commit

Permalink
remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Feb 21, 2023
1 parent b010b0f commit 97f557b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/assets/sass/components/_pop-stripe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 97f557b

Please sign in to comment.