Skip to content

Commit

Permalink
Fix Typo in Themes Docs (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoclsn authored Dec 6, 2023
1 parent 9feafcf commit 21745d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/learn/05-theming/03-creating-themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the values of those variables for specific UI sub-trees.

## Creating Themes

Any variable group can imported to create a theme like so:
Any variable group can be imported to create a theme like so:

```tsx title="themes.js"
import * as stylex from '@stylexjs/stylex';
Expand Down

0 comments on commit 21745d4

Please sign in to comment.