@proximus/lavender-light 2.0.0-alpha.84 → 2.0.0-alpha.85
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.
|
@@ -1574,6 +1574,10 @@ const _Container = class _Container extends WithExtraAttributes {
|
|
|
1574
1574
|
`--container-anchor-spacing--laptop`,
|
|
1575
1575
|
`var(--px-spacing-${value}-laptop)`
|
|
1576
1576
|
);
|
|
1577
|
+
this.style.setProperty(
|
|
1578
|
+
`--container-anchor-spacing--desktop`,
|
|
1579
|
+
`var(--px-spacing-${value}-desktop)`
|
|
1580
|
+
);
|
|
1577
1581
|
}
|
|
1578
1582
|
};
|
|
1579
1583
|
updateAnchorSpacingStyle(oldValue);
|