Skip to content

Commit 1f00506

Browse files
authored
fix(docs): remove non-existing css variable usage
1 parent 3f8b6a8 commit 1f00506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/components/Example3.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default {
122122
box-sizing: border-box;
123123
position: relative;
124124
display: block;
125-
transform: scale(var(--ggs, 1));
125+
transform: scale(1);
126126
width: 22px;
127127
height: 22px;
128128
}

0 commit comments

Comments
 (0)