Commit e3b3f0e 1 parent 99fde8e commit e3b3f0e Copy full SHA for e3b3f0e
File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,17 @@ initial `v10` release.
74
74
** IMPORTANT NOTE** : Most of deprecated variables, mixins and functions will be
75
75
_ removed_ soon after the initial ` v10 ` release.
76
76
77
- | ` scss ` path | v10 |
78
- | ------------------- | ----------------------------------------------------------------------------- |
79
- | ` src ` | Deprecated in v10, use ` scss ` instead [ Migrate] ( ../../src/migrate-to-10.x.md ) |
80
- | ` scss/globals ` | [ Migrate] ( ../../src/globals/scss/migrate-to-10.x.md ) |
81
- | ` scss/globals/grid ` | [ Migrate] ( ../../src/globals/scss/grid/migrate-to-10.x.md ) |
77
+ | ` scss ` path | v10 |
78
+ | -------------------- | ----------------------------------------------------------------------------- |
79
+ | ` src ` | Deprecated in v10, use ` scss ` instead [ Migrate] ( ../../src/migrate-to-10.x.md ) |
80
+ | ` scss/globals ` | [ Migrate] ( ../../src/globals/scss/migrate-to-10.x.md ) |
81
+ | ` scss/globals/grid ` | [ Migrate] ( ../../src/globals/scss/grid/migrate-to-10.x.md ) |
82
+ | ` scss/globals/layer ` | Deprecated in v10 [ Migrate] ( ../../src/globals/scss/migrate-to-10.x.md ) |
82
83
83
84
### Features
84
85
85
86
| Sass feature | v10 |
86
87
| ------------------- | ------- |
87
88
| ` font-size ` mixin | Removed |
88
89
| ` line-height ` mixin | Removed |
90
+ | ` layer ` mixin | Removed |
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ No change
140
140
141
141
## ` _layer.scss `
142
142
143
- No change
143
+ - Removed, replaced with ` box-shadow ` mixin
144
144
145
145
### Internal
146
146
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ $prefix: 'bx';
18
18
@import ' ~carbon-components/scss/globals/scss/theme' ;
19
19
@import ' ~carbon-components/scss/globals/scss/mixins' ;
20
20
@import ' ~carbon-components/scss/globals/scss/layout' ;
21
- @import ' ~carbon-components/scss/globals/scss/layer' ;
22
21
@import ' ~carbon-components/scss/globals/scss/spacing' ;
23
22
@import ' ~carbon-components/scss/globals/scss/typography' ;
24
23
@import ' ~carbon-components/scss/globals/scss/vendor/@carbon/elements/scss/import-once/import-once' ;
You can’t perform that action at this time.
0 commit comments