suitcss / rework-suit

Collection of "pure CSS" plugins for Rework (DEPRECATED)
http://suitcss.github.io
MIT License
50 stars 7 forks source link

Add support for combining or stripping media queries #6

Open necolas opened 10 years ago

necolas commented 10 years ago
thomasdobber commented 10 years ago

I'm not sure if this is what you mean with the first item on the list, but: https://npmjs.org/package/rework-no-media

As for the second item on the list, I'm working on a rework plugin based on the dev branch of grunt-combine-media-queries.

ghost commented 10 years ago

There're some post-processing tools, like Pleeease, which already implement media query packing and more, are ready for development workflows now. Though both Pleeease and Rework seem to have some overlapping concerns, Pleeease provides options for disabling optimizers such as autoprefixing and media query packing. Perhaps a similar set of options would be good from the Rework perspective, if not already available.

necolas commented 10 years ago

The way rework works is that if you don't want certain transformations you don't include them in the pipeline.

ghost commented 10 years ago

Thanks for the info. Learned more this weekend. Looking to wrap your preprocessor into a Brunch plugin. WIP, but love the "Pure CSS" selection and SUIT naming conventions.

On Sunday, July 20, 2014, Nicolas Gallagher notifications@github.com wrote:

The way rework works is that if you don't want certain transformations you don't include them in the pipeline.

— Reply to this email directly or view it on GitHub https://github.com/suitcss/rework-suit/issues/6#issuecomment-49559607.