-
Notifications
You must be signed in to change notification settings - Fork 13
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
[FEATURE] enable css-vars and skeleton build #108
Conversation
9cb6a93
to
2e87ede
Compare
add simple and complex scenario. complex scenario has more than one variable and nesting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me in general, great work 👍
Ah - ok - I will also incorporate your feedback. For now I introduced a library scope for the dynamic variables. This ensures no duplicates across the libraries which could happen in theory. A scoping per theme is not needed as they are not mixed. |
Comments are incorporated! |
One last thing is to avoid the redundancies in the CSS variables list - let's discuss this briefly... |
Enable CSS variables support:
https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
can be enabled via compiler option
cssVars