1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 03:48:59 +00:00

Fix stylelint rule

This commit is contained in:
Vladimir Volek 2019-03-06 15:49:12 +01:00
parent bd4dcf0965
commit fecfba6760

View File

@ -17,13 +17,6 @@
"ignoreProperties": ["composes", "font-smoothing", "font-smooth"]
}
],
"at-rule-empty-line-before": [
"always", {
"ignoreAtRules": [
"import"
]
}
],
"at-rule-no-unknown": [ true, {
ignoreAtRules: ["each"]
}]