Emits a CSS rule declaring the imported tokens as custom properties, e.g.
:root { --color-primary: #36f; }. Descriptions become trailing comments.
Tokens whose value contains CSS-structural characters are dropped (with a
comment) rather than allowed to inject rules; an unsafe selector is rejected.
Emits a CSS rule declaring the imported tokens as custom properties, e.g.
:root { --color-primary: #36f; }. Descriptions become trailing comments. Tokens whose value contains CSS-structural characters are dropped (with a comment) rather than allowed to inject rules; an unsafeselectoris rejected.