You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
What version of @tailwindcss/jit are you using?
v0.1.7
What version of Node.js are you using?
v.15.something
What browser are you using?
Chrome
What operating system are you using?
macOs
I noticed that the CSS output is in the wrong order if you use multiple
@apply
rules like this:With this example the
sm:text-3xl
rule is overwritten bytext-2xl
.It does work as expected when I combine the rules in one
@apply
statement like this:I wasn't sure if this is related to existing issues about @apply. If so, sorry for the duplicate issue 🙃.
The text was updated successfully, but these errors were encountered: