Skip to content

Commit

Permalink
disable stylelint rule: stylelint/stylelint#6741
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Mar 28, 2023
1 parent 58c6a5e commit 7e205a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/assets/sass/_breakpoints.scss
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 7e205a8

Please sign in to comment.