From 221b3187a521a87611d9dbed2c96e3212d04e590 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Tue, 14 Apr 2020 16:10:24 -0500 Subject: 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 Change-Id: Ibd3fb9438ff236670e5523250d284b59411a7e53 --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/.vuepress/config.js') diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a07000e8..8f94ff5b 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -37,6 +37,7 @@ module.exports = { children: [ "/guide/guidelines/", "/guide/guidelines/colors", + "/guide/guidelines/motion", "/guide/guidelines/typography" ] }, -- cgit v1.2.3