-
Notifications
You must be signed in to change notification settings - Fork 458
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
space-between-declarations fails on media queries #378
Comments
Thank you! Will take a look |
Fixed in |
Same problem here on other file (with the new csscomb): TypeError: Object appVariantsForm has no method 'is' |
@Swerner1975, can you please share your code so I can write a test? |
Look at issue #379 :) |
options/space-between-declarations.js throws error while parsing css file with media query
the problem is with this code options/space-between-declarations.js#L71
gonzales-pe doesn't return a Node object for
(
&)
simplified test-case
The text was updated successfully, but these errors were encountered: