-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tailwind CSS doesn't get compiled in @import'ed files #230
Comments
Hi @SpadarShut. Thank you for your report on this issue. I confirmed this is a bug from // setupTests.js
import "base.css";
import "components.css";
import "utils.css"; |
Thanks! I worked around it in the same way. |
While we are at it, can you tell if this is a bug or not: when i change values in a select, the preview does not reflect it, though elements dependent on that value are rendered correctly. |
@SpadarShut I encountered this issue recently and I think this is related to |
Thanks! I used testing library as well. |
Hey @SpadarShut. I fixed this issue and released version I will include this fix in |
@all-contributors please add @SpadarShut for bug |
I've put up a pull request to add @SpadarShut! 🎉 |
This issue has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from issues that are unactionable. Please reach out if you have more information for us! 💪 |
Describe the bug
TailwindCSS doesn't get compiled if it's inside files that are imported.
In main css file:
in imported files:
Reproduce
https://github.com/SpadarShut/jest-preview-import-tw-issue
Expected behavior
CSS should be compiled
Environment (please complete the following information)
The text was updated successfully, but these errors were encountered: