]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add inclusion of mixins for scss installation 10059/head
authorGregory Gaskill <gregory@chronon.com>
Sun, 21 May 2017 19:09:29 +0000 (15:09 -0400)
committerGitHub <noreply@github.com>
Sun, 21 May 2017 19:09:29 +0000 (15:09 -0400)
docs/pages/motion-ui.md

index 7380bf59d5fff621183a8e538aeaf1512f310c2f..db2b682993799a30c4179b2fe4e8b3c23b4cbe18 100644 (file)
@@ -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.