Add motion guidelines
- Update transition global variables in bootstrap to use Carbon
motion easing and duration tokens to maintain consistency throughout
the application
- Remove import of colors helper file into variables and set import
order based on dependency
Signed-off-by: Derick Montague <derick.montague@ibm.com>
Change-Id: Ibd3fb9438ff236670e5523250d284b59411a7e53
diff --git a/src/assets/styles/bmc/_helpers.scss b/src/assets/styles/bmc/_helpers.scss
index bec209b..217c90e 100644
--- a/src/assets/styles/bmc/_helpers.scss
+++ b/src/assets/styles/bmc/_helpers.scss
@@ -1,3 +1,3 @@
@import "./helpers/colors";
-@import "./helpers/variables";
-@import "./helpers/motion";
\ No newline at end of file
+@import "./helpers/motion";
+@import "./helpers/variables";
\ No newline at end of file