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

Combined media queries don't output correctly #13

Closed
allejo opened this issue Feb 22, 2015 · 2 comments
Closed

Combined media queries don't output correctly #13

allejo opened this issue Feb 22, 2015 · 2 comments

Comments

@allejo
Copy link

allejo commented Feb 22, 2015

This plug-in doesn't work when outputting the compiled and combined CSS to a file. For example, these two commands do not result in the same CSS.

Doesn't work

$ sass web/assets/css/styles.scss web/assets/css/styles.css --style=expanded --sourcemap=auto --require=sass-media_query_combiner

This works

$ sass web/assets/css/styles.scss --style=expanded --sourcemap=auto --require=sass-media_query_combiner > web/assets/css/styles.css

The latter of the two commands isn't an option since I'm using Grunt and can't modify the syntax of the command being executed. Is this a plug-in bug or an issue with Sass?

I'm using Sass 3.4.12 but seems this issue has been around since July 2014.

@aaronjensen
Copy link
Owner

@allejo thanks for the report. Fixed and 0.0.7 published. Let me know if it works out for you.

@allejo
Copy link
Author

allejo commented Feb 24, 2015

👍 works like a charm! thanks!

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

2 participants