Replies: 2 comments
-
|
Could you provide a reproduction in a public GitHub repo? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
If .size-12 is missing from the compiled CSS, it usually means Tailwind didn’t detect that class during the content scan or the dev server is serving a cached stylesheet. Since the CSS is generated at build time, the browser itself normally wouldn’t change what classes exist in the file. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hey just have a question. I'm using size-12 on an element and in Safari in the compiled css file I can't find .size-12. I can find .size-4, .size-6... etc... but no .size-12. The class is present in Chrome. I'm curious to why this might be?
Nextjs is using turbopack.
Safari version 17.6
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions