From e00fbbccefc7c45e0775f16ad7d83977007951a6 Mon Sep 17 00:00:00 2001 From: Timo Clasen Date: Wed, 6 Dec 2023 12:16:16 +0100 Subject: [PATCH] Fix Typo in Themes Docs --- apps/docs/docs/learn/05-theming/03-creating-themes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/learn/05-theming/03-creating-themes.mdx b/apps/docs/docs/learn/05-theming/03-creating-themes.mdx index d0282d3b..453edb7b 100644 --- a/apps/docs/docs/learn/05-theming/03-creating-themes.mdx +++ b/apps/docs/docs/learn/05-theming/03-creating-themes.mdx @@ -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';