hupe1980 / gatsby-plugin-material-ui

Gatsby plugin for Material-UI with built-in server-side rendering support
MIT License
136 stars 24 forks source link

[question] is there ways to uninline material ui style in html ? #60

Open hirohe opened 4 years ago

hirohe commented 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.

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 ?