From b8df69e4a6901bcfad4f90ac7ac96914bb6c24d3 Mon Sep 17 00:00:00 2001 From: Gregory Gaskill Date: Sun, 21 May 2017 15:09:29 -0400 Subject: [PATCH] Add inclusion of mixins for scss installation --- docs/pages/motion-ui.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.47.2