Closed flozero closed 7 months ago
@flozero Please provide a codesandbox or example repo reproducing the example, very difficult to help if you don't provide us code examples.
alright nvm I found my mistake sorry for alarming. I had an issue with the order of css output. But it was because I was duplicating tailwind css ouput from my component library and the server using it
Describe the bug
I am building a ui library that is using tailwind variants to be able to use tailwind and responsive props. My application that consume the ui library is SSR. I saw that next ui is not using breakpoints options as they are using an older version than 2.
My problem is that in our react ssr application breakpoints classes doesnt seems to be generated in the css file evne if the final class string is. Is it a tempo issue where the classes are generated to early or something ?
To Reproduce Steps to reproduce the behavior:
I will try to reproduce a simple repo
Expected behavior
An example ssr project that is using tailwind with tailwind variants
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.