← All components
Tailwind CSS
Adds Tailwind CSS v4 (CSS-first config, no tailwind.config.ts) and replaces app/globals.css with the Tailwind import + theme tokens.
Copy the files below, or open this folder on GitHub. Each file is stamped with a limited-use licence, generator and date. SHA-256 is of the published catalog bytes, before the stamp.
- id
- tailwind
- stack
- Next.js
- version
- 2.0.0
- compatibility
- nextjs >=16 <17 · react >=19 <20
- requires
- nextjs-base
- env vars
- —
Verified passing · daily buildIntegrity sha256:9ca55411b62b2c9c…
Files (2)
postcss.config.mjs · sha256:9ca55411b62b2c9c…
// Licensed by BotKelp — https://www.botkelp.com
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;