From 34a4847c0c0e3a4ed1792f77ba6ee61f5610fc19 Mon Sep 17 00:00:00 2001 From: Hooray Hu <304327508@qq.com> Date: Wed, 28 Aug 2024 14:00:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20unocss=20=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=20shortcuts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uno.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/uno.config.ts b/uno.config.ts index b347cf8..dd60bc2 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -29,8 +29,6 @@ export default defineConfig({ } return cls.join(' ') }], - [/^square-\[?(.*?)\]?$/, ([, size]) => `w-${size} h-${size}`], - [/^circle-\[?(.*?)\]?$/, ([, size]) => `square-${size} rounded-full`], ], presets: [ presetUno(),