@homebound/beam 3.5.1 → 3.6.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 +359 -228
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +210 -174
- package/dist/index.d.ts +210 -174
- package/dist/index.js +274 -145
- package/dist/index.js.map +1 -1
- package/dist/truss.css +2 -0
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -778,6 +778,8 @@
|
|
|
778
778
|
.mr2 { margin-right: 16px; }
|
|
779
779
|
/* @truss p:4000 c:mr3 */
|
|
780
780
|
.mr3 { margin-right: 24px; }
|
|
781
|
+
/* @truss p:4000 c:mr4 */
|
|
782
|
+
.mr4 { margin-right: 32px; }
|
|
781
783
|
/* @truss p:4000 c:mr_10px */
|
|
782
784
|
.mr_10px { margin-right: 10px; }
|
|
783
785
|
/* @truss p:4000 c:mr_12px */
|