Skip to content

Commit

Permalink
docs: improve Autoprefixer installation notice in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Jun 12, 2018
1 parent a68fda3 commit 7298f81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,21 @@ Then to build with **Sass** ([Autoprefixer](https://github.com/postcss/autoprefi
@include motion-ui-animations;
```

Or to get the equivalent pre-compiled classes, import the Motion UI standalone **CSS** file `dist/motion-ui.css` or `dist/motion-ui.min.css`.
> Autoprefixer is required for the Sass installation as Motion UI uses unprefixed transition and animation properties. We recommend you to install [PostCSS and Autoprefixer](https://github.com/postcss/autoprefixer).
Or to use the equivalent pre-compiled **CSS**, import the Motion UI standalone CSS file `dist/motion-ui.css` or `dist/motion-ui.min.css`.

To easily transition elements in and out using Motion UI classes, import the Motion UI **JavaScript** library `dist/motion-ui.js` or `dist/motion-ui.min.js`.

See full [installation instructions](docs/installation.md)
See the [full installation instructions](https://github.com/zurb/motion-ui/tree/master/docs/installation.md)

## Demos

[View live demos on the ZURB Playground.](http://zurb.com/playground/motion-ui)

## Documentation

[View the documentation here.](docs)
[View the documentation here.](https://github.com/zurb/motion-ui/tree/master/docs)

## Develop Locally

Expand Down

0 comments on commit 7298f81

Please sign in to comment.