Skip to content

Commit

Permalink
Merge pull request jellyfin#2239 from thornbill/disable-browser-hack-…
Browse files Browse the repository at this point in the history
…sass

Disable browser hack rule for sass files
  • Loading branch information
thornbill committed Dec 16, 2020
2 parents d66d26b + 100337b commit 86b8b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc.scss.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 86b8b55

Please sign in to comment.