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

Disable browser hack rule for sass files
(cherry picked from commit 86b8b55b1a
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
9 lines
201 B
JSON
9 lines
201 B
JSON
{
|
|
"extends": [ "./.stylelintrc.json" ],
|
|
"plugins": [ "stylelint-scss" ],
|
|
"rules": {
|
|
"at-rule-no-unknown": null,
|
|
"scss/at-rule-no-unknown": true,
|
|
"plugin/no-browser-hacks": null
|
|
}
|
|
}
|