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(),