I am using the Tailwind JIT CDN (https://beyondco.de/blog/tailwind-jit-compiler-via-cdn) However, the CDN is around 350KB big, compared to an around 10-20KB of a standard stylesheet with the Node Tailwind package. SO, I would want to use the JIT CDN in development as it takes some time to set up the Tailwind Node package, and then install the tailwind package in production to build it into a compressed stylesheet.
Asked
Active
Viewed 29 times