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 14
14
- chore: update ` rollup ` to ` ^0.68.2 `
15
15
- chore: update ` rollup-plugin-babel ` to ` ^4.2.0 `
16
16
- 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
+
18
22
## v2.1.4
19
23
- fix(scss): .sidebar .nav-link.disabled
20
24
- 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 5
5
@import " variables/bootstrap/variables" ;
6
6
7
7
// 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
10
10
11
11
// CoreUI Variables
12
12
Original file line number Diff line number Diff line change 1
1
// Override Boostrap variables
2
2
@import " variables" ;
3
3
// 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 10
10
@import " variables" ;
11
11
12
12
// 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" ;
16
16
17
17
// Import core styles
18
18
@import " mixins" ;
Original file line number Diff line number Diff line change 10
10
@import " variables" ;
11
11
12
12
// Import Bootstrap source files
13
- @import " node_modules/ bootstrap/scss /bootstrap" ; // from bootstrap node_modules
13
+ @import " bootstrap/bootstrap" ; // from bootstrap node_modules
14
14
15
15
// Mixins
16
16
@import " mixins" ;
You can’t perform that action at this time.
0 commit comments