Import styles into project
This commit is contained in:
parent
0ba07b1dec
commit
a4f88fee78
|
@ -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! -----');
|
||||||
|
|
Loading…
Reference in New Issue