Postprocess CSS with ease.
Pleeease is a CSS postprocessor. It simplifies the use of preprocessors and helps keep stylesheets as small as possible for a better maintenability. This means no more Compass for prefixes, no more rem mixins, and so on. Pleeease is also a great tool if you want to write plain CSS as it helps support older browsers.
Pleeease.NEXT goes even further and allows you to use some of the future CSS features today. Read cautionary note.
Pleeease is based on PostCSS postprocessor.
##Workflow
##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