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:
Diffstat (limited to 'sass/.csscomb.json')
-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",