This commit is contained in:
Jonny Gerig Meyer 2023-03-28 14:25:08 -04:00
parent f0a9167a0d
commit 8c0a93013e
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ rules:
color-function-notation: null color-function-notation: null
color-named: always-where-possible color-named: always-where-possible
custom-property-pattern: null custom-property-pattern: null
# https://github.com/stylelint/stylelint/issues/6741
function-url-quotes: null
function-url-no-scheme-relative: true function-url-no-scheme-relative: true
number-max-precision: null number-max-precision: null
selector-class-pattern: null selector-class-pattern: null

View File

@ -1,7 +1,7 @@
@use 'config'; @use 'config';
$sl-breakpoints: ( $sl-breakpoints: (
/* for mixins to span across breakpoints and without one*/ // for mixins to span across breakpoints and without one
none: 0, none: 0,
small: config.$sl-breakpoint--small, small: config.$sl-breakpoint--small,
medium: config.$sl-breakpoint--medium, medium: config.$sl-breakpoint--medium,