Skip to content

Commit

Permalink
feat: add overflow-clip, overflow-x-clip and overflow-y-clip ut…
Browse files Browse the repository at this point in the history
…ilities

Fixes #336
  • Loading branch information
muhammadsammy committed Dec 17, 2021
1 parent df94219 commit f0c23ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli/lib/non-configurable/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ const objectFit = [

const overflow = [
'overflow-auto',
'overflow-clip',
'overflow-hidden',
'overflow-visible',
'overflow-scroll',
'overflow-x-auto',
'overflow-y-auto',
'overflow-x-clip',
'overflow-y-clip',
'overflow-x-hidden',
'overflow-y-hidden',
'overflow-x-visible',
Expand Down

0 comments on commit f0c23ec

Please sign in to comment.