mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 13:51:46 +01:00
disable stylelint rule: https://github.com/stylelint/stylelint/issues/6741
This commit is contained in:
parent
f0a9167a0d
commit
8c0a93013e
@ -18,6 +18,8 @@ rules:
|
||||
color-function-notation: null
|
||||
color-named: always-where-possible
|
||||
custom-property-pattern: null
|
||||
# https://github.com/stylelint/stylelint/issues/6741
|
||||
function-url-quotes: null
|
||||
function-url-no-scheme-relative: true
|
||||
number-max-precision: null
|
||||
selector-class-pattern: null
|
||||
|
@ -1,7 +1,7 @@
|
||||
@use 'config';
|
||||
|
||||
$sl-breakpoints: (
|
||||
/* for mixins to span across breakpoints and without one*/
|
||||
// for mixins to span across breakpoints and without one
|
||||
none: 0,
|
||||
small: config.$sl-breakpoint--small,
|
||||
medium: config.$sl-breakpoint--medium,
|
||||
|
Loading…
x
Reference in New Issue
Block a user