pimento
v0.0.5
Published
Visual CSS editor.
Readme
Pimento 🌶️
Visual CSS editor.
Visually edit your live vite application, automatically writes updates back to your code files.
Install
pnpm add pimentoAdd the plugin to your vite config
export default defineConfig({ // ... plugins: [react(), pimento()], // ... });Run your application
Open the pimento browser
pnpm dlx pimentoVisit your application in the browser
