frontendfriends / gulp-combine-mq

Gulp wrapper for 'node-combine-mq'
http://github.com/frontendfriends/node-combine-mq
41 stars 8 forks source link

Output in compact mode #8

Closed niceoutput closed 9 years ago

niceoutput commented 9 years ago

There's a way to output in compact mode instead of expanded?

furzeface commented 9 years ago

I've just implemented this and released 0.4.0.

I've updated README.md with options - let me know how it goes.

niceoutput commented 9 years ago

Hi @furzeface , The beautify option set to false only remove the identation. All i want is the option to output the css in :compact mode like sass did.

Thanks

furzeface commented 9 years ago

In that case, no I'm afraid not. Are you using this task to combine media queries in scss files? 

What's the reason for needing it formatted as such, just out of curiosity?


On Wed, Mar 4, 2015 at 4:22 PM, Mário Pereira notifications@github.com wrote:

Hi @furzeface , The beautify option set to false only remove the identation. All i want is the option to output the css in :compact mode like sass did.

Thanks

Reply to this email directly or view it on GitHub: https://github.com/frontendfriends/gulp-combine-mq/issues/8#issuecomment-77189789

niceoutput commented 9 years ago

@furzeface i use this plugin in the .css not in the .scss. If i could use this to combine media queries in .scss it would be great because i use nested media queries inside the css classes.

I hope you understand my problem.

furzeface commented 9 years ago

It achieves the same output if you use it on your compiled CSS files, are you able to do that in your project?