Add ability to customize theme stylesShowcases how different themes/styles can be supported using.env variables. If an environemnt name is specified duringthe build process, an overrides file wil
Add ability to customize theme stylesShowcases how different themes/styles can be supported using.env variables. If an environemnt name is specified duringthe build process, an overrides file will be pulled in toallow modifications to color and font definitions.This commit includes possible style modifications with the openpowerenv name as an example. To see the openpower changes, add the variabledefinition VUE_APP_NAME="openpower" to your .env.development.local fileor build using 'npm run build -- --mode openpower'- Moves helper imports into vue config to allow for specific import order- Removed helper imports in SFCsSigned-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>Change-Id: Iaf7a59c24fda06a7b74e23f2f042fb3300cb2056
show more ...