Skip to content

Commit

Permalink
feat(example): added example for usage of private design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
silversonicaxel committed Feb 1, 2022
1 parent 2ff9567 commit 09c2205
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/basic/tokens/size/font.json
@@ -1,6 +1,16 @@
{
"size": {
"font": {
"unit_web" : {
"value": "px",
"comment": "web applications unit",
"private": true
},
"unit_mobile" : {
"value": "rem",
"comment": "mobile applications unit",
"private": true
},
"small" : {
"value": "0.75",
"comment": "the small size of the font"
Expand Down

0 comments on commit 09c2205

Please sign in to comment.