@dobbel I only use QAjaxBar and style it using Tailwind.
J
Latest posts made by johnRivs
-
RE: Inject CSS as a file during development?
-
RE: Inject CSS as a file during development?
@dobbel I always disabled the styles that came with Quasar so I don’t really know how much they conflict.
-
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.