Using default styles since alpha 6 with cross-origin isolation enabled #126
Answered
by
KonnorRogers
sam-19
asked this question in
Help & Support
-
Beta Was this translation helpful? Give feedback.
Answered by
KonnorRogers
Dec 28, 2024
Replies: 1 comment 1 reply
-
We should probably just fix the default stylesheet to not have
https://calendar.perfplanet.com/2024/the-curious-performance-case-of-css-import/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sam-19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should probably just fix the default stylesheet to not have
@import
rules and instead inline the rules.@import
is great at tanking stylesheet performance, which is not good for something that is render blocking.https://calendar.perfplanet.com/2024/the-curious-performance-case-of-css-import/