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 8d051e9 commit 3858316Copy full SHA for 3858316
package.json
@@ -25,15 +25,15 @@
25
"scripts": {
26
"build": "npm run setup && npm run preprocess",
27
"build-test": "npm run setup && npm run preprocess-test",
28
- "lint": "suitcss index.css >/dev/null",
+ "lint": "suitcss -e index.css build/lint.css && rm build/lint.css",
29
"preprocess": "suitcss index.css build/build.css",
30
"preprocess-test": "suitcss -i test test/test.css build/test.css",
31
"setup": "npm install",
32
"watch": "npm run preprocess-test -- -w -v",
33
- "test": "npm run lint -- -e"
+ "test": "npm run lint"
34
},
35
"devDependencies": {
36
"suitcss-components-test": "*",
37
- "suitcss-preprocessor": "^3.0.1"
+ "suitcss-preprocessor": "^4.0.0"
38
}
39
0 commit comments