File tree Expand file tree Collapse file tree 4 files changed +3
-75
lines changed Expand file tree Collapse file tree 4 files changed +3
-75
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- @use ' @material/checkbox/checkbox' as mdc-checkbox ;
2
- @use ' @material/checkbox/checkbox-theme' as mdc-checkbox-theme ;
3
- @use ' @material/form-field' as mdc-form-field ;
4
- @use ' @material/theme/theme-color' as mdc-theme-color ;
5
- @use ' @material/theme/theme' ;
6
1
@use ' sass:map' ;
7
2
@use ' sass:color' ;
8
- @use ' ../core/ripple/ripple-theme' ;
3
+ @use ' @material/checkbox/checkbox-theme' as mdc-checkbox-theme ;
4
+ @use ' @material/form-field' as mdc-form-field ;
9
5
@use ' ../core/theming/theming' ;
10
6
@use ' ../core/typography/typography' ;
11
7
@use ' ../core/mdc-helpers/mdc-helpers' ;
12
8
@use ' ../core/tokens/m2/mdc/checkbox' as tokens-mdc-checkbox ;
13
- @use ' ./checkbox-private' ;
14
9
15
10
@mixin color ($config-or-theme ) {
16
11
$config : theming .get-color-config ($config-or-theme );
Original file line number Diff line number Diff line change
1
+ @use ' sass:map' ;
1
2
@use ' @angular/cdk' ;
2
3
@use ' @material/checkbox/checkbox' as mdc-checkbox ;
3
4
@use ' @material/checkbox/checkbox-theme' as mdc-checkbox-theme ;
4
5
@use ' @material/form-field' as mdc-form-field ;
5
- @use ' @material/ripple' as mdc-ripple ;
6
6
@use ' @material/touch-target' as mdc-touch-target ;
7
7
@use ' @material/theme/custom-properties' as mdc-custom-properties ;
8
- @use ' sass:map' ;
9
8
@use ' ../core/mdc-helpers/mdc-helpers' ;
10
9
@use ' ../core/style/layout-common' ;
11
10
@use ' ../core/style/vendor-prefixes' ;
12
11
@use ' ../core/tokens/m2/mdc/checkbox' as tokens-mdc-checkbox ;
13
12
@use ' ../core/tokens/token-utils' ;
14
13
15
- @use ' ./checkbox-private' ;
16
-
17
14
@include mdc-custom-properties .configure ($emit-fallback-values : false, $emit-fallback-vars : false) {
18
15
// Add the checkbox static styles.
19
16
@include mdc-checkbox .static-styles ();
You can’t perform that action at this time.
0 commit comments