enhance-dev / enhance-ssr

Server side render for custom elements.
140 stars 9 forks source link

Hoist CSS `@import` statements #46

Closed sjorsrijsdam closed 1 year ago

sjorsrijsdam commented 1 year ago

In order to support the full use of @import in CSS, those statements need to be placed at the top as they are ignored when they come after "regular" CSS statements.