This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setting up Tailwind CSS v4 in RedwoodSDK | |
Tags: redwoodjs, redwoodsdk, tailwindcss, vite, setup-guide | |
This guide walks you through setting up Tailwind CSS v4 in a RedwoodSDK project using the new Vite-based approach. | |
## Prerequisites | |
- A RedwoodJS project with Vite configuration | |
- Node.js and a package manager (npm, yarn, or pnpm) installed |