@symbo.ls/atoms
Advanced tools
Comparing version 2.11.446 to 2.11.447
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.446", | ||
"version": "2.11.447", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "d042e0c4fc9379b0ca7584f6405cfa2e7c1301d4", | ||
"gitHead": "e59d0443eec7f94e5737a916d49daf00d1ee9c47", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "^2.5.0", |
@@ -164,8 +164,2 @@ 'use strict' | ||
const important = hasImportant ? ' !important' : '' | ||
if (important) { | ||
console.log(val.trim()) | ||
console.log(deps.transformBoxShadow(val.trim(), globalTheme)) | ||
console.log(getMediaColor('canvas-card', globalTheme), globalTheme) | ||
} | ||
return { | ||
@@ -172,0 +166,0 @@ boxShadow: deps.transformBoxShadow(val.trim(), globalTheme) + important |
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
59979
1592