fix:修改 @mixin 名称

This commit is contained in:
奔跑的面条
2022-05-02 17:18:18 +08:00
parent b678e389df
commit 4e7e1e62b6
18 changed files with 26 additions and 31 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ onMounted(() => {
@include go('reload') {
height: 100vh;
width: 100vw;
@include filter-bg-color('background-color')
@include fetch-bg-color('background-color')
}
</style>