Skip to content

Commit 8afa9cb

Browse files
kayjoostenjohanib
authored andcommitted
Fix stylelint config: support skeune SCSS syntax
1 parent 17af67c commit 8afa9cb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

theme/.stylelintrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,32 @@
55
true,
66
{
77
"ignoreFunctions": [
8+
"calculateRem",
89
"darken",
910
"lighten",
1011
"mix"
1112
]
1213
}
1314
],
15+
"nesting-selector-no-missing-scoping-root": null,
1416
"at-rule-no-unknown": [
1517
true,
1618
{
1719
"ignoreAtRules": [
1820
"each",
1921
"else",
2022
"for",
23+
"forward",
2124
"function",
2225
"if",
2326
"include",
2427
"mixin",
25-
"return"
28+
"return",
29+
"use"
2630
]
2731
}
2832
],
33+
"media-query-no-invalid": null,
2934
"no-descending-specificity": null,
3035
"no-empty-source": null
3136
},

0 commit comments

Comments
 (0)