vite-plugin-goober-css-prop
v0.1.0
Published
Use goober css prop with vite
Readme
vite-plugin-goober-css-prop
Use babel goober-css-prop in your Vite project!
Install
npm install --dev vite-plugin-goober-css-propThen, add it to vite.config.js or vite.config.ts:
import gooberCSSProp from "vite-plugin-goober-css-prop"
export default {
// ...
plugins: [
// ...
gooberCSSProp(),
],
}