Example with @atomico/vite
atomico({
cssLiterals: { postcss: true }
});"postcss": {
"plugins": {
"@atomico/postcss-tokens": {
"prefix": "a"
}
}
}export const GenericTokens = css`
@tokens "./tokens.yaml" (import: generic);
`Last updated
Was this helpful?
