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 36
36
"react-scripts" : " ^1.1.4"
37
37
},
38
38
"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" ,
41
41
"start-js" : " react-scripts start" ,
42
42
"start" : " npm-run-all -p watch-css start-js" ,
43
43
"build-js" : " react-scripts build" ,
Original file line number Diff line number Diff line change 2
2
@import " variables" ;
3
3
4
4
// Import styles
5
- @import " ../../node_modules/ @coreui/coreui/scss/coreui" ;
5
+ @import " @coreui/coreui/scss/coreui.scss " ;
6
6
// Temp fix for reactstrap
7
- @import ' node_modules/ @coreui/coreui/scss/_dropdown-menu-right.scss' ;
7
+ @import ' @coreui/coreui/scss/_dropdown-menu-right.scss' ;
8
8
9
9
// If you want to add something do it here
10
10
@import " custom" ;
You can’t perform that action at this time.
0 commit comments