Static GitHub Issues

[2262] Global CSS Code Splitting into multiple Chunks

prev: how to change the inline CSS in .vue file to turn px into rem width some tools such as postcss-pxtorem?
next: Internet Explorer 11 issue - Object.assign polyfill gets resetted

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?

Update

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.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1982">#c1982</a>)</em></sub></div>