File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
"test" : " karma start --single-run" ,
8
8
"rt" : " rt -m commonjs src/main/customScroll.rt -r --react-import-path react" ,
9
9
"rtex" : " rt -m amd example/firstComp/firstComp.rt -r --react-import-path React" ,
10
- "sass" : " node-sass src/main/cs.scss > src/main/customScroll.css" ,
11
- "sassex" : " node-sass example/main.scss > example/styles.css" ,
10
+ "sass" : " node-sass src/main/cs.scss | postcss --use autoprefixer -b 'last 2 versions' > src/main/customScroll.css" ,
11
+ "sassex" : " node-sass example/main.scss | postcss --use autoprefixer -b 'last 2 versions' > example/styles.css" ,
12
12
"lint" : " eslint ." ,
13
13
"start" : " npm run lint && npm run sass && npm run sassex && npm run rt && npm run rtex && webpack -p"
14
14
},
26
26
"lodash" : " ^3.10.1"
27
27
},
28
28
"devDependencies" : {
29
+ "autoprefixer" : " 6.3.6" ,
29
30
"babel-core" : " 6.5.2" ,
30
31
"babel-loader" : " 6.2.4" ,
31
32
"css-loader" : " 0.23.1" ,
40
41
"karma-sourcemap-loader" : " 0.3.7" ,
41
42
"karma-webpack" : " 1.7.0" ,
42
43
"node-sass" : " 3.4.2" ,
44
+ "postcss-cli" : " 2.5.1" ,
43
45
"react" : " ^0.14.7" ,
44
46
"react-addons-test-utils" : " 0.14.7" ,
45
47
"react-dom" : " ^0.14.7" ,
You can’t perform that action at this time.
0 commit comments