We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: