WIP new styles

This commit is contained in:
Pete Richards
2018-08-08 10:30:11 -07:00
parent 2f54f404c2
commit 0fa09e31a6
5 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,6 @@
);
openmct.install(openmct.plugins.MyItems());
openmct.install(openmct.plugins.LocalStorage());
openmct.install(openmct.plugins.Espresso());
openmct.install(openmct.plugins.Generator());
openmct.install(openmct.plugins.ExampleImagery());
openmct.install(openmct.plugins.UTCTimeSystem());

View File

@ -32,7 +32,7 @@ define([
'./ui/registries/InspectorViewRegistry',
'./ui/registries/ToolbarRegistry',
'./adapter/indicators/legacy-indicators-plugin',
'./styles/core.scss',
'./styles-new/core.scss',
'./ui/components/layout/Layout.vue',
'vue'
], function (

View File

0
src/styles-new/core.scss Normal file
View File

View File

@ -28,7 +28,8 @@ const webpackConfig = {
"espresso": path.join(__dirname, "src/styles/theme-espresso.scss"),
"snow": path.join(__dirname, "src/styles/theme-snow.scss"),
"vue": path.join(__dirname, "node_modules/vue/dist/vue.min.js"),
"d3-scale": path.join(__dirname, "node_modules/d3-scale/build/d3-scale.min.js")
"d3-scale": path.join(__dirname, "node_modules/d3-scale/build/d3-scale.min.js"),
"constants-global": path.join(__dirname, "src/styles-new/_constants.scss")
}
},
devtool: devMode ? 'eval-source-map' : 'source-map',