@homebound/beam 3.47.0 → 3.47.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 +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/truss.css +0 -2
- package/package.json +1 -1
package/dist/truss.css
CHANGED
|
@@ -717,8 +717,6 @@
|
|
|
717
717
|
.maxh_none { max-height: none; }
|
|
718
718
|
/* @truss p:4000 c:maxw100 */
|
|
719
719
|
.maxw100 { max-width: 100%; }
|
|
720
|
-
/* @truss p:4000 c:maxw_192px */
|
|
721
|
-
.maxw_192px { max-width: 192px; }
|
|
722
720
|
/* @truss p:4000 c:maxw_320px */
|
|
723
721
|
.maxw_320px { max-width: 320px; }
|
|
724
722
|
/* @truss p:4000 c:maxw_326px */
|