File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed 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/styles /scss/coreui" ;
5
+ @import " ../../ node_modules/@coreui/coreui /scss/coreui" ;
6
6
// Temp fix for reactstrap
7
- @import ' node_modules/@coreui/styles /scss/_dropdown-menu-right.scss' ;
7
+ @import ' node_modules/@coreui/coreui /scss/_dropdown-menu-right.scss' ;
8
8
9
9
// If you want to add something do it here
10
10
@import " custom" ;
Original file line number Diff line number Diff line change 1
1
// Override Boostrap variables
2
2
@import " ../variables" ;
3
- @import " node_modules/@coreui/styles /scss/bootstrap-variables" ;
3
+ @import " node_modules/@coreui/coreui /scss/bootstrap-variables" ;
4
4
@import " node_modules/bootstrap/scss/mixins" ;
5
5
@import " node_modules/bootstrap/scss/functions" ;
6
6
@import " node_modules/bootstrap/scss/variables" ;
7
- @import " node_modules/@coreui/styles /scss/variables" ;
7
+ @import " node_modules/@coreui/coreui /scss/variables" ;
You can’t perform that action at this time.
0 commit comments