Skip to content

Commit f0c23ec

Browse files
committed
feat: add overflow-clip, overflow-x-clip and overflow-y-clip utilities
Fixes #336
1 parent df94219 commit f0c23ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cli/lib/non-configurable/layout.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ const objectFit = [
3737

3838
const overflow = [
3939
'overflow-auto',
40+
'overflow-clip',
4041
'overflow-hidden',
4142
'overflow-visible',
4243
'overflow-scroll',
4344
'overflow-x-auto',
4445
'overflow-y-auto',
46+
'overflow-x-clip',
47+
'overflow-y-clip',
4548
'overflow-x-hidden',
4649
'overflow-y-hidden',
4750
'overflow-x-visible',

0 commit comments

Comments
 (0)