# pleeease

> Process CSS with ease

Latest version **4.3.0** (published 2017-12-19) · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.3.0 |
| Published | 2017-12-19 |
| First published | 2014-04-23 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 19 |
| Known vulnerabilities | 0 (+10 in 4 direct dependencies) |
| Install scripts | no |
| GitHub stars | 470 |
| Author | Vincent De Oliveira |
| Maintainers | iamvdo |
| Keywords | postprocessor, css, postcss, pleeease |

## Links

- npm: https://www.npmjs.com/package/pleeease
- Repository: https://github.com/iamvdo/pleeease
- Homepage: https://github.com/iamvdo/pleeease#readme
- Issues: https://github.com/iamvdo/pleeease/issues
- npm.io page: https://npm.io/package/pleeease

## Dependencies (19)

- [less](https://npm.io/package/less.md) ^2.7.3
- [pixrem](https://npm.io/package/pixrem.md) ^3.0.2
- [stylus](https://npm.io/package/stylus.md) ~0.54.5
- [postcss](https://npm.io/package/postcss.md) ^5.2.18
- [csswring](https://npm.io/package/csswring.md) ^4.0.0
- [commondir](https://npm.io/package/commondir.md) ~1.0.0
- [node-sass](https://npm.io/package/node-sass.md) ^4.5.3
- [caniuse-db](https://npm.io/package/caniuse-db.md) ^1.0.30000783
- [deep-extend](https://npm.io/package/deep-extend.md) ~0.3.0
- [es6-promise](https://npm.io/package/es6-promise.md) ^3.0.2
- [postcss-url](https://npm.io/package/postcss-url.md) ^7.0.0
- [autoprefixer](https://npm.io/package/autoprefixer.md) ^6.4.0
- [browserslist](https://npm.io/package/browserslist.md) ~1.3.4
- [css-mqpacker](https://npm.io/package/css-mqpacker.md) ^4.0.0
- [postcss-vmin](https://npm.io/package/postcss-vmin.md) ^2.0.0
- [postcss-import](https://npm.io/package/postcss-import.md) ^7.0.0
- [postcss-opacity](https://npm.io/package/postcss-opacity.md) ^3.0.0
- [pleeease-filters](https://npm.io/package/pleeease-filters.md) ^2.0.0
- [postcss-pseudoelements](https://npm.io/package/postcss-pseudoelements.md) ^3.0.0

## 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

- 4.3.0 (latest) — 2017-12-19
- 4.2.1 — 2017-03-17
- 4.2.0 — 2017-03-17
- 4.1.0 — 2016-08-22
- 4.0.5 — 2016-07-19
- 4.0.4 — 2015-11-12
- 4.0.2 — 2015-10-27
- 4.0.1 — 2015-09-30
- 4.0.0 — 2015-09-30
- 3.4.0 — 2015-07-15
- 3.3.0 — 2015-05-27
- 3.2.6 — 2015-04-08
- 3.2.5 — 2015-03-30
- 3.2.4 — 2015-03-18
- 3.2.3 — 2015-03-05
- … 25 more at https://npm.io/package/pleeease/versions

## README

Pleeease
========

**Process CSS with ease.**

* [Website](http://pleeease.iamvdo.me)
* [Documentation](http://pleeease.iamvdo.me/docs)
* [Interactive Demo](http://pleeease.iamvdo.me/play)

Pleeease is a Node.js application that easily process your CSS. **It combines CSS preprocessors with PostCSS plugins, like Autoprefixer, Pixrem and so on, with full sourcemaps support**. It helps create clean stylesheets, support older browsers and offers better maintainability.

In short, `Pleeease === ((Sass || LESS || Stylus) || CSS) && PostCSS`

[![Build Status](https://travis-ci.org/iamvdo/pleeease.svg?branch=master)](https://travis-ci.org/iamvdo/pleeease)
[![Coverage Status](https://coveralls.io/repos/iamvdo/pleeease/badge.svg?branch=coverage)](https://coveralls.io/r/iamvdo/pleeease?branch=coverage)

## Plugins
* for [less.js](https://github.com/bassjobsen/less-plugin-pleeease)
* for [Meteor](https://github.com/bassjobsen/less-pleeease)

## Workflow

* for [Gulp](https://github.com/danielhusar/gulp-pleeease)
* for [Brunch](https://github.com/iamvdo/brunch-pleeease)
* for [Grunt](https://github.com/danielhusar/grunt-pleeease)
* for [webpack](https://github.com/lmtm/pleeease-loader)

## Contribute

* Clone repository
* Install dependencies with `npm install`
* Run tests with `npm test`
* There are also Gulp tasks: lint code, create standalone version, bump version

There is a lot of stuff to do: adding more unit tests, adding new postprocess tasks, etc.

## Licence

MIT [Vincent De Oliveira](https://github.com/iamvdo)

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