Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

jkenlooper/stripmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Strip media queries from stylesheets

Resources

License

Stars

Watchers

Forks

Packages

No packages published