Official Tailwind support #17386
Replies: 1 comment 2 replies
-
Quasar doesn't really need official support for Tailwind CSS. Don't get me wrong, I love Tailwind CSS and I have been using it more and more now that I'm outgrowing the training wheels (Quasar Vue Components). Quasar projects are still Vue projects under the hood and you can install Tailwind directly as you would in Vue: 1. Install Tailwind CSS and its dependenciesnpm npm install --save-dev tailwindcss postcss autoprefixer yarn yarn add -D tailwindcss postcss autoprefixer pnpm pnpm add -D tailwindcss postcss autoprefixer 2. Initialize Tailwindnpx npx tailwindcss init -p If you have corepack enabled, you can use your package manager e.g. yarn or pnpm instead of npx This will create 2 files: 3. Configure
|
Beta Was this translation helpful? Give feedback.
-
I know that many people think that you don't need Tailwind if you use Quasar, but maybe there are people who think that official Tailwind support would be great.
53 votes ·
Beta Was this translation helpful? Give feedback.
All reactions