aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-23 00:00:00 +0300
committerGitHub <[email protected]>2017-10-23 00:00:00 +0300
commit29d58fb758683db42c2d716ac654dea3ab6063c7 (patch)
tree48d6df852c4c36cfc73476f8819e1cdf751fbe57 /build
parent44278f89e3df784f0f6397a938351b28b0f4acbf (diff)
downloadbootstrap-29d58fb758683db42c2d716ac654dea3ab6063c7.tar.xz
bootstrap-29d58fb758683db42c2d716ac654dea3ab6063c7.zip
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 11a6db284..4a4753318 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,