Last active
June 18, 2025 15:47
-
-
Save fqborges/77d728a924b21fb89d6891e600c90bf9 to your computer and use it in GitHub Desktop.
tokens.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Foobar": { | |
| "mini": { | |
| "$value": "4", | |
| "$type": "sizing" | |
| }, | |
| "minimini": { | |
| "$value": "2", | |
| "$type": "sizing" | |
| }, | |
| "littlezinho": { | |
| "$value": "1", | |
| "$type": "sizing" | |
| }, | |
| "nada": { | |
| "$value": "0", | |
| "$type": "sizing" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment