Skip to content

Commit

Permalink
fix: Remove some literal classes
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Oct 26, 2024
1 parent e813ac7 commit 5f30dd4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ const supportedLiteralClasses = {
bg: 'background',
text: (value: string) => (isColor(value) ? 'color' : 'font-size'),
border: (value: string) => (isColor(value) ? 'border-color' : 'border-width'),
'border-opacity': 'border-opacity',
'border-style': 'border-style',
'bg-opacity': 'background-opacity',
'bg-size': 'background-size',
rounded: 'border-radius',
opacity: 'opacity',
z: 'z-index',
Expand Down

0 comments on commit 5f30dd4

Please sign in to comment.