aboutsummaryrefslogtreecommitdiff
path: root/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index 69fa3189..ba2572a2 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -1,7 +1,7 @@
{
"extends": "stylelint-config-recommended",
"ignoreFiles": [
- "ext/mixed/lib/**/*.css"
+ "ext/lib/**/*.css"
],
"rules": {
"font-family-name-quotes": "always-where-recommended",