feat: use `@layer __vitepress_base` to wrap the styles in base.css

pull/4905/head
hotdogc1017 1 month ago
parent e25f2285c0
commit 5d79c65ff4
No known key found for this signature in database
GPG Key ID: 7259EF8E842AA8B8

@ -1,3 +1,4 @@
@layer __vitepress_base {
@media (prefers-reduced-motion: reduce) {
*,
::before,
@ -249,3 +250,4 @@ mjx-container > svg {
display: inline-block;
margin: auto;
}
}

Loading…
Cancel
Save