Markup / scss refactor WIP

- Markup and components corrected;
- Stubbed in snow theme file;
This commit is contained in:
charlesh88
2018-08-10 14:53:16 -07:00
parent f811318d18
commit 32cdecebce
7 changed files with 55 additions and 51 deletions

View File

@ -33,6 +33,7 @@ define([
'./ui/registries/ToolbarRegistry',
'./adapter/indicators/legacy-indicators-plugin',
'./styles-new/core.scss',
'./styles-new/theme-snow.scss',
'./ui/components/layout/Layout.vue',
'vue'
], function (
@ -48,6 +49,7 @@ define([
ToolbarRegistry,
LegacyIndicatorsPlugin,
coreStyles,
themeSnow,
Layout,
Vue
) {