Loops and crashes - Never ever do this! #8023
jenstornell
started this conversation in
General
Replies: 1 comment
-
The main problem here is that that pattern includes https://tailwindcss.com/docs/content-configuration#pattern-recommendations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dangerous setup
Never ever do like below. I did and does not work like you might expect.
So, what does the above do? It searched through all javascript files for Tailwind classes. So far so good. However, there is a file called
tailwind.config.js
. Note that it's also a javascript file and will be included.So what happens when running this?
Beta Was this translation helpful? Give feedback.
All reactions