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

"Stripping media queries failed." - Aid in debugging #31

Open
matthisamoto opened this issue Oct 5, 2015 · 2 comments
Open

"Stripping media queries failed." - Aid in debugging #31

matthisamoto opened this issue Oct 5, 2015 · 2 comments

Comments

@matthisamoto
Copy link

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.
@gustavopaes
Copy link

@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:

(-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)

@a2wd
Copy link

a2wd commented Apr 21, 2016

I've been having the same problem - even when it's not stripmq's fault, line numbers would be very helpful

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

3 participants