-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
🐛 CSS parsing issues #2789
Comments
Link. From .file-field input[type=file] {
filter: alpha(opacity=0);
} Is |
From .ui.attached.steps {
width: calc(100% + (--1px * 2)) !important;
margin: 0em -1px 0;
max-width: calc(100% + (--1px * 2));
border-radius: 0.28571429rem 0.28571429rem 0em 0em;
} It seems that |
There is the issue for semantic ui, I'm not sure that |
This is apparently an IE compatibility thing. https://css-tricks.com/almanac/properties/o/opacity/ |
Awesome, I suppose we can remove it (for now) from our benchmarks |
I prefer to skip it, what do you think? |
Yeah, I agree |
Environment information
What happened?
The following snippets fire parsing errors, while they should not. Taken from
full.css
.Link
Link
Link
Others are more or less the same.
Expected result
They should not emit parsing errors, I suppose
cc @denbezrukov
Code of Conduct
The text was updated successfully, but these errors were encountered: