System Token Types
Special Tokens
Elevate includes a number of “helper” token types that provide additional capabilities beyond the core functionality for specific situations. These can be used to extend the framework’s capabilities, but they should be used with caution.
Pass-Through Tokens
- Unrestricted value entry.
- No build-time validation, for dynamic or flexible values.
- Primarily used for CSS rules that require special syntax (e.g., URLs or complex values).
- Not recommended for general styling.
Example:
Numeric Tokens
- For numeric values.
- Build-time validation ensures that the value is a valid number.
- Primarily used for CSS rules that require numeric values.
Example: