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

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-05-24 09:25:32 +0300
committerGitHub <noreply@github.com>2022-05-24 09:25:32 +0300
commit8abf879cd5318a0507af082eb7c6c67f553eddec (patch)
tree6be76d11e5f44dd695128faa72b2e0bf06cca897
parent871b22baf7f17a98ac8dadef45b34b1a825d6ba8 (diff)
Disable `custom-property-empty-line-before` (#153)
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 0e63335..4f78505 100644
--- a/index.js
+++ b/index.js
@@ -15,6 +15,7 @@ module.exports = {
'block-opening-brace-space-before': null,
'color-function-notation': null,
'color-named': 'never',
+ 'custom-property-empty-line-before': null,
'custom-property-pattern': null,
'declaration-block-no-redundant-longhand-properties': null,
'declaration-block-semicolon-newline-before': 'never-multi-line',