CSS custom properties (variables) let you store values once and reuse them. Unlike preprocessor (Sass) variables, they're live at runtime — they cascade, inherit, and can be changed with JavaScript or media queries.
{
: ;
: ;
: ;
}
{
: (--color-primary);
: (--spacing);
: (--radius);
}
