This commit is contained in:
2025-03-25 16:35:39 +08:00
parent 2b456dc17e
commit 9463635e03
66 changed files with 864 additions and 64 deletions

4
src/scss/global.scss Normal file
View File

@@ -0,0 +1,4 @@
.test {
border: 1px solid red;
@apply box-border;
}