Skip to content

Commit 30b2470

Browse files
committed
Add margin properties to negative-able list
1 parent cffb040 commit 30b2470

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/css/src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ const transforms = [
192192
'marginLeft',
193193
'marginX',
194194
'marginY',
195+
'marginBlock',
196+
'marginBlockEnd',
197+
'marginBlockStart',
198+
'marginInline',
199+
'marginInlineEnd',
200+
'marginInlineStart',
195201
'top',
196202
'bottom',
197203
'left',

0 commit comments

Comments
 (0)