content
content copied to clipboard
Styles in official documentation is not correct
Environment
ignore
Reproduction
ignore
Describe the bug
Expected:
The code block should be a single rectangle
In fact:
The filename bar and code are separated
Some icons are also missing
Additional context
I also faced this issue in my own nuxt project. My workaround is run pnpm run docs:prepare && pnpm run docs:build in deployment instead of pnpm run docs:build alone.
Logs
No response
Seems to be related to the recent upgrade of dependencies.
Let's track this issue here https://github.com/nuxt-modules/tailwindcss/issues/855
It's fixed! 😊 Adding a postinstall script doing nuxt prepare did the trick.