@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
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## Version 0.1.0-beta.24
4
+
5
+ - Minor, remove debug statement
6
+
3
7
  ## Version 0.1.0-beta.23
4
8
 
5
9
  - scss/component/sticky-list.scss
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend",
3
- "version": "0.1.0-beta.23",
3
+ "version": "0.1.0-beta.24",
4
4
  "description": "Modular Sass Theming Library",
5
5
  "browser": "js/index.js",
6
6
  "main": "index.js",
@@ -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")) {