Ember CLI Postcss

Transform CSS with JavaScript plugins in Your Ember Apps and Addons

Build Status Monthly Downloads Ember Observer Score

The Benefits

Postcss creates an AST representation of your CSS and then applies transformations to it through a series of plugins. This gives you the stability of using plugins that follow the CSS spec or adding lots of powerful custom transformations to suit your project or development needs.

This addon allows you to use Postcss as your main style processor or use it at the end of the build process to transform your vendor styles as well as your app styles. You can also opt to use both of these processes for greator customization.

With minimal configuration you can setup plugins like autoprefixer or stylehint, to take care of vendor prefixes or lint your styles, respectively.

The postcss library and all of the plugins are written in JavaScript, so you don't need to worry about additional dependencies in other languages.