Merge branch 'main' into learn-sass

This commit is contained in:
Sana Javed 2023-02-21 17:36:56 +01:00 committed by GitHub
commit 20a3a74c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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