Disable Tailwind for a while #3185
Answered
by
deadcoder0904
deadcoder0904
asked this question in
Help
-
I'm developing a Chrome extension based on this boilerplate with TailwindCSS installed. However, Tailwind v2 sucks hard. It takes ~10-15 seconds for every change which is not ideal at all & I'm tired for a couple of days. I have nothing to do with styling for now so I want to disable Tailwind for a while. Like a pause button without completely uninstalling it. Is there any quick way which will disable it? |
Beta Was this translation helpful? Give feedback.
Answered by
deadcoder0904
Dec 24, 2020
Replies: 1 comment
-
🤦♂️ Commented /* @tailwind base; */
/* @tailwind components; */
/* @tailwind utilities; */ It always happens after I post a question 😭 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deadcoder0904
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤦♂️ Commented
tailwind.css
file which was doing it:It always happens after I post a question 😭