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

how can I fixed it #707

Open
ckken opened this issue Mar 26, 2024 · 2 comments
Open

how can I fixed it #707

ckken opened this issue Mar 26, 2024 · 2 comments

Comments

@ckken
Copy link

ckken commented Mar 26, 2024

video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

it work for postcss

@devongovett
Copy link
Member

Enable the error recovery option https://lightningcss.dev/docs.html#error-recovery

@ckken
Copy link
Author

ckken commented Mar 27, 2024

use errorRecovery:true it pass compiled,but

.p {
    color: red;
    *margin: 2px;
}

the color doesn't work

.p {
    *margin: 2px;
    color: red;
}

is work!

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

No branches or pull requests

2 participants