diff --git a/data/themes/docs/overview/getting-started.mdx b/data/themes/docs/overview/getting-started.mdx index 6552fa2a..ed641ac2 100644 --- a/data/themes/docs/overview/getting-started.mdx +++ b/data/themes/docs/overview/getting-started.mdx @@ -69,6 +69,7 @@ Import the global CSS file at the root of your application. ```ts import '@radix-ui/themes/styles.css'; +@import url(@radix-ui/themes/styles.css); ``` ### 3. Add the Theme component