aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.stylelintrc8
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
3 files changed, 11 insertions, 5 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 93af80b7d..80d0eb5f9 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -11,6 +11,12 @@
"border-bottom-left-radius",
"transition"
],
- "function-blacklist": ["calc"]
+ "function-blacklist": ["calc"],
+ 'scss/dollar-variable-default': [
+ true,
+ {
+ 'ignore': 'local'
+ }
+ ]
}
}
diff --git a/package-lock.json b/package-lock.json
index ed162c5c9..30e98ebda 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11575,9 +11575,9 @@
}
},
"stylelint-config-twbs-bootstrap": {
- "version": "0.8.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.8.0.tgz",
- "integrity": "sha512-NuOUqITIUZz0zjIqFkafBxuHe9pWAur7qaT1+A39b9PBe/Prg5GmiRMHZP+ItYmpOirWxcI2K1d3qRTgh2+nVA==",
+ "version": "0.9.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.9.0.tgz",
+ "integrity": "sha512-vXody1A6K42BROy8yJlUNOirblubxEGftM/mG/JdM7O2gScL/oeVf60FGYy2hs1cjjdL6S+uPBl2eDqfCjg6Wg==",
"dev": true,
"requires": {
"stylelint-config-recommended-scss": "^4.0.0",
diff --git a/package.json b/package.json
index c31b6ec71..65f36c4ab 100644
--- a/package.json
+++ b/package.json
@@ -132,7 +132,7 @@
"shelljs": "^0.8.3",
"shx": "^0.3.2",
"stylelint": "^11.1.1",
- "stylelint-config-twbs-bootstrap": "^0.8.0",
+ "stylelint-config-twbs-bootstrap": "^0.9.0",
"terser": "^4.3.9",
"vnu-jar": "19.9.4"
},