Open manniL opened 6 years ago
The problem is if you then want to edit your HTML - and add a new class, there is a high change it wont exist.
i.e. if you have never used mt-4
before, then when you go to edit your file - it wont be there, so you have to recompile. every. single. time.
If you have modules:
all'` enabled - then you shouldnt really need to recomplile your Tailwind very often (if at all) - so the long time shouldnt matter too much?
Heyho!
I'm using Tailwind together with PurgeCSS regularly. One caveat that I notice quite often is long build time when using
modules: 'all'
in the tailwind.js config:Wouldn't it be great to have a tool that scans your HTML/JS/Vue files (like PurgeCSS), but then tells tailwind which classes it needs to output?