Skip to content

docs(themes): show CSS @import for styles.css - #912

Open
Soohimi wants to merge 1 commit into
radix-ui:mainfrom
Soohimi:docs/themes-css-import
Open

Soohimi wants to merge 1 commit into
radix-ui:mainfrom
Soohimi:docs/themes-css-import

Conversation

@Soohimi

@Soohimi Soohimi commented Sep 13, 2026

Copy link
Copy Markdown

Fixes radix-ui/themes#755

Getting started only showed the JS import. That is invalid inside a CSS file.

Document both:

  • JS/TS: import "@radix-ui/themes/styles.css";
  • CSS: @import "@radix-ui/themes/styles.css";

@Soohimi
Soohimi requested a review from chaance as a code owner September 13, 2026 04:53
@vercel

vercel Bot commented Sep 13, 2026

Copy link
Copy Markdown

@Soohimi is attempting to deploy a commit to the WorkOS Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Clarify correct usage of @radix-ui/themes/styles.css in JS vs CSS files

1 participant