0.0.6 • Published 10 years ago

stripmq v0.0.6

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

stripmq

Strip media queries from stylesheets

Standalone cli version of grunt-stripmq

The stripmq.js is taken from the grunt-stripmq project. This was mainly done so as to not depend on having grunt in order to just strip the media queries from css. The bin/stripmq command is a simple cli that takes the same options as the grunt-stripmq task but for one file at a time.

Installing

The stripmq command can be installed globally via npm:

npm install stripmq -g

Using

stripmq --input test/input.css --width 1000 --type screen --output output.css

More details

See the grunt-stripmq on github.