# postcss-plugin-empxrem

> PostCSS plugin to use empxrem library for converting px values to em/rem

Latest version **0.0.8** (published 2022-02-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install postcss-plugin-empxrem
pnpm add postcss-plugin-empxrem
yarn add postcss-plugin-empxrem
bun add postcss-plugin-empxrem
```

## 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.8 |
| Published | 2022-02-05 |
| First published | 2021-10-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10.0.0 |
| Dependencies | 1 |
| Unpacked size | 13.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Alessandro Maclaine |
| Maintainers | almaclaine |
| Keywords | postcss, css, postcss-plugin, empxrem, em, rem, conversion |

## Links

- npm: https://www.npmjs.com/package/postcss-plugin-empxrem
- Repository: https://github.com/ALMaclaine/postcss-plugin-empxrem
- Homepage: https://github.com/ALMaclaine/postcss-plugin-empxrem/
- Issues: https://github.com/ALMaclaine/postcss-plugin-empxrem/issues
- npm.io page: https://npm.io/package/postcss-plugin-empxrem

## Dependencies (1)

- [empxrem](https://npm.io/package/empxrem.md) ^0.0.14

## 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.8 (latest) — 2022-02-05
- 0.0.5 — 2022-02-05
- 0.0.4 — 2022-02-05
- 0.0.3 — 2021-12-20
- 0.0.2 — 2021-12-20
- 0.0.1 — 2021-10-11

## README

# PostCSS Plugin Boilerplate

<img align="right" width="135" height="95"
     title="Philosopher’s stone, logo of PostCSS"
     src="https://postcss.org/logo-leftp.svg">

Сreate new PostCSS plugins in a few steps:

1. Clone this repository:

    ```sh
    git clone https://github.com/postcss/postcss-plugin-boilerplate.git
    ```

2. Execute the wizard script. It will ask you a few questions
   and fill all files with your data.

    ```sh
    node ./postcss-plugin-boilerplate/start
    ```

    Call it with `--yarn` argument, if you prefer [yarn](https://yarnpkg.com/)
    package manager:

    ```sh
    node ./postcss-plugin-boilerplate/start --yarn
    ```

    Or use `--no-install` if you want to skip dependencies installation.

3. Your plugin repository will now have a clean Git history.
[Create the GitHub repository](https://github.com/new)
and push your project there.

4. Add your project to [Travis CI](https://travis-ci.org).

5. Write some code to `index.js` and tests to `index.test.js`.

6. Execute `npm test` command

7. Add input and output CSS examples to `README.md`.

8. Add options descriptions if your plugin has them.

9. Fill `CHANGELOG.md` with initial version.

10. Release by calling `npx clean-publish`
    (this tool will remove development configs from `package.json`).

11. Fork [PostCSS](https://github.com/postcss/postcss), add your plugin to the
[Plugins list](https://github.com/postcss/postcss/blob/main/docs/plugins.md)
and send a pull request.

11. Follow [@PostCSS](https://twitter.com/postcss) to get the latest updates.

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