Replies: 1 comment
-
Not sure I understood the second part of your question:
Are you asking if there is a way to have the generated CSS be inlined all in a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set up CSS Bundling and CSS Modules on a project, which creates a CSS file with combined styles from CSS modules, which can then be loaded via the
LinksFunction
.Is there any way we can set the combined styles on an internal stylesheet? This would be useful for some purposes, e.g. generating email templates which cannot load external stylesheets.
Beta Was this translation helpful? Give feedback.
All reactions