-
Notifications
You must be signed in to change notification settings - Fork 593
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
Tailwind viewer not available #292
Comments
I might be wrong, but it looks like this line disables the Tailwind viewer: https://github.com/nuxtlabs/ui/blob/a274a0cdbbf197893d8a50edc7a31f51c16024c7/src/module.ts#L136 |
Viewer is now enabled by default, but it can still be disabled manually through
|
Just tried the edge release and the /_tailwind/ endpoint is available now. |
I just pushed 07e471d this morning to let the viewer enabled by default with the documentation updated: https://ui.nuxtlabs.com/getting-started/theming#dark-mode |
Version
@nuxthq/ui: 2.4
nuxt: 3.5.2
Reproduction Link
https://github.com/nuxtlabs/ui.git
npm run dev
will launch the docs site where this can be testedSteps to reproduce
npx nuxi init
npm run dev
and navigate to/_tailwind/
> page is availablenpm run dev
and navigate to/_tailwind/
> page is not availableWhat is Expected?
/_tailwind/
should return the tailwind viewer page as describe in https://tailwindcss.nuxtjs.org/tailwind/viewerWhat is actually happening?
page is not available, also isn't mentioned in output of
npm run dev
"@nuxtjs/tailwindcss"
should not be added to the modules as per installation instructions of NuxtLabs UI, but I did try that to see what happens:modules: ["@nuxthq/ui", "@nuxtjs/tailwindcss"],
modules: ["@nuxtjs/tailwindcss", "@nuxthq/ui"],
, but causes build errors.Also mentioned in #265
The text was updated successfully, but these errors were encountered: