@lmc-eu/spirit-design-tokens
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "@lmc-eu/spirit-design-tokens", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Design tokens for Spirit Design System", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -28,4 +28,4 @@ # @lmc-eu/spirit-design-tokens | ||
.MyComponent { | ||
font-family: typography.$font-family-default; | ||
color: colors.$text-primary-default; | ||
font-family: typography.$font-family-default; | ||
color: colors.$text-primary-default; | ||
} | ||
@@ -40,5 +40,9 @@ ``` | ||
.MyComponent { | ||
font-family: tokens.$font-family-default; | ||
color: tokens.$text-primary-default; | ||
font-family: tokens.$font-family-default; | ||
color: tokens.$text-primary-default; | ||
} | ||
``` | ||
## License | ||
See the [LICENSE](LICENSE.md) file for information. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13036
11
47