summaryrefslogtreecommitdiff
path: root/docs/.vuepress/config.js
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-04-15 00:10:24 +0300
committerDerick Montague <derick.montague@ibm.com>2020-05-12 21:01:18 +0300
commit221b3187a521a87611d9dbed2c96e3212d04e590 (patch)
tree53ba17903ceeeb66756bb22c2f618b5d7fd4353c /docs/.vuepress/config.js
parent8fc53ad94d61372fe5fd2bd96378c2fb1fd0f1f9 (diff)
downloadwebui-vue-221b3187a521a87611d9dbed2c96e3212d04e590.tar.xz
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
Diffstat (limited to 'docs/.vuepress/config.js')
-rw-r--r--docs/.vuepress/config.js1
1 files changed, 1 insertions, 0 deletions
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"
]
},