/pimento

Primary LanguageTypeScriptMIT LicenseMIT

Pimento 🌶️

Visual CSS editor.

Visually edit your live vite application, automatically writes updates back to your code files.

  1. Install

    pnpm add pimento
  2. Add the plugin to your vite config

    export default defineConfig({
      // ...
      plugins: [react(), pimento()],
      // ...
    });
  3. Run your application

  4. Open the pimento browser

    pnpm dlx pimento
  5. Visit your application in the browser