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
it would be nice to be able to separate logic from design by using dynamic variables, where we set the variables and change its value as desired within breakpoint within :root.
Currently it's impossible change value for a variable in :root, which is wrapped within media query. It simply throws errors and doesn't compile. Similar issue has been also reported in PostCSS's issue ticket related to custom properties, where you can see more examples.
Steps to Reproduce (for bugs)
You can use my codepen for responsive table, where I was testing it just using PostCSS, no CSSNext and it works like a charm.
The text was updated successfully, but these errors were encountered:
it would be nice to be able to separate logic from design by using dynamic variables, where we set the variables and change its value as desired within breakpoint within
:root
.Expected Behavior
Current Behavior
Currently it's impossible change value for a variable in
:root
, which is wrapped within media query. It simply throws errors and doesn't compile. Similar issue has been also reported in PostCSS's issue ticket related to custom properties, where you can see more examples.Steps to Reproduce (for bugs)
You can use my codepen for responsive table, where I was testing it just using PostCSS, no CSSNext and it works like a charm.
The text was updated successfully, but these errors were encountered: