File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
"build" : " npm-run-all --parallel build:*" ,
8
8
"build:jade" : " jade -o ./ ./src/index.jade" ,
9
9
"build:webpack" : " webpack" ,
10
- "build:postcss" : " postcss -c postcss.config.js -o ./style.css ./src/style.pcss " ,
10
+ "build:postcss" : " postcss -c postcss.config.js" ,
11
11
"watch" : " npm-run-all --parallel watch:*" ,
12
12
"watch:jade" : " jade -o ./ -w ./src/index.jade" ,
13
13
"watch:webpack" : " webpack -w" ,
14
- "watch:postcss" : " postcss -w -c postcss.config.js -o ./style.css ./src/style.pcss " ,
14
+ "watch:postcss" : " postcss -w -c postcss.config.js" ,
15
15
"test" : " echo \" Error: no test specified\" && exit 1"
16
16
},
17
17
"author" : " NCC" ,
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
+ input : './src/style.pcss' ,
3
+ output : './style.css' ,
2
4
use : [
3
5
'postcss-import' ,
4
6
'postcss-nesting' ,
You can’t perform that action at this time.
0 commit comments