This repository was archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
@font-face declarations breaking #23
Comments
Hitting the same thing where my css file is almost identical to the heroicons repo: https://github.com/tailwindlabs/heroicons.com/blob/master/src/css/main.css |
Same here |
It seems like |
This is an issue for me as well |
Same for me |
Merged
Should be fixed in v0.1.1, thanks for reporting! |
I think this explains why my whole app is italic 🤣 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using the new @tailwindcss/jit compiler seems to break font-face declarations added to base styles.
Using code like this in your CSS entry point:
Results in the following CSS during dev and build:
Without JIT, the font-face declarations are compiled to individual declarations and work as usual.
Versions:
The text was updated successfully, but these errors were encountered: