Join the Webstudio community

Updated 4 weeks ago

CSS variable name edition

Hello,

That would be great if we could edit CSS variable name.

Use case :

I use --space-xl : clamp(3.375rem, 3.2446rem + 0.6522vw, 3.75rem) and it's not enough responsive in mobile format.
I don't want to delete --space-xl in Global Root otherwise I will lost every place I set --space-xl.
So, I replace value by clamp(2.25rem, 1.7283rem + 2.6087vw, 3.75rem) which "--space-l-xl".

Or is there a way of knowing where I've placed all my CSS variables?
M
1 comment
I think this use case will maybe possible when the CSS Variable Panel will be release.
Add a reply
Sign up and join the conversation on Discord