Open hirohe opened 4 years ago
I use plugin gatsby-plugin-uninline-styles to un-inline CSS from generated HTML files.
but with gatsby-plugin-material-ui, it cannot un-inline style tags from html file.
gatsby-plugin-material-ui
I found that it is because gatsby-plugin-material-ui do not generate css files
can it generate css file here src/gatsby-ssr.js#L46 instead of style tag for each pages ?
I use plugin gatsby-plugin-uninline-styles to un-inline CSS from generated HTML files.
but with
gatsby-plugin-material-ui
, it cannot un-inline style tags from html file.I found that it is because
gatsby-plugin-material-ui
do not generate css filescan it generate css file here src/gatsby-ssr.js#L46 instead of style tag for each pages ?