Skip to content

Commit 6ee67f1

Browse files
committed
revert: 移除 unocss 自定义 shortcuts
1 parent 25ec2f1 commit 6ee67f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unocss.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export default defineConfig<Theme>({
3939
}
4040
return cls.join(' ')
4141
}],
42-
[/^square-\[?(.*?)\]?$/, ([, size]) => `w-${size} h-${size}`],
43-
[/^circle-\[?(.*?)\]?$/, ([, size]) => `square-${size} rounded-full`],
4442
],
4543
preflights: [
4644
{

0 commit comments

Comments
 (0)