Skip to content

Commit

Permalink
移除 unocss 自定义 shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Aug 28, 2024
1 parent a40d7cb commit 34a4847
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 @@ -29,8 +29,6 @@ export default defineConfig<Theme>({
}
return cls.join(' ')
}],
[/^square-\[?(.*?)\]?$/, ([, size]) => `w-${size} h-${size}`],
[/^circle-\[?(.*?)\]?$/, ([, size]) => `square-${size} rounded-full`],
],
presets: [
presetUno(),
Expand Down

0 comments on commit 34a4847

Please sign in to comment.