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
Heyo, is there a way for a styles to be inherited from other styles? I am currently looking at doing a button type control which has a base styling, and then either a primary or secondary styling based on some parameters supplied. My current method of thinking is to have separate styles for base, primary, and secondary, then have a get property that just toggles between the classnames based on the parameters.
Thanks,
Daniel
The text was updated successfully, but these errors were encountered:
Heyo, is there a way for a styles to be inherited from other styles? I am currently looking at doing a button type control which has a base styling, and then either a primary or secondary styling based on some parameters supplied. My current method of thinking is to have separate styles for base, primary, and secondary, then have a get property that just toggles between the classnames based on the parameters.
Thanks,
Daniel
The text was updated successfully, but these errors were encountered: