@homebound/beam 3.92.1 → 3.92.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +52 -49
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +52 -49
- package/dist/index.js.map +1 -1
- package/dist/truss.css +0 -4
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -1083,8 +1083,6 @@
|
|
|
1083
1083
|
.left_var { left: var(--left); }
|
|
1084
1084
|
/* @truss p:4000.5 c:m_var */
|
|
1085
1085
|
.m_var { margin-top: var(--marginTop); margin-bottom: var(--marginBottom); margin-right: var(--marginRight); margin-left: var(--marginLeft); }
|
|
1086
|
-
/* @truss p:4000.5 c:maxh_var */
|
|
1087
|
-
.maxh_var { max-height: var(--maxHeight); }
|
|
1088
1086
|
/* @truss p:4000.5 c:maxw_var */
|
|
1089
1087
|
.maxw_var { max-width: var(--maxWidth); }
|
|
1090
1088
|
/* @truss p:4000.5 c:mb_var */
|
|
@@ -1240,8 +1238,6 @@
|
|
|
1240
1238
|
/* @truss @property */
|
|
1241
1239
|
@property --marginLeft { syntax: "*"; inherits: false; }
|
|
1242
1240
|
/* @truss @property */
|
|
1243
|
-
@property --maxHeight { syntax: "*"; inherits: false; }
|
|
1244
|
-
/* @truss @property */
|
|
1245
1241
|
@property --maxWidth { syntax: "*"; inherits: false; }
|
|
1246
1242
|
/* @truss @property */
|
|
1247
1243
|
@property --marginBottom { syntax: "*"; inherits: false; }
|