Theming Glossary

Browse 2 theming terms defined in plain English, from the cultural dictionary of computing.

2 Theming Terms

CSS Custom Properties
Native CSS variables declared with -- prefix and accessed via var(). Unlike preprocessor variables (Sass $vars), custom properties are live in the browser,...
Design Token
A named, platform-agnostic variable that stores a single atomic design decision — such as a color value, spacing unit, font size, or border radius — allowing...

Related Topics