
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
@yummacss/vite
Advanced tools
Vite plugin for Yumma CSS. Works with any Vite-based setup — SvelteKit, Astro, Nuxt, Solid, plain Vite — with no extra watcher process.
npm install -D @yummacss/vite
Add the plugin to your Vite config:
// vite.config.js
import yummacss from "@yummacss/vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [yummacss()],
});
Add the @yummacss; marker to your CSS entry file where the generated CSS should be injected:
/* main.css */
@yummacss;
Configure Yumma CSS as usual in yumma.config.mjs:
import { defineConfig } from "yummacss";
export default defineConfig({
source: ["./src/**/*.{ts,tsx}"],
});
That's it — vite dev hot-swaps the generated CSS as you edit your source files, without a full page reload. The output option is not used by the plugin.
| Option | Type | Default | Description |
|---|---|---|---|
config | Config | — | Inline configuration; skips the config file. |
configPath | string | yumma.config.mjs | Path to the config file. |
FAQs
Vite plugin for Yumma CSS
The npm package @yummacss/vite receives a total of 42 weekly downloads. As such, @yummacss/vite popularity was classified as not popular.
We found that @yummacss/vite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.