Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kimroen committed Feb 21, 2016
1 parent 831c102 commit a4d2e0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
# Autoprefixer for Ember CLI [![Build Status](https://travis-ci.org/kimroen/ember-cli-autoprefixer.svg?branch=master)](https://travis-ci.org/kimroen/ember-cli-autoprefixer)
This addon runs the styles of your EmberCLI-project through
`autoprefixer`.
This addon runs the styles of your Ember CLI-project through
Autoprefixer.

## Install
To install, run
Expand All @@ -24,11 +24,11 @@ var app = new EmberApp(defaults, {

This would prefix styles as required by the two latest version of ios, and disable the cascade (see below).

You can disable autoprefixer by passing in `enabled: false`.
You can disable Autoprefixer by passing in `enabled: false`.

Other options would also go here along with `browsers`, `enabled` and `cascade`.

You can read more about these settings and others [over on the autoprefixer page](https://github.com/postcss/autoprefixer#options).
You can read more about these settings and others [over on the Autoprefixer page](https://github.com/postcss/autoprefixer#options).

## References
- [Autoprefixer](https://github.com/postcss/autoprefixer)
Expand Down

0 comments on commit a4d2e0f

Please sign in to comment.