We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210ff02 commit 86a10d2Copy full SHA for 86a10d2
package.json
@@ -91,7 +91,7 @@
91
"run-sequence": "^1.2.2",
92
"sass": "^0.5.0",
93
"selenium-webdriver": "^3.0.1",
94
- "stylelint": "^7.7.1",
+ "stylelint": "^7.8.0",
95
"travis-after-modes": "0.0.7",
96
"ts-node": "^2.0.0",
97
"tslint": "^3.13.0",
stylelint-config.json
@@ -31,7 +31,6 @@
31
"declaration-block-no-duplicate-properties": [ true, {
32
"ignore": ["consecutive-duplicates-with-different-values"]
33
}],
34
- "declaration-block-no-ignored-properties": true,
35
"declaration-block-trailing-semicolon": "always",
36
"declaration-block-single-line-max-declarations": 1,
37
"declaration-block-semicolon-space-before": "never",
0 commit comments