@symbo.ls/scratch
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -5,3 +5,3 @@ { | ||
"author": "Symbols", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "src" |
@@ -15,4 +15,6 @@ 'use strict' | ||
export * from './responsive' | ||
export * from './icons' | ||
export * from './media' | ||
export * from './document' |
'use strict' | ||
export const RESPONSIVE = { | ||
export const BREAKPOINTS = { | ||
screenL: 1920, | ||
@@ -5,0 +5,0 @@ screenD: 1680, |
@@ -227,3 +227,4 @@ 'use strict' | ||
spacing: setSameValue, | ||
responsive: setSameValue | ||
media: setSameValue, | ||
icons: setSameValue | ||
} | ||
@@ -266,4 +267,4 @@ | ||
CONFIG.verbose = verbose | ||
if ((ENV === 'test' || ENV === 'development') && CONFIG.verbose) console.log(CONFIG) | ||
console.log(CONFIG) | ||
return CONFIG | ||
@@ -270,0 +271,0 @@ } |
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
27815
26
855