|
9 | 9 | "lib" |
10 | 10 | ], |
11 | 11 | "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", |
19 | 13 | "suitcss-components-test": "*", |
20 | | - "suitcss-utils-display": "^0.5.0", |
| 14 | + "suitcss-preprocessor": "^0.8.0", |
| 15 | + "suitcss-utils-display": "^1.0.0", |
21 | 16 | "suitcss-utils-size": "^1.0.0" |
22 | 17 | }, |
23 | 18 | "scripts": { |
24 | 19 | "build": "npm run setup && npm run preprocess", |
25 | 20 | "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" |
30 | 26 | }, |
31 | 27 | "repository": { |
32 | 28 | "type": "git", |
|
0 commit comments