feat(theme): use `@layer __vitepress_base` to wrap the styles in base.css (#4905)

pull/5105/head
hotdogc1017 8 months ago committed by GitHub
parent 923aa90252
commit f8d8c0d712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save