更新脚手架

This commit is contained in:
Andy Leong
2023-12-31 01:45:02 +08:00
parent c0871a9b1f
commit fab1b96137
12 changed files with 615 additions and 494 deletions

View File

@@ -2,6 +2,11 @@
$red: red;
$green: green;
* {
padding: 0;
margin: 0;
}
// DIV宽高
@mixin box($width, $height) {
width: $width;
@@ -49,4 +54,4 @@ $green: green;
flex-direction: column;
align-items: center;
justify-content: center;
}
}