We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can define custom variables in css. Use the $<variable-name> statement to declare values. Use the $<variable-name> statement to refer to it.
$<variable-name>
$backgroundColor: Red; Grid { BackgroundColor: $backgroundColor; }
Tip: These variables can be shared by importing them with @import in another css-file.
There was an error while loading. Please reload this page.