CSStokens
CSS Tokens are fundamental building blocks in the syntax of Cascading Style Sheets (CSS). They are the smallest units of meaning in CSS and are used to construct CSS rules and declarations. Tokens can be categorized into several types, including identifiers, at-keywords, strings, numbers, dimensions, percentages, and more. Each type of token serves a specific purpose in defining styles for web documents.
Identifiers are used to name things like classes, IDs, and custom properties. At-keywords, prefixed with an "@"
CSS Tokens are processed by the CSS parser, which converts the sequence of tokens into a structured