1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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

Disable browser hack rule for sass files

(cherry picked from commit 86b8b55b1a)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
Bill Thornton 2020-12-16 16:39:58 -05:00 committed by Joshua M. Boniface
parent 3a4023ca40
commit 49fa4e0b65

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