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:
Diffstat (limited to 'index.js')
-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',