From: Gregory Gaskill Date: Sun, 21 May 2017 19:09:29 +0000 (-0400) Subject: Add inclusion of mixins for scss installation X-Git-Tag: v6.4.0-rc1~26^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8df69e4a6901bcfad4f90ac7ac96914bb6c24d3;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add inclusion of mixins for scss installation --- diff --git a/docs/pages/motion-ui.md b/docs/pages/motion-ui.md index 7380bf59d..db2b68299 100644 --- a/docs/pages/motion-ui.md +++ b/docs/pages/motion-ui.md @@ -60,10 +60,12 @@ gulp.src('./src/scss/app.scss') })); ``` -Finally, import the library into your Sass file. +Finally, import the library into your Sass file and include the mixins. ```scss @import 'motion-ui' +@include motion-ui-transitions; +@include motion-ui-animations; ``` Or, another way to start using Motion UI is through a CDN.