From 33dcfe8de8c4c07e10eb928878d86f104df316df Mon Sep 17 00:00:00 2001 From: Andrew Biddinger Date: Wed, 6 Jan 2016 18:06:20 -0500 Subject: [PATCH] Added and Clarified CDN option of Motion UI Fixes #7790 --- docs/pages/motion-ui.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/pages/motion-ui.md b/docs/pages/motion-ui.md index d1ca7c491..5d3ea3596 100644 --- a/docs/pages/motion-ui.md +++ b/docs/pages/motion-ui.md @@ -66,6 +66,14 @@ Finally, import the library into your Sass file. @import 'motion-ui' ``` +Or, another way to start using Motion UI is through a CDN. + +```html + + + +``` + --- ## Built-in Transitions -- 2.47.2