You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2025. It is now read-only.
According to the documentation, currently we just transform CSS files into JS files which append the CSS to the <head>. This isn't that performant, I think we should look into possibly concatenating the CSS and writing it to a folder.