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-23 00:00:00 +0300
committerGitHub <noreply@github.com>2017-10-23 00:00:00 +0300
commit29d58fb758683db42c2d716ac654dea3ab6063c7 (patch)
tree48d6df852c4c36cfc73476f8819e1cdf751fbe57 /build
parent44278f89e3df784f0f6397a938351b28b0f4acbf (diff)
Enable stylelint's `function-comma-space-after`. (#24501)
The option is set to `always-single-line` in stylelint-config-standard which we extend.
Diffstat (limited to 'build')
-rw-r--r--build/.stylelintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/.stylelintrc b/build/.stylelintrc
index 11a6db2845..4a47533189 100644
--- a/build/.stylelintrc
+++ b/build/.stylelintrc
@@ -21,7 +21,6 @@
"declaration-no-important": true,
"font-family-name-quotes": "always-where-recommended",
"font-weight-notation": "numeric",
- "function-comma-space-after": null,
"function-url-no-scheme-relative": true,
"function-url-quotes": "always",
"length-zero-no-unit": true,