From 408657262515e015a2964aafb8a1c76fb5259699 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Mon, 13 Apr 2020 17:01:19 -0500 Subject: Update Sass architecture to require helper imports - Restructuring file strucure to support single file components use of Sass variables when imported into vuepress. - Creating a scalable file structure using Sass best practices Tested by building and testing both the vue web ui and the the documentation application. Signed-off-by: Derick Montague Change-Id: Iddcefbf305c8dac978ee24e903df33b609e395e3 --- src/components/AppHeader/AppHeader.vue | 2 ++ src/components/AppNavigation/AppNavigation.vue | 2 ++ src/components/Global/PageContainer.vue | 2 ++ src/components/Global/PageSection.vue | 2 ++ src/components/Global/PageTitle.vue | 2 ++ src/components/Global/StatusIcon.vue | 2 ++ src/components/Global/TableFilter.vue | 2 ++ src/components/Global/TableToolbar.vue | 2 ++ 8 files changed, 16 insertions(+) (limited to 'src/components') diff --git a/src/components/AppHeader/AppHeader.vue b/src/components/AppHeader/AppHeader.vue index d937293d..2ad208fc 100644 --- a/src/components/AppHeader/AppHeader.vue +++ b/src/components/AppHeader/AppHeader.vue @@ -141,6 +141,8 @@ export default {