You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Many users of design tokens use theming, such as the use of light and dark mode
27
27
28
28
To manage these tokens amd their various combinations, users usually end up adopting complicated naming taxonomies to keep all of the tokens unique within a global namespace.
29
29
30
-

30
+

31
31
32
32
These solutions via naming are overly brittle, and in practice most users end up separating their various dimensions like `theme`, `mode``variant` ,etc into different sets which are intended to override each other. The is also used to circumvent issues of changing tokens when using tools that attach a token directly on a design element.
33
33
@@ -47,7 +47,7 @@ Using the above parameters, the proposal is that we create standalone resolver f
47
47
48
48
## Background
49
49
50
-
This approach is based off the existing work in the [Tokens Studio Plugin](https://github.com/tokens-studio/figma-plugin) which currently supports multidimensional tokens through the use of its `$themes.json` file that it exports with the following shape
50
+
This approach is based on the existing work in the [Tokens Studio Plugin](https://github.com/tokens-studio/figma-plugin) which currently supports multidimensional tokens through the use of its `$themes.json` file that it exports with the following shape
51
51
52
52
```json5
53
53
[
@@ -101,7 +101,7 @@ _The token sets used are typically larger than what is shown and there are cases
101
101
102
102
There are a number of problems to this approach though. This is currently being applied to create a single addressable space for tokens and is not granular. If you wanted to create a much smaller set that represented each component for example, you could not as the output of the set resolution is a single named token set that is then used to reference the tokens.
0 commit comments