# stripmq

> Strip media queries from stylesheets

Latest version **0.0.6** (published 2014-06-18) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install stripmq
pnpm add stripmq
yarn add stripmq
bun add stripmq
```

Provides the command `stripmq`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2014-06-18 |
| First published | 2014-06-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jake Hickenlooper |
| Maintainers | jkenlooper |
| Keywords | mediaquery, css |

## Links

- npm: https://www.npmjs.com/package/stripmq
- Repository: https://github.com/jkenlooper/stripmq
- Issues: https://github.com/jkenlooper/stripmq/issues
- npm.io page: https://npm.io/package/stripmq

## Dependencies (3)

- [css](https://npm.io/package/css.md) ^1.6.0
- [nopt](https://npm.io/package/nopt.md) ^2.2.1
- [css-mediaquery](https://npm.io/package/css-mediaquery.md) ^0.1.2

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 0.0.6 (latest) — 2014-06-18
- 0.0.5 (0.0.5) — 2014-06-17

## README

# stripmq

*Strip media queries from stylesheets*

## Standalone cli version of grunt-stripmq

The stripmq.js is taken from the
[grunt-stripmq](https://npmjs.org/package/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:

```shell
npm install stripmq -g
```

## Using

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

## More details

See the [grunt-stripmq on github](https://github.com/jtangelder/grunt-stripmq).

---
_Source: https://npm.io/package/stripmq · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
