UNPKG

1.41 kBMarkdownView Raw
1Pleeease
2========
3
4**Process CSS with ease.**
5
6* [Website](http://pleeease.io)
7* [Documentation](http://pleeease.io/docs)
8* [Interactive Demo](http://pleeease.io/play)
9
10Pleeease is a Node.js application that easily process your CSS. It simplifies the use of preprocessors and combines them with best postprocessors. It helps create clean stylesheets, support older browsers and offers better maintenability. This means no more Compass for prefixes, no more rem mixins, and so on.
11
12Pleeease.NEXT goes even further and allows you to use some of the future CSS features today. [Read cautionary note](http://pleeease.io/docs/#pleeease-next).
13
14Pleeease is based on [PostCSS](https://github.com/ai/postcss) postprocessor and uses preprocessors Sass, LESS and Stylus.
15
16[![Build Status](https://travis-ci.org/iamvdo/pleeease.svg?branch=master)](https://travis-ci.org/iamvdo/pleeease)
17
18##Workflow
19
20* for [Gulp](https://github.com/danielhusar/gulp-pleeease)
21* for [Brunch](https://github.com/iamvdo/brunch-pleeease)
22* for [Grunt](https://github.com/danielhusar/grunt-pleeease)
23
24##Contribute
25
26* Clone repository
27* Install dependencies with `npm install`
28* Run tests with `npm test`
29* There are also Gulp tasks: lint code, create standalone version, bump version
30
31There is a lot of stuff to do: adding more unit tests, adding new postprocess tasks, etc.
32
33##Licence
34
35MIT [Vincent De Oliveira](https://github.com/iamvdo)