bpk-tokens-css
Advanced tools
Comparing version 36.2.1 to 36.2.2
{ | ||
"name": "bpk-tokens-css", | ||
"version": "36.2.1", | ||
"version": "36.2.2", | ||
"description": "Backpack design tokens for colors, spacing, font, etc.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -11,4 +11,5 @@ { | ||
"SPACING_FUNCTION_XS": { | ||
"value": "@function bpk-spacing-xs() { @if global-variable-exists('bpk-spacing-v2') and $bpk-spacing-v2 { @return {!SPACING_SM_V2}; } @return {!SPACING_XS}; }", | ||
"type": "function" | ||
"value": "@function bpk-spacing-xs() { @warn 'bpk-spacing-xs has been deprecated in the new system and will be removed in the future.'; @if global-variable-exists('bpk-spacing-v2') and $bpk-spacing-v2 { @return {!SPACING_SM_V2}; } @return {!SPACING_XS}; }", | ||
"type": "function", | ||
"deprecated": true | ||
}, | ||
@@ -15,0 +16,0 @@ "SPACING_XS": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
614587
18720