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
Version 4 of tailwind css will replace version 3 sooner or later.
Steps to reproduce the behavior: Using the CLI
npm install tailwindcss@next @tailwindcss/cli@next Next, import Tailwind in your input.css file: @import "tailwindcss";
npm install tailwindcss@next @tailwindcss/cli@next
@import "tailwindcss";
npx @tailwindcss/cli@next -i ./input.css -o ./assets/tailwind.css --watch
repo
Dioxus version: 0.6.0-alpha.2 Rust version: rustc 1.81.0 OS info: Win11 App platform: web
The text was updated successfully, but these errors were encountered:
Now v4 is the default for new installations!
Sorry, something went wrong.
tailwind v4 seems to be working, but not fully, testing some classes like setting text size and font styles are not working for me, I'm not sure why.
No branches or pull requests
Version 4 of tailwind css will replace version 3 sooner or later.
Steps to reproduce the behavior:
Using the CLI
npm install tailwindcss@next @tailwindcss/cli@next
Next, import Tailwind in your input.css file:
@import "tailwindcss";
npx @tailwindcss/cli@next -i ./input.css -o ./assets/tailwind.css --watch
repo
bandicam.2024-09-29.17-00-22-532.mp4
Dioxus version: 0.6.0-alpha.2
Rust version: rustc 1.81.0
OS info: Win11
App platform: web
The text was updated successfully, but these errors were encountered: