@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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.140",
2
+ "version": "0.0.141",
3
3
  "name": "@kaliber/build",
4
4
  "description": "Zero configuration, opinionated webpack / react build setup",
5
5
  "scripts": {
@@ -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',