Skip to content
New issue

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

fix(vite): move @import before other rules #3743

Merged
merged 1 commit into from May 8, 2024
Merged

Conversation

lzl0304
Copy link
Contributor

@lzl0304 lzl0304 commented Apr 18, 2024

fix #3609

The reason is that the @import statement is wrapped in a layer, causing it not to precede all CSS rules.

I have conducted tests locally and have not yet found any issues. If it may cause other problems, I would appreciate your guidance.

@lzl0304 lzl0304 requested a review from antfu as a code owner April 18, 2024 10:22
Copy link

netlify bot commented Apr 18, 2024

Deploy Preview for unocss ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 9e0c842
🔍 Latest deploy log https://app.netlify.com/sites/unocss/deploys/6620f45dcc8e6e0008dce885
😎 Deploy Preview https://deploy-preview-3743--unocss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@antfu antfu merged commit 0b84df4 into unocss:main May 8, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vite error with inlineImports: false
2 participants