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
Is it possible to give even a line number for where it's choking?
Running "stripmq:target" (stripmq) task Warning: Stripping media queries failed. Use --force to continue.
The text was updated successfully, but these errors were encountered:
@matthisamoto I had the same problem on node 4.x.x.
The problem is on css-mediaquery dependency. In my case, the following rule was broking:
css-mediaquery
(-o-min-device-pixel-ratio: 3 / 2)
I needed to remove spaces:
(-o-min-device-pixel-ratio: 3/2) // or (-o-min-device-pixel-ratio: 1.5)
Sorry, something went wrong.
I've been having the same problem - even when it's not stripmq's fault, line numbers would be very helpful
No branches or pull requests
Is it possible to give even a line number for where it's choking?
The text was updated successfully, but these errors were encountered: