Skip to content

Commit

Permalink
feat: add border-hidden utility
Browse files Browse the repository at this point in the history
Fixes #335
  • Loading branch information
muhammadsammy committed Dec 17, 2021
1 parent c702c46 commit df94219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/lib/non-configurable/borders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const borderStyle = [
'border-dashed',
'border-dotted',
'border-double',
'border-hidden',
'border-none',
];

Expand Down

0 comments on commit df94219

Please sign in to comment.