chore: remove '@unocss/preset-rem-to-px' dependency (#8)

This commit is contained in:
ayangweb
2025-03-28 23:36:24 +08:00
committed by GitHub
parent fb5dfe82d7
commit 0a9c060741
3 changed files with 0 additions and 15 deletions

View File

@@ -38,7 +38,6 @@
"@tauri-apps/cli": "^2.4.0",
"@types/node": "^22.13.14",
"@unocss/eslint-plugin": "^66.0.0",
"@unocss/preset-rem-to-px": "66.1.0-beta.7",
"@vitejs/plugin-vue": "^5.2.3",
"eslint": "^9.23.0",
"eslint-plugin-format": "^1.0.1",

10
pnpm-lock.yaml generated
View File

@@ -59,9 +59,6 @@ importers:
'@unocss/eslint-plugin':
specifier: ^66.0.0
version: 66.0.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.6.3)
'@unocss/preset-rem-to-px':
specifier: 66.1.0-beta.7
version: 66.1.0-beta.7
'@vitejs/plugin-vue':
specifier: ^5.2.3
version: 5.2.3(vite@6.2.3(@types/node@22.13.14)(jiti@2.4.2)(tsx@4.19.3)(yaml@2.7.0))(vue@3.5.13(typescript@5.6.3))
@@ -1363,9 +1360,6 @@ packages:
'@unocss/preset-mini@66.1.0-beta.7':
resolution: {integrity: sha512-5v9RNFTk2OMLbE45JVoYA0HtZKCDCI3j7uRAcuRLVP3O/yAd9JlP/b8ou3wvtgxHTXFEgk6Pt8dFDKPadA3Hrw==}
'@unocss/preset-rem-to-px@66.1.0-beta.7':
resolution: {integrity: sha512-ig51UnsHMar1x0N3vytHRxp7qXSlwkzk4j1rjjYCTQ05sBhZbKfu1YD+dvhTilJjPklk5kUND+At6nWgPzHHtA==}
'@unocss/preset-tagify@66.1.0-beta.7':
resolution: {integrity: sha512-8eJLHiyfzwfKjqV4sIP+158h6RSTwuQ4AOC8UZij0AketU9bhFIyfOzgvFALiZBo71LFFDe1gSliZpK/eGan2g==}
@@ -5537,10 +5531,6 @@ snapshots:
'@unocss/extractor-arbitrary-variants': 66.1.0-beta.7
'@unocss/rule-utils': 66.1.0-beta.7
'@unocss/preset-rem-to-px@66.1.0-beta.7':
dependencies:
'@unocss/core': 66.1.0-beta.7
'@unocss/preset-tagify@66.1.0-beta.7':
dependencies:
'@unocss/core': 66.1.0-beta.7

View File

@@ -1,4 +1,3 @@
import presetRemToPx from '@unocss/preset-rem-to-px'
import {
defineConfig,
presetIcons,
@@ -11,9 +10,6 @@ export default defineConfig({
presets: [
presetWind3(),
presetIcons(),
presetRemToPx({
baseFontSize: 4,
}),
],
transformers: [
transformerVariantGroup(),