Skip to content

Commit ab40ee4

Browse files
committed
Switch to suitcss-preprocessor 0.8.0
1 parent cf13a05 commit ab40ee4

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

package.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,20 @@
99
"lib"
1010
],
1111
"devDependencies": {
12-
"autoprefixer": "^6.1.0",
13-
"postcss": "^5.0.12",
14-
"postcss-bem-linter": "^2.2.0",
15-
"postcss-cli": "^2.3.2",
16-
"postcss-custom-media": "^5.0.0",
17-
"postcss-import": "^7.1.3",
18-
"postcss-reporter": "^1.3.0",
12+
"stylelint-config-suitcss": "^1.0.0",
1913
"suitcss-components-test": "*",
20-
"suitcss-utils-display": "^0.5.0",
14+
"suitcss-preprocessor": "^0.8.0",
15+
"suitcss-utils-display": "^1.0.0",
2116
"suitcss-utils-size": "^1.0.0"
2217
},
2318
"scripts": {
2419
"build": "npm run setup && npm run preprocess",
2520
"build-test": "npm run setup && npm run preprocess-test",
26-
"preprocess": "postcss -c build.js -o build/build.css index.css",
27-
"preprocess-test": "postcss -c build.js -o build/test.css test/test.css",
28-
"setup": "npm install && mkdir -p build",
29-
"watch": "npm run preprocess-test -- -w"
21+
"preprocess": "suitcss index.css build/build.css",
22+
"preprocess-test": "suitcss -i test test/test.css build/test.css",
23+
"setup": "npm install",
24+
"watch": "npm run preprocess-test -- -w -v",
25+
"test": "suitcss -c test/config.json index.css build/output.css -l && rm build/output.css"
3026
},
3127
"repository": {
3228
"type": "git",

0 commit comments

Comments
 (0)