aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-07 19:16:49 +0300
committerXhmikosR <[email protected]>2017-10-09 11:20:05 +0300
commita8fb64f3e3b7c9a8763ea89aea85082b1a073ef6 (patch)
tree9dabf5d12438968f8de664a4da5a2bd38bcbd966 /build
parentecdaf0e34a177a15e9ec4d81021a61f79adaf7fb (diff)
downloadbootstrap-a8fb64f3e3b7c9a8763ea89aea85082b1a073ef6.tar.xz
bootstrap-a8fb64f3e3b7c9a8763ea89aea85082b1a073ef6.zip
Lint examples' CSS too.
Diffstat (limited to 'build')
-rw-r--r--build/.stylelintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/.stylelintrc b/build/.stylelintrc
index 0027d7a08..11a6db284 100644
--- a/build/.stylelintrc
+++ b/build/.stylelintrc
@@ -19,7 +19,7 @@
"declaration-block-semicolon-space-after": "always-single-line",
"declaration-empty-line-before": null,
"declaration-no-important": true,
- "font-family-name-quotes": "always-where-required",
+ "font-family-name-quotes": "always-where-recommended",
"font-weight-notation": "numeric",
"function-comma-space-after": null,
"function-url-no-scheme-relative": true,