Replies: 1 comment 8 replies
-
How are you using the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use vite,react to build my project,also Installing Tailwind CSS as a Vite plugin.
This is my app.css
`@import "tailwindcss";
@theme {
--breakpoint-mf: 990px;
}`
I learned that tailwind CSS 4.0 allows direct use of the @theme rule without needing a tailwind.config.js file,but the @theme rule in my project is not taking effect ,i don't know where the issue lies.
Beta Was this translation helpful? Give feedback.
All reactions