Merge pull request #2239 from thornbill/disable-browser-hack-sass

Disable browser hack rule for sass files
This commit is contained in:
Bill Thornton
2020-12-16 16:39:58 -05:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
"plugins": [ "stylelint-scss" ],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true
"scss/at-rule-no-unknown": true,
"plugin/no-browser-hacks": null
}
}