Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Add support for combining or stripping media queries #6

Open
2 tasks
necolas opened this issue Jan 4, 2014 · 4 comments
Open
2 tasks

Add support for combining or stripping media queries #6

necolas opened this issue Jan 4, 2014 · 4 comments

Comments

@necolas
Copy link
Contributor

necolas commented Jan 4, 2014

  • Can produce stylesheets with media queries stripped
  • Can combine media queries and place them at the end of the document
@thomasdobber
Copy link

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
Copy link

ghost commented Jul 19, 2014

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
Copy link
Contributor Author

necolas commented Jul 20, 2014

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

@ghost
Copy link

ghost commented Jul 21, 2014

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 [email protected]
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
#6 (comment).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants