From 304b74bb495edd4d07aea4d97239a8c48c26b734 Mon Sep 17 00:00:00 2001 From: zclzone Date: Wed, 25 Sep 2024 18:19:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BC=83=E7=94=A8sass=EF=BC=8C?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=8E=9F=E7=94=9Fcss=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - pnpm-lock.yaml | 11 ++++++----- src/layouts/components/SideMenu.vue | 2 +- src/layouts/components/tab/index.vue | 2 +- src/main.js | 2 +- src/styles/{global.scss => global.css} | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) rename src/styles/{global.scss => global.css} (95%) diff --git a/package.json b/package.json index 3a73371..7ae669a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "glob": "^11.0.0", "lint-staged": "^15.2.10", "rollup-plugin-visualizer": "^5.12.0", - "sass": "^1.79.3", "simple-git-hooks": "^2.11.1", "taze": "^0.16.9", "unocss": "^0.62.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 61890ce..eac24ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -90,9 +90,6 @@ importers: rollup-plugin-visualizer: specifier: ^5.12.0 version: 5.12.0(rollup@4.20.0) - sass: - specifier: ^1.79.3 - version: 1.79.3 simple-git-hooks: specifier: ^2.11.1 version: 2.11.1 @@ -4753,6 +4750,7 @@ snapshots: chokidar@4.0.1: dependencies: readdirp: 4.0.1 + optional: true chownr@2.0.0: {} @@ -5498,7 +5496,8 @@ snapshots: ignore@5.3.2: {} - immutable@4.3.7: {} + immutable@4.3.7: + optional: true import-fresh@3.3.0: dependencies: @@ -6336,7 +6335,8 @@ snapshots: dependencies: picomatch: 2.3.1 - readdirp@4.0.1: {} + readdirp@4.0.1: + optional: true refa@0.12.1: dependencies: @@ -6418,6 +6418,7 @@ snapshots: chokidar: 4.0.1 immutable: 4.3.7 source-map-js: 1.2.1 + optional: true scslre@0.3.0: dependencies: diff --git a/src/layouts/components/SideMenu.vue b/src/layouts/components/SideMenu.vue index a369658..dfe2ef6 100644 --- a/src/layouts/components/SideMenu.vue +++ b/src/layouts/components/SideMenu.vue @@ -59,7 +59,7 @@ function handleMenuSelect(key, item) { } -