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
I created a UI module that contains components and although everything looks as it should in the development env but when I build the project, I noticed that the windiCSS classes were not created.
To Reproduce
Steps to reproduce the behavior:
Create a Nuxt 3 module project
Add WindiCSS to the project
Build the project
See the error
Expected behavior
After compiling the project, I was expecting to see the CSS classes I used in the components.
Screenshots
When I add the component from the nuxt module I created to another simple Nuxt 3 project:
Describe the bug
I created a UI module that contains components and although everything looks as it should in the development env but when I build the project, I noticed that the windiCSS classes were not created.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After compiling the project, I was expecting to see the CSS classes I used in the components.
Screenshots
When I add the component from the nuxt module I created to another simple Nuxt 3 project:
When I did run the module project in dev mode:
Additional context
nuxt.config.ts
module.ts
The text was updated successfully, but these errors were encountered: