Skip to content

Commit

Permalink
fixup! feat(material-experimental/theming): add mixin for customizing…
Browse files Browse the repository at this point in the history
… checkbox tokens
  • Loading branch information
wagnermaciel committed Mar 21, 2024
1 parent a687d0b commit 25ffc1d
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
@use 'sass:map';
@use '@angular/material' as mat;

@use '../../material/core/style/sass-utils';
@use '../../material/core/tokens/token-utils';
@use '../../material/core/tokens/m2/mat/checkbox' as mat-checkbox-tokens;
@use '../../material/core/tokens/m2/mdc/checkbox' as mdc-checkbox-tokens;
@use '../../core/style/sass-utils';
@use '../../core/tokens/token-utils';
@use '../../core/tokens/m2/mat/checkbox' as mat-checkbox-tokens;
@use '../../core/tokens/m2/mdc/checkbox' as mdc-checkbox-tokens;

@mixin customize-checkbox-tokens($tokens: ()) {
$mat-tokens: mat-checkbox-tokens.get-token-slots();
Expand Down

0 comments on commit 25ffc1d

Please sign in to comment.