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
- Css (2 terms in common)
- Variables (1 terms in common)
- Design System (1 terms in common)
- Frontend (1 terms in common)