File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
stepped-solutions/Finished App Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"build" : " react-scripts build" ,
26
26
"eject" : " react-scripts eject" ,
27
27
"styles" : " stylus -u autoprefixer-stylus ./src/css/style.styl -o ./src/css/style.css" ,
28
- "styles:watch" : " stylus -u autoprefixer-stylus -w ./src/css/style.styl -o ./src/css/style.css "
28
+ "styles:watch" : " npm run styles -- -w "
29
29
},
30
30
"browserslist" : [
31
31
" >0.2%" ,
Original file line number Diff line number Diff line change 25
25
"build" : " react-scripts build" ,
26
26
"eject" : " react-scripts eject" ,
27
27
"styles" : " stylus -u autoprefixer-stylus ./src/css/style.styl -o ./src/css/style.css" ,
28
- "styles:watch" : " stylus -u autoprefixer-stylus -w ./src/css/style.styl -o ./src/css/style.css "
28
+ "styles:watch" : " npm run styles -- -w "
29
29
},
30
30
"browserslist" : [
31
31
" >0.2%" ,
You can’t perform that action at this time.
0 commit comments