-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probleme with CSS classes not showing or imported. #725
Comments
Regarding For the other items, I have not encountered those, perhaps a reproduction may help others to help you. |
We have various tests / examples that show that css/tailwind are working in principle. Could you please provide a minimal example (in the best case as a PR adding a test case in the "showcase" example? Thanks! |
@prodoxx @FlorientPlouvin could you please provide a minimal reproduction based on the tailwind example in the repo? (in the best case as a PR, then I can directly continue working on it). |
Hello everyone,
I have just installed the latest version of nuxt storybook on a project and everything works.
Attention the initialization command in the documentation is always : npx storybook-nuxt init
And I've noticed two problems, the first is that none of my classes are imported (either custom classes or tailwind classes).
I've also noticed that I get an error when I don't explicitly import ‘computed’ or similar into my component.
I suppose the two problems are linked, but I don't want to get ahead of myself.
The text was updated successfully, but these errors were encountered: