@ulu/frontend 0.1.0-beta.23 → 0.1.0-beta.24
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -178,7 +178,6 @@ $config: (
|
|
|
178
178
|
|
|
179
179
|
// Print out any contextual background styles
|
|
180
180
|
@each $props in get("background-contexts") {
|
|
181
|
-
@debug $props;
|
|
182
181
|
$selector: map.get($props, "selector");
|
|
183
182
|
$item-padding-x: map.get($props, "item-padding-x");
|
|
184
183
|
@include breakpoint.min(get("breakpoint")) {
|