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 <derick.montague@ibm.com>
Change-Id: Iddcefbf305c8dac978ee24e903df33b609e395e3
diff --git a/src/layouts/AppLayout.vue b/src/layouts/AppLayout.vue
index 8edc338..6950e33 100644
--- a/src/layouts/AppLayout.vue
+++ b/src/layouts/AppLayout.vue
@@ -54,6 +54,8 @@
</script>
<style lang="scss" scoped>
+@import 'src/assets/styles/helpers';
+
.app-container {
display: grid;
grid-template-columns: 100%;