windicss/windicss

fix a typo in the NextJs installation docs.

faeb187 opened this issue · 0 comments

https://windicss.org/integrations/webpack.html#next-js

I think this is for pages/ and app/ directory approach.
At least when using the app/ directory, the root layout (Layout.tsx) should require the module (not a .css)

import "windicss"

In the docs: import "windi.css" (remove the dot)
For some (local probably) reasons it didn't show me an error in VSCode...

Update: Might be a documented caching issue, so it was working with my proposed alteration. (until after writing this issue)

Thank you for Windi!

I've used Tailwind and Daisy quite a while among others, and now I just discovered unocss, so I focus on it (the successor it seems (or good marketing)

Can be closed therefore.