We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217caf1 commit 5ec139aCopy full SHA for 5ec139a
docs-intro/why-tokenscript.md
@@ -90,7 +90,7 @@ TokenScript is a **type-safe language for design token logic** that integrates s
90
91
Colors, units, and design concepts are first-class citizens:
92
93
-<TokenScriptCodeBlock mode="script" lines={{ end: 5 }}>
+<TokenScriptCodeBlock mode="script" showResult={false} lines={{ end: 5 }}>
94
{`variable primary: Color = #0066FF;
95
variable lighter: Color.Hsl = lighten(primary, 20);
96
variable spacing: NumberWithUnit = 8px;
0 commit comments