Import styles into project

This commit is contained in:
Paul Graffam 2019-01-29 16:55:05 -05:00
parent 0ba07b1dec
commit a4f88fee78
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ import Config from './data/config';
import Detector from './utils/detector'; import Detector from './utils/detector';
import Main from './app/main'; import Main from './app/main';
// Styles
import './../css/app.scss';
// Check environment and set the Config helper // Check environment and set the Config helper
if(__ENV__ === 'dev') { if(__ENV__ === 'dev') {
console.log('----- RUNNING IN DEV ENVIRONMENT! -----'); console.log('----- RUNNING IN DEV ENVIRONMENT! -----');