We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently When you start a sveltekit project from the CLI and check the option to add tailwind...
| [+] tailwindcss (css framework - https://tailwindcss.com)
postcss.config.js
tailwind.config.js
app.css
Tailwind 4 version is available, works and does not require post CSS
post CSS
what needs to be changed is not much but would be better.
In order to update the current setup up to the new setup:
tailwind.config.ts
vite.config.ts
tailwindcss()
- @import 'tailwindcss/base'; -@import 'tailwindcss/components'; -@import 'tailwindcss/utilities' +@import "tailwindcss";
that's all :)
would make my life easier
The text was updated successfully, but these errors were encountered:
aa :( my issue was better writed that the original
Sorry, something went wrong.
No branches or pull requests
Describe the problem
Currently When you start a sveltekit project from the CLI and check the option to add tailwind...
postcss.config.js
filetailwind.config.js
fileapp.css
fileTailwind 4 version is available, works and does not require
post CSS
what needs to be changed is not much but would be better.
Describe the proposed solution
In order to update the current setup up to the new setup:
postcss.config.js
file.tailwind.config.ts
file.vite.config.ts
tailwindcss()
in plugins ; invite.config.ts
app.css
file:that's all :)
Importance
would make my life easier
The text was updated successfully, but these errors were encountered: