File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 "react-scripts" : " ^1.1.4"
3737 },
3838 "scripts" : {
39- "build-css" : " node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/" ,
40- "watch-css" : " npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive" ,
39+ "build-css" : " node-sass-chokidar --include-path ./node_modules ./ src/scss -o ./ src/scss " ,
40+ "watch-css" : " npm run build-css && node-sass-chokidar --include-path ./node_modules ./ src/scss -o ./ src/scss --watch --recursive" ,
4141 "start-js" : " react-scripts start" ,
4242 "start" : " npm-run-all -p watch-css start-js" ,
4343 "build-js" : " react-scripts build" ,
Original file line number Diff line number Diff line change 22@import " variables" ;
33
44// Import styles
5- @import " ../../node_modules/ @coreui/coreui/scss/coreui" ;
5+ @import " @coreui/coreui/scss/coreui.scss " ;
66// Temp fix for reactstrap
7- @import ' node_modules/ @coreui/coreui/scss/_dropdown-menu-right.scss' ;
7+ @import ' @coreui/coreui/scss/_dropdown-menu-right.scss' ;
88
99// If you want to add something do it here
1010@import " custom" ;
You can’t perform that action at this time.
0 commit comments