Commit d044646
committed
fix(prism-theme): fix typo .toke.variable -> .token.variable
The CSS selector for Prism variable tokens was misspelled as .toke.variable
instead of .token.variable. This caused variable tokens (bash $VARIABLES,
CSS custom properties, template literals, etc.) to never receive the intended
color (#a9becc) in syntax-highlighted code blocks across all documentation
pages.1 parent f2a42f7 commit d044646
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments