⚙️Process CSS tag template blocks with PostCSS.
With @atomico/vite, you will be able to analyze your CSS tag template to be optimized or to support utilities from the PostCSS ecosystem like Tailwind.

Config
import atomico from "@atomico/vite";
export default {
plugins: atomico({
cssLiterals: {
postcss: true,
// Optional, minify the css code
minify: true
},
}),
};Last updated
Was this helpful?
