I am using PurgeCSS to remove unused TailwindCSS classes. But it removed most of the NormalizeCSS rules.
I'm thinking of splitting Normalize in a separate normalize.css
file and then just get PurgeCSS to purge the main.css
.
I checked the documents and did not find a way to do this. Anyone can point me in the right direction?
Just realized that html
was included (maybe due to default styling in the css) but body
wasn't included. Most probably because none of the .vue files have the html and body text.