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
When building a project with Vite, an error occurs due to the placement of @charset in the Oruga Default Theme CSS file.
@charset
0.5.1
vite build
[vite:css] @charset must precede all other statements
The @charset declaration should appear at the very top of the CSS file, as required by CSS specifications, to prevent build errors.
The @charset declaration is not at the top of the CSS file, causing the build to contain the warning.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When building a project with Vite, an error occurs due to the placement of
@charset
in the Oruga Default Theme CSS file.Steps to Reproduce
0.5.1
).vite build
for production.Expected Behavior
The
@charset
declaration should appear at the very top of the CSS file, as required by CSS specifications, to prevent build errors.Actual Behavior
The
@charset
declaration is not at the top of the CSS file, causing the build to contain the warning.The text was updated successfully, but these errors were encountered: