We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Initializing a new nuxt3 project and adding nuxt/windicss the preflight CSS is not loaded correctly.
To Reproduce Steps to reproduce the behavior:
Adding html like ul or h1 margin / padding / list-style are not normalizing or resetting. For me the preflight should be this: https://github.com/windicss/windicss/blob/main/test/assets/preflight.css But this rules are not available for me.
ul
h1
I also tried to add into my nuxt config:
css: [ 'virtual:windi-base.css', 'virtual:windi-components.css', 'virtual:windi-utilities.css', ],
But with no luck.
Expected behavior This CSS: For me the preflight should be this: https://github.com/windicss/windicss/blob/main/test/assets/preflight.css should be included into my project.
Thank you!
L.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Initializing a new nuxt3 project and adding nuxt/windicss the preflight CSS is not loaded correctly.
To Reproduce
Steps to reproduce the behavior:
Adding html like
ul
orh1
margin / padding / list-style are not normalizing or resetting.For me the preflight should be this: https://github.com/windicss/windicss/blob/main/test/assets/preflight.css
But this rules are not available for me.
I also tried to add into my nuxt config:
But with no luck.
Expected behavior
This CSS: For me the preflight should be this: https://github.com/windicss/windicss/blob/main/test/assets/preflight.css
should be included into my project.
Thank you!
L.
The text was updated successfully, but these errors were encountered: