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
Observed behavior:
Version: 10.4.20
When using -moz-box-orient (for usage with line-clamp), the property is removed in the compiled CSS.
-moz-box-orient
Expected behavior:
-moz-box-orient is not removed by autoprefixer
Workaround:
Adding /* autoprefixer: ignore next */ keeps the property in the compiled CSS
/* autoprefixer: ignore next */
The text was updated successfully, but these errors were encountered:
Duplicate. Use search.
Sorry, something went wrong.
Could you link the relevant issue? I have used the search.
I have found #1322 , which suggests the adding of prefixes for line-clamp. However this is not what I am reporting.
The issue i mentioned is almost identical to #1279 which was fixed a while ago but only for the webkit prefix as it seems.
Yes, it is #1322
Check out how people are writing the hacks to disable removing
No branches or pull requests
Observed behavior:
Version: 10.4.20
When using
-moz-box-orient
(for usage with line-clamp), the property is removed in the compiled CSS.Expected behavior:
-moz-box-orient
is not removed by autoprefixerWorkaround:
Adding
/* autoprefixer: ignore next */
keeps the property in the compiled CSSThe text was updated successfully, but these errors were encountered: