File tree Expand file tree Collapse file tree 5 files changed +38
-7
lines changed
Expand file tree Collapse file tree 5 files changed +38
-7
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " coreui/coreui" ,
3+ "description" : " Open Source UI Kit built on top of Bootstrap 4" ,
4+ "keywords" : [
5+ " css" ,
6+ " js" ,
7+ " sass" ,
8+ " mobile-first" ,
9+ " responsive" ,
10+ " front-end" ,
11+ " framework" ,
12+ " web"
13+ ],
14+ "homepage" : " https://coreui.io" ,
15+ "authors" : [
16+ {
17+ "name" : " Łukasz Holeczek" ,
18+ 19+ }
20+ ],
21+ "contributors" : [
22+ {
23+ "name" : " Andrzej Kopański" ,
24+ 25+ }
26+ ],
27+ "support" : {
28+ "issues" : " https://github.com/coreui/coreui/issues"
29+ },
30+ "license" : " MIT"
31+ }
Original file line number Diff line number Diff line change 55@import " variables/bootstrap/variables" ;
66
77// Import Bootstrap variables after customization for use below
8- @import " node_modules/ bootstrap/scss /functions" ; // from bootstrap node_modules
9- @import " node_modules/ bootstrap/scss /variables" ; // from bootstrap node_modules
8+ @import " bootstrap/functions" ; // from bootstrap node_modules
9+ @import " bootstrap/variables" ; // from bootstrap node_modules
1010
1111// CoreUI Variables
1212
Original file line number Diff line number Diff line change 11// Override Boostrap variables
22@import " variables" ;
33// Import Bootstrap source files
4- @import " node_modules/ bootstrap/scss /bootstrap" ;
4+ @import " bootstrap/bootstrap" ;
Original file line number Diff line number Diff line change 1010@import " variables" ;
1111
1212// Import Bootstrap source files
13- @import " node_modules/ bootstrap/scss /functions" ;
14- @import " node_modules/ bootstrap/scss /variables" ;
15- @import " node_modules/ bootstrap/scss /mixins" ;
13+ @import " bootstrap/functions" ;
14+ @import " bootstrap/variables" ;
15+ @import " bootstrap/mixins" ;
1616
1717// Import core styles
1818@import " mixins" ;
Original file line number Diff line number Diff line change 1010@import " variables" ;
1111
1212// Import Bootstrap source files
13- @import " node_modules/ bootstrap/scss /bootstrap" ; // from bootstrap node_modules
13+ @import " bootstrap/bootstrap" ; // from bootstrap node_modules
1414
1515// Mixins
1616@import " mixins" ;
You can’t perform that action at this time.
0 commit comments