feat: tailwind related improvement (#6085)
This commit is contained in:
parent
7c70eb87bc
commit
eff280f3e7
340 changed files with 2117 additions and 417 deletions
8
web/utils/classnames.ts
Normal file
8
web/utils/classnames.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { twMerge } from 'tailwind-merge'
|
||||
import cn from 'classnames'
|
||||
|
||||
const classNames = (...cls: cn.ArgumentArray) => {
|
||||
return twMerge(cn(cls))
|
||||
}
|
||||
|
||||
export default classNames
|
||||
Loading…
Add table
Add a link
Reference in a new issue