From 7298f81d2cdd4ee52f961011c8d625a937dc87bd Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 12 Jun 2018 12:05:34 +0200 Subject: [PATCH] docs: improve Autoprefixer installation notice in README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d008b83..465de40 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,13 @@ 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 @@ -54,7 +56,7 @@ See full [installation instructions](docs/installation.md) ## Documentation -[View the documentation here.](docs) +[View the documentation here.](https://github.com/zurb/motion-ui/tree/master/docs) ## Develop Locally