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

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-12-26 10:47:06 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-12-26 10:47:06 +0300
commit8f1aee26862f378ab5b5978fb4cb1d7fc24e18f1 (patch)
treee661f65991189aa93453ed9a98968fe95917f956
parent72236428e370127921eb80834b00af04e24e1493 (diff)
Update .csscomb.json from the latest BS v4.
-rw-r--r--sass/.csscomb.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/sass/.csscomb.json b/sass/.csscomb.json
index f6575eb..40695a4 100644
--- a/sass/.csscomb.json
+++ b/sass/.csscomb.json
@@ -9,7 +9,8 @@
"remove-empty-rulesets": true,
"space-after-colon": 1,
"space-after-combinator": 1,
- "space-after-declaration": "\n",
+ "space-before-selector-delimiter": 0,
+ "space-between-declarations": "\n",
"space-after-opening-brace": "\n",
"space-before-closing-brace": "\n",
"space-before-colon": 0,
@@ -113,6 +114,8 @@
"list-style-type",
"list-style-image",
"pointer-events",
+ "-ms-touch-action",
+ "touch-action",
"cursor",
"visibility",
"zoom",