Skip to content

Commit

Permalink
revert: 移除 unocss 自定义 shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Aug 28, 2024
1 parent 2287d6f commit e3aa1e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export default defineConfig<Theme>({
}
return cls.join(' ')
}],
[/^square-\[?(.*?)\]?$/, ([, size]) => `w-${size} h-${size}`],
[/^circle-\[?(.*?)\]?$/, ([, size]) => `square-${size} rounded-full`],
],
preflights: [
{
Expand Down

0 comments on commit e3aa1e0

Please sign in to comment.