File tree Expand file tree Collapse file tree 6 files changed +43
-8
lines changed
Expand file tree Collapse file tree 6 files changed +43
-8
lines changed Original file line number Diff line number Diff line change 1414- chore: update ` rollup ` to ` ^0.68.2 `
1515- chore: update ` rollup-plugin-babel ` to ` ^4.2.0 `
1616- chore: update ` stylelint-scss ` to ` ^3.4.4 `
17-
17+ ###### Pull Requiests:
18+ - Re-added composer file #35
19+ - Re-added composer file so new versions can be downloaded via composer
20+ - Replaced relative paths in .scss files so files can be generated correctly
21+
1822## v2.1.4
1923- fix(scss): .sidebar .nav-link.disabled
2024- chore: update ` @babel/cli ` to ` ^7.2.0 `
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