1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-26 07:51:36 +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"] "ignoreProperties": ["composes", "font-smoothing", "font-smooth"]
} }
], ],
"at-rule-empty-line-before": [
"always", {
"ignoreAtRules": [
"import"
]
}
],
"at-rule-no-unknown": [ true, { "at-rule-no-unknown": [ true, {
ignoreAtRules: ["each"] ignoreAtRules: ["each"]
}] }]