JS file, I want you to call that JS file prettier config.js All right, try that now. That works. Okay. So to sum up, do npm install dash capital D prettier dash plugin, tailwindcss like that? I am currently on version 1013. If that's something's not working for you, try instal...
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Currently, two official plugins are available: - [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs...
"react-dom":"^18.2.0", 31+ "tailwind-merge":"^1.14.0", 32+ "tailwindcss-animate":"^1.0.7", 2833 "uuid":"^9.0.1", 2934 "vite-plugin-top-level-await":"^1.3.1", 3035 "vite-plugin-wasm":"^3.2.2" 3136 }, 3237 "devDependencies": { ...
Turned out I had an empty tailwind.config.js and adding two empty curly brackets fixed the issue:{ }Written on Jul 6, 2022 I wrote 19 books to help you become a better developer: HTML Handbook Next.js Pages Router Handbook Alpine.js Handbook HTMX Handbook TypeScript Handbook React ...
Installing Tailwind CSS as a Vite plugin is the most seamless way to integrate it with frameworks like Laravel, SvelteKit, React Router, Nuxt, and SolidJS. 01 Install Tailwind CSS Install tailwindcss and @tailwindcss/vite via npm. Terminal npm install tailwindcss @tailwindcss/vite 02 Configure...