iamvdo / pleeease

Process CSS with ease: combine preprocessors and PostCSS

Home Page:http://pleeease.iamvdo.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pleeease

Process CSS with ease.

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 Coverage Status

Plugins

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

MIT Vincent De Oliveira

About

Process CSS with ease: combine preprocessors and PostCSS

http://pleeease.iamvdo.me


Languages

Language:JavaScript 94.5%Language:CSS 3.3%Language:SCSS 0.6%Language:Less 0.6%Language:Stylus 0.5%Language:HTML 0.5%