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
Describe the feature you'd like
When available, Material You colors should be added as CSS variables, a custom theme can then make use of these to create device specific looks.
Additional context
Ideally these variables would be named something like:
:root {
--system-accent1-1: ...;
--system-accent3-100: ...;
--system-neutral1-900: ...;
/* and so forth, you get the gist */
}
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
When available, Material You colors should be added as CSS variables, a custom theme can then make use of these to create device specific looks.
Additional context
Ideally these variables would be named something like:
The text was updated successfully, but these errors were encountered: