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
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-05-23 05:24:08 +0300
committerMark Otto <otto@github.com>2022-05-23 05:58:14 +0300
commit427c089961c8773386de0503a1da8b586587df38 (patch)
treedcb0d92cb6fe30c66521b8882d62ed73bc46faf4 /.stylelintrc
parentd17fe26dcfe371a3e78fabb4d34e6ba6e2c38a67 (diff)
Stylelint: Disable `custom-property-empty-line-before`
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 94c8ec1552..8243d9f28a 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -3,6 +3,7 @@
"stylelint-config-twbs-bootstrap"
],
"rules": {
+ "custom-property-empty-line-before": null,
"declaration-property-value-disallowed-list": {
"border": "none",
"outline": "none"