From a11cedb53a540b7455a8169b74b62009b5982b7d Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Fri, 9 Oct 2020 11:45:11 -0500 Subject: Update colors in documentation - Remove all color-100 tokens since we are using bootstrap's built-in functions for color lightening - Update changed hex values Signed-off-by: Derick Montague Change-Id: I08894fdb64021e38ea8b5c0f47e127d72f3d3ecd --- docs/.vuepress/components/colors/yellows.vue | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/.vuepress/components/colors/yellows.vue') diff --git a/docs/.vuepress/components/colors/yellows.vue b/docs/.vuepress/components/colors/yellows.vue index 7db04a1f..fe5fbca0 100644 --- a/docs/.vuepress/components/colors/yellows.vue +++ b/docs/.vuepress/components/colors/yellows.vue @@ -25,10 +25,6 @@ export default { data() { return { colors: [ - { - variable: 'yellow-100', - hex: '#fff8e4', - }, { variable: 'yellow-500', hex: '#efc100' -- cgit v1.2.3