Skip to content

Commit 5ec139a

Browse files
committed
Hide result
1 parent 217caf1 commit 5ec139a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-intro/why-tokenscript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ TokenScript is a **type-safe language for design token logic** that integrates s
9090

9191
Colors, units, and design concepts are first-class citizens:
9292

93-
<TokenScriptCodeBlock mode="script" lines={{ end: 5 }}>
93+
<TokenScriptCodeBlock mode="script" showResult={false} lines={{ end: 5 }}>
9494
{`variable primary: Color = #0066FF;
9595
variable lighter: Color.Hsl = lighten(primary, 20);
9696
variable spacing: NumberWithUnit = 8px;

0 commit comments

Comments
 (0)