-
-
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
Support Tailwind CSS #100
Comments
Documentation on how to install TailwindCSS: https://tailwindcss.com/docs/installation How tailwindcss work? Mainly 2 ways:
@tailwind base;
@tailwind components;
@tailwind utilities; I don't know what kind of |
@nvh95 Hi, here is my random implementation. Currently, this only support documented installation process for Tailwind CSS. It means it doesn't look up I think this implementation is enough for the first step to support Tailwind CSS. What do you think? |
@sundaycrafts Thank you very much for your interest to Jest Preview and your efforts to make it work with TailwindCSS. I will take a look at your experiment as soon as I have free time. In the mean time, can you open a PR, even when it's not been done yet? Please open as a draft PR, so I can easier review your code, and you can officially claim this issue, avoid others also plan to work on this. Thanks. |
Is your feature request related to a problem? Please describe.
Tailwind CSS is an excellent library to write utility CSS
Describe the solution you'd like
Jest Preview should support Tailwind CSS out of the box. We should also provide an example as well.
Describe how should jest-preview implements this feature
Not sure. As I know, Tailwind CSS is usually configured through a PostCSS plugin. Let's follow that route.
Additional context
I'm not sure Jest Preview supports Tailwind CSS yet or not. 😂
The text was updated successfully, but these errors were encountered: