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:
parent
3a4023ca40
commit
49fa4e0b65
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
"plugins": [ "stylelint-scss" ],
|
"plugins": [ "stylelint-scss" ],
|
||||||
"rules": {
|
"rules": {
|
||||||
"at-rule-no-unknown": null,
|
"at-rule-no-unknown": null,
|
||||||
"scss/at-rule-no-unknown": true
|
"scss/at-rule-no-unknown": true,
|
||||||
|
"plugin/no-browser-hacks": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue