youfoundron / gatsby-plugin-purify-css

Gatsby plugin for removing unused CSS in production.
27 stars 6 forks source link

CSS injected in wrong location #9

Closed jrah closed 6 years ago

jrah commented 6 years ago

I am new to React and Gatsby so please excuse my ignorance.

I am using Gatsby Netllify plugin with gatsby-plugin-purify-css when I include it in my gatsby config and let it run it seems to concat files from cms.css (from Netlify plugin I suspect) and/or build-js-styles.css (not sure if this is related to Netlify CMS) when I remove gatsby-plugin-purify-css it is not concatenated.

jrah commented 6 years ago

My issue seems to be related to #5, sorry about the duplicate issue.

youfoundron commented 6 years ago

No worries