postcss-extract-media
postcss-extract-media copied to clipboard
PostCSS plugin to extract media from your css into a separated file.
When I run the postcss Task I get this output: ``` Running "postcss:prefix" (postcss) task Container#eachAtRule is deprecated. Use Container#walkAtRules instead. Container#eachRule is deprecated. Use Container#walkRules instead. Container#eachDecl is deprecated....
right now, to have it at only one `@media print {}` block, something like [cssmin](https://github.com/gruntjs/grunt-contrib-cssmin) is necessary
Input/output examples are required by [PostCSS Plugin Guidelines](https://github.com/postcss/postcss/blob/master/docs/guidelines/plugin.md) because it is a best ay to explain plugin.
To `Other` plugins section. But only after we will fix other reported issues. Nice, plugin, BTW.