Auto-suggest CSS variable as typing in Stylesheet

Hi Bricks team,

When writing custom code in the stylesheet, CSS variables can only be added via the variable picker icon currently.

It would be much more efficient if available CSS variables were automatically suggested as we type, allowing for a faster and more seamless styling workflow.

What do you think?

10 Likes

Definitely! ACSS converts --variable-name; into var(–variable-name); once you type the ; and it saves a lot of time

4 Likes

Yes, please. We need an easier way to write CSS and use variables (including colors).

2 Likes