You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSS doesn't load.
I tried to look for the CSS files in the dev console, it seems like it doesn't come out at all.
I tried adding an Box, and check its class name which is rt-Box, but it doesn't appear.
I tried importing it to a Storybook. It was really supposed to be a simple line like the following:
My Debugging Process
CSS doesn't load.
I tried to look for the CSS files in the dev console, it seems like it doesn't come out at all.
I tried adding an
Box, and check its class name which isrt-Box, but it doesn't appear.I have looked at the following issues Cannot import styles.css #46 and Is
@radix-ui/themescurrently working in plain React (without Next.js)? #59Although they are an issue closed, I think the problem remains the same.