@kaliber/build 0.0.140 → 0.0.141
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -19,7 +19,7 @@ const layoutRelatedProps = [ // only allowed in child
|
|
19
19
|
'z-index',
|
20
20
|
'width', 'height',
|
21
21
|
['position', 'absolute'], ['position', 'fixed'],
|
22
|
-
'top', 'right', 'bottom', 'left',
|
22
|
+
'top', 'right', 'bottom', 'left', 'inset',
|
23
23
|
'margin', 'margin-top', 'margin-right', 'margin-bottom', 'margin-left',
|
24
24
|
'max-width', 'min-width', 'max-height', 'min-height',
|
25
25
|
'justify-self', 'align-self',
|