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
commit 86b8b55b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}
}