enhance(style):尝试调整PostCSS生成色板功能。

This commit is contained in:
徐涛 2023-12-22 17:32:22 +08:00
parent 117b86d00a
commit bd9d801ef5
4 changed files with 3 additions and 0 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -37,6 +37,7 @@
"eslint": "^8.45.0",
"lost": "^9.0.2",
"postcss": "^8.4.31",
"postcss-advanced-variables": "^3.0.1",
"postcss-color-mod-function": "^3.0.3",
"postcss-custom-properties": "^13.3.3",
"postcss-import": "^15.1.0",

View File

@ -2,6 +2,7 @@
export default {
syntax: "postcss-scss",
plugins: {
"postcss-advanced-variables": {},
"postcss-custom-properties": {},
"postcss-import": {},
"postcss-preset-env": {

View File

@ -38,6 +38,7 @@ body {
body,
#root {
background-color: var(--palette-bright-blue-5);
@util size(100vw, 100vh);
overflow: hidden;
user-select: none;