@homebound/beam 3.94.0 → 3.95.0
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 +375 -337
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +365 -327
- package/dist/index.js.map +1 -1
- package/dist/truss.css +0 -6
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -761,8 +761,6 @@
|
|
|
761
761
|
.maxw_320px { max-width: 320px; }
|
|
762
762
|
/* @truss p:4000 c:maxw_326px */
|
|
763
763
|
.maxw_326px { max-width: 326px; }
|
|
764
|
-
/* @truss p:4000 c:maxw_420px */
|
|
765
|
-
.maxw_420px { max-width: 420px; }
|
|
766
764
|
/* @truss p:4000 c:maxw_550px */
|
|
767
765
|
.maxw_550px { max-width: 550px; }
|
|
768
766
|
/* @truss p:4000 c:mb0 */
|
|
@@ -775,8 +773,6 @@
|
|
|
775
773
|
.mb3 { margin-bottom: calc(var(--t-spacing) * 3); }
|
|
776
774
|
/* @truss p:4000 c:mb4 */
|
|
777
775
|
.mb4 { margin-bottom: calc(var(--t-spacing) * 4); }
|
|
778
|
-
/* @truss p:4000 c:mb_12px */
|
|
779
|
-
.mb_12px { margin-bottom: 12px; }
|
|
780
776
|
/* @truss p:4000 c:mb_2px */
|
|
781
777
|
.mb_2px { margin-bottom: 2px; }
|
|
782
778
|
/* @truss p:4000 c:mb_4px */
|
|
@@ -843,8 +839,6 @@
|
|
|
843
839
|
.mt1 { margin-top: calc(var(--t-spacing) * 1); }
|
|
844
840
|
/* @truss p:4000 c:mt2 */
|
|
845
841
|
.mt2 { margin-top: calc(var(--t-spacing) * 2); }
|
|
846
|
-
/* @truss p:4000 c:mt_12px */
|
|
847
|
-
.mt_12px { margin-top: 12px; }
|
|
848
842
|
/* @truss p:4000 c:mt_2px */
|
|
849
843
|
.mt_2px { margin-top: 2px; }
|
|
850
844
|
/* @truss p:4000 c:mt_4px */
|