11
11
@use ' ./tokens/m2/mat/app' as tokens-mat-app ;
12
12
@use ' ./tokens/m2/mat/ripple' as tokens-mat-ripple ;
13
13
@use ' ./tokens/m2/mat/option' as tokens-mat-option ;
14
+ @use ' ./tokens/m2/mat/optgroup' as tokens-mat-optgroup ;
14
15
@use ' ./tokens/m2/mat/full-pseudo-checkbox' as tokens-mat-full-pseudo-checkbox ;
15
16
@use ' ./tokens/m2/mat/minimal-pseudo-checkbox' as tokens-mat-minimal-pseudo-checkbox ;
16
17
@@ -139,6 +140,8 @@ $_has-inserted-loaded-marker: false;
139
140
$mat-app-tokens : token-utils .get-tokens-for ($tokens , tokens-mat-app .$prefix , $options ... );
140
141
$mat-ripple-tokens : token-utils .get-tokens-for ($tokens , tokens-mat-ripple .$prefix , $options ... );
141
142
$mat-option-tokens : token-utils .get-tokens-for ($tokens , tokens-mat-option .$prefix , $options ... );
143
+ $mat-optgroup-tokens :
144
+ token-utils .get-tokens-for ($tokens , tokens-mat-optgroup .$prefix , $options ... );
142
145
$mat-full-pseudo-checkbox-tokens : token-utils .get-tokens-for ($tokens ,
143
146
tokens-mat-full-pseudo-checkbox .$prefix , $options ... );
144
147
$mat-minimal-pseudo-checkbox-tokens : token-utils .get-tokens-for ($tokens ,
@@ -147,6 +150,7 @@ $_has-inserted-loaded-marker: false;
147
150
@include token-utils .create-token-values (tokens-mat-app .$prefix , $mat-app-tokens );
148
151
@include token-utils .create-token-values (tokens-mat-ripple .$prefix , $mat-ripple-tokens );
149
152
@include token-utils .create-token-values (tokens-mat-option .$prefix , $mat-option-tokens );
153
+ @include token-utils .create-token-values (tokens-mat-optgroup .$prefix , $mat-optgroup-tokens );
150
154
@include token-utils .create-token-values (tokens-mat-full-pseudo-checkbox .$prefix ,
151
155
$mat-full-pseudo-checkbox-tokens );
152
156
@include token-utils .create-token-values (tokens-mat-minimal-pseudo-checkbox .$prefix ,
0 commit comments