CSS Variables #33
kylenathan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking change!
This release moves theming from build time based variables to CSS variables so that theming in consuming apps becomes much easier, and can be fine tuned through setting CSS variables with selectors (as opposed to having to select exposed classes).
E.g.
Migrating from <0.13
To migrate, existing apps will need to move their theme config from
environment.js
toapp.css
/app.scss
and set the values for the:root
selector.E.g.
This discussion was created from the release CSS Variables.
Beta Was this translation helpful? Give feedback.
All reactions