tailwind
tailwind copied to clipboard
idea/suggestion for serving tailwind css
This is a cool project but what I would have wanted is have the html templates parsed and then generate a css file with the tailwind classes that were used then serve that to the browser. What are your thoughts on this idea? That way you can use the tailwind classes directly in the html as usual
This is partially implemented. Have a look at twpurge. It will scan your HTML and then trim down the CSS output to only what's needed.