Inject CSS as a file during development?
-
My compilation times are pretty bad. Anytime I make a change it takes a while to see it on the page and I’m assuming it has something to do with TailwindCSS. Even Chrome devtool is slow trying to deal with 30k+ lines.
Is there a way to have CSS injected as files duringquasar dev -m ssr
instead of inlining it? Similar toquasar build -m ssr
.
I’m on Quasar 2 and Tailwind 2. -
Just a side question. How well does tailwind 2 and quasar(css) integrate? Do you still have style/css/classes conflicts as was the case in tailwind 1 and quasar?
-
@dobbel I always disabled the styles that came with Quasar so I don’t really know how much they conflict.
-
Ok interesting. Could you tell me some more about the way Quasar is being used in your projects?
like:
- Do you still use quasar’s components? If so do you restyle them (with tailwind)?
- If not what do you use for your visual components?
-
@dobbel I only use QAjaxBar and style it using Tailwind.