From e6e8854c3706e15a55404aa60988a1947d0c81f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Barbet?= Date: Fri, 13 Dec 2024 09:18:29 +0000 Subject: [PATCH] docs: warning about `theme` and `rt` usage with `.create` function --- docs/src/content/docs/v3/references/stylesheet.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/content/docs/v3/references/stylesheet.mdx b/docs/src/content/docs/v3/references/stylesheet.mdx index c6f19ad8..ad28971e 100644 --- a/docs/src/content/docs/v3/references/stylesheet.mdx +++ b/docs/src/content/docs/v3/references/stylesheet.mdx @@ -24,6 +24,8 @@ It can parse your `variants`, `compoundVariants` or `dynamic functions` (even if Once you register your `themes` and `breakpoints`, it unlocks even more features, like injecting the current `theme` or `miniRuntime` into your stylesheet. It also assists you with TypeScript autocompletion for your styles. + + Example usage: ```tsx /create/