Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-07 19:16:49 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-10-09 11:20:05 +0300
commita8fb64f3e3b7c9a8763ea89aea85082b1a073ef6 (patch)
tree9dabf5d12438968f8de664a4da5a2bd38bcbd966 /build
parentecdaf0e34a177a15e9ec4d81021a61f79adaf7fb (diff)
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 0027d7a082..11a6db2845 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,