Visual CSS editor.
Visually edit your live vite application, automatically writes updates back to your code files.
-
Install
pnpm add pimento
-
Add the plugin to your vite config
export default defineConfig({ // ... plugins: [react(), pimento()], // ... });
-
Run your application
-
Open the pimento browser
pnpm dlx pimento
-
Visit your application in the browser