@symbo.ls/scratch
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -5,3 +5,3 @@ { | ||
"author": "Symbols", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "src" |
@@ -199,3 +199,3 @@ 'use strict' | ||
const setTypography = (val, key) => { | ||
const setSameValue = (val, key) => { | ||
return val | ||
@@ -210,3 +210,5 @@ } | ||
theme: setTheme, | ||
typography: setTypography | ||
typography: setSameValue, | ||
spacing: setSameValue, | ||
responsive: setSameValue | ||
} | ||
@@ -213,0 +215,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
24394
764