mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
Markup / scss refactor WIP
- Markup and components corrected; - Stubbed in snow theme file;
This commit is contained in:
@ -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
|
||||
) {
|
||||
|
Reference in New Issue
Block a user