eddev 0.2.31 → 0.2.32
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/package.json +1 -1
- package/style/createStitches.js +0 -2
package/package.json
CHANGED
package/style/createStitches.js
CHANGED
|
@@ -280,7 +280,6 @@ function getResponsiveObjectStyles(breakpoints, object, varName, unit) {
|
|
|
280
280
|
// Prescale object
|
|
281
281
|
object = __assign({}, object);
|
|
282
282
|
var parsed = parseResponsiveObject(breakpoints, object);
|
|
283
|
-
console.log("PARSED", parsed);
|
|
284
283
|
var globals = {};
|
|
285
284
|
for (var _i = 0, parsed_1 = parsed; _i < parsed_1.length; _i++) {
|
|
286
285
|
var atom = parsed_1[_i];
|
|
@@ -301,7 +300,6 @@ function getResponsiveObjectStyles(breakpoints, object, varName, unit) {
|
|
|
301
300
|
_c);
|
|
302
301
|
}
|
|
303
302
|
}
|
|
304
|
-
console.log("GLOBALS", globals);
|
|
305
303
|
return [globals, (_d = globals["@initial"]) === null || _d === void 0 ? void 0 : _d[varName]];
|
|
306
304
|
}
|
|
307
305
|
exports.getResponsiveObjectStyles = getResponsiveObjectStyles;
|