RobbyCowell/site

`normalize.css` is not being minified

Closed this issue · 0 comments

In src/styles.css the normalize import it importing the uncompressed CSS from the node package.

Either import the minified version (and hope there's no conflicts with the other CSS), or, preferably, have webpack take in the uncompressed css from all sources and minify it into one file.