Skip to content

Commit b80834b

Browse files
committed
Odstraneni pravidel pro at-rule, protoze jsou v kolizi s LESS promennymi
1 parent 89b6d95 commit b80834b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.stylelintrc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
"extends": "stylelint-config-standard",
66
"rules": {
77
"at-rule-empty-line-before": null,
8-
"at-rule-no-unknown": [
9-
true, {
10-
"ignoreAtRules": ["if", "else", "mixin", "include", "content", "for"]
11-
}
12-
],
8+
"at-rule-name-space-after": null,
9+
"at-rule-no-unknown": null,
1310
"color-hex-case": "lower",
1411
"declaration-colon-newline-after": null,
1512
"declaration-empty-line-before": "never",

0 commit comments

Comments
 (0)