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 9734ffa commit 57fdef8Copy full SHA for 57fdef8
1 file changed
package.json
@@ -50,7 +50,7 @@
50
"babel-eslint": "^7.1.1",
51
"browser-sync": "^2.18.8",
52
"chokidar-cli": "^1.2.0",
53
- "clinton": "^0.11.0",
+ "clinton": "^0.12.0",
54
"conventional-changelog-cli": "^1.2.0",
55
"conventional-changelog-lint": "^1.1.0",
56
"eslint": "^3.13.1",
@@ -84,7 +84,6 @@
84
"postcss-reduce-initial": "^1.0.1",
85
"postcss-sorting": "^2.0.1",
86
"posthtml-cli": "0.2.16",
87
- "posthtml-expressions": "^1.1.0",
88
"posthtml-extend": "^0.1.2",
89
"posthtml-modules": "^0.4.2",
90
"rimraf": "^2.6.1",
@@ -126,7 +125,9 @@
126
125
"postcss-class-prefix": "sl-",
127
"postcss-attribute-selector-prefix": {
128
"prefix": "sl-",
129
- "filter": ["class"]
+ "filter": [
+ "class"
130
+ ]
131
},
132
"postcss-sorting": {},
133
"postcss-reduce-initial": {},
0 commit comments