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
as currently it's possible to create templates as in textStyle: 'headline.large' with named property and template name with dot notation, would be great to add variants that could then override styles if needed. This for example would be used for changing fontWeight.
as currently it's possible to create templates as in
textStyle: 'headline.large'
with named property and template name with dot notation, would be great to add variants that could then override styles if needed. This for example would be used for changingfontWeight
.Example is related to: #12
Initial idea for syntax:
textStyle: 'headline.large/fw300'
This could be done with base / css + variants setup as in
The text was updated successfully, but these errors were encountered: