-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Summary:
Add Tailwind CSS to the Next.js project to enable utility-first styling for all pages.
Acceptance Criteria:
- tailwindcss, postcss, and autoprefixer installed and configured.
- tailwind.config.(js|ts) exists with content paths covering app//*, components//, and pages/**/ (if any).
- postcss.config.(js|cjs) present and wired.
- Global CSS includes Tailwind base, components, utilities (e.g., globals.css with @tailwind base; @tailwind components; @tailwind utilities;).
- Project builds and runs; Tailwind classes render in a sample element on the homepage.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels