@homebound/beam 3.36.0 → 3.37.1
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 +36 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +36 -7
- package/dist/index.js.map +1 -1
- package/dist/truss.css +0 -4
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -427,8 +427,6 @@
|
|
|
427
427
|
.gtc_50px_1fr { grid-template-columns: 50px 1fr; }
|
|
428
428
|
/* @truss p:3000 c:gtc_repeat_2_minmax_0_1fr */
|
|
429
429
|
.gtc_repeat_2_minmax_0_1fr { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
|
430
|
-
/* @truss p:3000 c:gtc_repeat_auto_fill_330px */
|
|
431
|
-
.gtc_repeat_auto_fill_330px { grid-template-columns: repeat(auto-fill, 330px); }
|
|
432
430
|
/* @truss p:3000 c:gtr_auto */
|
|
433
431
|
.gtr_auto { grid-template-rows: auto; }
|
|
434
432
|
/* @truss p:3000 c:gtr_auto_1fr */
|
|
@@ -987,8 +985,6 @@
|
|
|
987
985
|
.w_28px { width: 28px; }
|
|
988
986
|
/* @truss p:4000 c:w_32px */
|
|
989
987
|
.w_32px { width: 32px; }
|
|
990
|
-
/* @truss p:4000 c:w_330px */
|
|
991
|
-
.w_330px { width: 330px; }
|
|
992
988
|
/* @truss p:4000 c:w_38px */
|
|
993
989
|
.w_38px { width: 38px; }
|
|
994
990
|
/* @truss p:4000 c:w_42px */
|