You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to use the theme.property mixin with an MDC Theme key (primary, secondary, etc.) the build fails.
However theme.prop which is now deprecated works correctly.
Steps to reproduce
Use theme.property mixin with MDC Theme key (primary, secondary, etc.)
Example: @include theme.property(border-color, primary);
aisgbnok
changed the title
[MDCTheme] Theme.Property mixin not correctly using theme variables (primary, secondary, etc.)
[MDCTheme] Theme.Property mixin not correctly using theme keys (primary, secondary, etc.)
Jun 28, 2020
Bug report
When attempting to use the
theme.property
mixin with an MDC Theme key (primary, secondary, etc.) the build fails.However
theme.prop
which is now deprecated works correctly.Steps to reproduce
theme.property
mixin with MDC Theme key (primary, secondary, etc.)Example:
@include theme.property(border-color, primary);
Actual behavior
The build fails with output:
Expected behavior
theme.property
will correctly use MDC Theme keys with output:when using
@include theme.property(border-color, primary);
Environment:
The text was updated successfully, but these errors were encountered: