@glitchr/breakpoints
Advanced tools
Comparing version 1.0.21 to 1.0.22
{ | ||
"name": "@glitchr/breakpoints", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Breakpoint extension", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,2 +0,3 @@ | ||
var debug = debug || true; | ||
var debug = (process.env.NODE_ENV == "development"); | ||
var getBreakpoint = function () { | ||
@@ -3,0 +4,0 @@ return window.getComputedStyle(document.body, ":before").content.replace(/\"/g, ''); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7574