You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command: $ sass-lint sscce.sass -v Expected result: no errors due to sass-lint:disable on line 1 Actual result: error on line 8
sscce.sass
8:11 error A value of `none` is not allowed. `0` must be used border-zero
I'm using Sass Lint version 1.13.1
My guess is that disable-block re-enables the rule at the end of the block, regardless of disables on higher level blocks.
The text was updated successfully, but these errors were encountered:
danfishgold
changed the title
sass-lint:disable-block cancels sass-lint:disable before itsass-lint:disable-block cancels sass-lint:disableAug 8, 2019
danfishgold
changed the title
sass-lint:disable-block cancels sass-lint:disable
sass-lint:disable-block re-enables rules after sass-lint:disable
Aug 8, 2019
.sass-lint.yml:
sscce.sass:
Command:
$ sass-lint sscce.sass -v
Expected result: no errors due to
sass-lint:disable
on line 1Actual result: error on line 8
I'm using Sass Lint version 1.13.1
My guess is that
disable-block
re-enables the rule at the end of the block, regardless ofdisable
s on higher level blocks.The text was updated successfully, but these errors were encountered: