-
-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support global/reusable styles #444
Comments
Please explain your use case in more detail. |
@Sija it's very common to have two or more html elements that use one or more same sets of stylization, instead to define the style several times in many components, I could import from a store or module |
I get your point, sth like "global" styles? |
@Sija yes |
@cindRoberta That's already in the works, yet I can't say for sure when it'll land. |
Allow styles in stores to reuse
The text was updated successfully, but these errors were encountered: