[v4] before:absolute
class isn't generated
#15134
Unanswered
TheOnlyTails
asked this question in
Help
Replies: 1 comment 1 reply
-
Hey! Can you share a reproduction? I can't reproduce this locally and can't think of a reason why that class specifically would be ignored 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the latest versions of
tailwindcss
and@tailwindcss/vite
on a SvelteKit project, where I have this element:However, upon inspecting, the classes
before:transition-[width]
andbefore:absolute
are simply not included in the generated CSS.Beta Was this translation helpful? Give feedback.
All reactions