@fluid-topics/design-system-variables
Advanced tools
Comparing version 0.0.25 to 0.0.27
@@ -17,6 +17,6 @@ export var DesignSystemFamily; | ||
export function resolveFamilyClass(family) { | ||
return `design-system--family-${family}`; | ||
return `.ftds--family-${family}`; | ||
} | ||
export function resolveSizeClass(size) { | ||
return `design-system--size-${size}`; | ||
return `ftds--size-${size}`; | ||
} |
{ | ||
"name": "@fluid-topics/design-system-variables", | ||
"version": "0.0.25", | ||
"version": "0.0.27", | ||
"description": "Generated design system variables to use in web components", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
275354