From d388a28b478bf0224e37e292f8bc30fabe2c7059 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 8 Jul 2020 16:15:46 -0700 Subject: Add ability to customize theme styles Showcases how different themes/styles can be supported using .env variables. If an environemnt name is specified during the build process, an overrides file will be pulled in to allow modifications to color and font definitions. This commit includes possible style modifications with the openpower env name as an example. To see the openpower changes, add the variable definition VUE_APP_NAME="openpower" to your .env.development.local file or build using 'npm run build -- --mode openpower' - Moves helper imports into vue config to allow for specific import order - Removed helper imports in SFCs Signed-off-by: Yoshie Muranaka Change-Id: Iaf7a59c24fda06a7b74e23f2f042fb3300cb2056 --- src/layouts/LoginLayout.vue | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/layouts/LoginLayout.vue') diff --git a/src/layouts/LoginLayout.vue b/src/layouts/LoginLayout.vue index e92cf05e..674f4eb2 100644 --- a/src/layouts/LoginLayout.vue +++ b/src/layouts/LoginLayout.vue @@ -33,8 +33,6 @@ export default {