Replies: 1 comment
-
We're currently undergoing a comprehensive revision and rectification of the official website. Now you can import a package of <script src="https://unpkg.com/@master/css"></script> We've provide hybrid rendering where you can pre-generate CSS (SSR) from the server. |
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'm working with plain HTML & CSS.
I included the CDN scripts:
This gives me live style generation, which is great!
But is there a way to remove these CDN scripts and generate the styles for an HTML page as a CSS file — so I can ship it in one static bundle?
Beta Was this translation helpful? Give feedback.
All reactions