fix: 移除与 SCSS 不兼容的 @variant 定义

This commit is contained in:
2025-06-04 01:03:04 +08:00
parent 9d05d0074a
commit 34e9ad7a3b

View File

@@ -301,10 +301,6 @@ header {
property: transform, width, border-radius; property: transform, width, border-radius;
duration: 0.1s; duration: 0.1s;
} }
@variant dark {
background-color: var(--p-surface-900);
}
} }
h1 { h1 {