sass 拆分

This commit is contained in:
lutinglt
2024-12-19 00:20:25 +08:00
parent edcaee26c6
commit 06c0badbb8
27 changed files with 1714 additions and 1621 deletions

16
.prettierrc.json Normal file
View File

@@ -0,0 +1,16 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "avoid",
"proseWrap": "always",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
}