# postcss-px2rem-exclude

> Based on postcss-px2rem added the exclude folder options.

Latest version **0.0.6** (published 2018-02-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install postcss-px2rem-exclude
pnpm add postcss-px2rem-exclude
yarn add postcss-px2rem-exclude
bun add postcss-px2rem-exclude
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2018-02-26 |
| First published | 2017-08-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 27 |
| Author | sekai |
| Maintainers | sekai |
| Keywords | postcss, px2rem, exclude |

## Links

- npm: https://www.npmjs.com/package/postcss-px2rem-exclude
- Repository: https://github.com/saionjisekai/px2rem-postcss
- Homepage: https://github.com/saionjisekai/px2rem-postcss#readme
- Issues: https://github.com/saionjisekai/px2rem-postcss/issues
- npm.io page: https://npm.io/package/postcss-px2rem-exclude

## Dependencies (2)

- [px2rem](https://npm.io/package/px2rem.md) ~0.5.0
- [postcss](https://npm.io/package/postcss.md) ^5.0.0

## Recent versions

- 0.0.6 (latest) — 2018-02-26
- 0.0.5 — 2017-08-20
- 0.0.4 — 2017-08-15
- 0.0.3 — 2017-08-15
- 0.0.2 — 2017-08-15
- 0.0.1 — 2017-08-15

## README

# postcss-px2rem-exclude

Based on [postcss-px2rem](https://www.npmjs.com/package/postcss-px2rem) added the exclude folder option.

[![Downloads][downloads-image]][downloads-url]

[downloads-image]: https://img.shields.io/npm/dm/postcss-px2rem-exclude.svg?style=flat-square
[downloads-url]: https://www.npmjs.com/package/postcss-px2rem-exclude

## Useage

### .postcssrc.js
```javascript
module.exports = {
  'plugins': {
    'postcss-px2rem-exclude': {
      remUnit: 75,
      exclude: /node_modules|folder_name/i
    }
  }
}
```

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