summaryrefslogtreecommitdiff
path: root/src/web/app/dev
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/dev')
-rw-r--r--src/web/app/dev/script.js4
-rw-r--r--src/web/app/dev/style.styl6
2 files changed, 4 insertions, 6 deletions
diff --git a/src/web/app/dev/script.js b/src/web/app/dev/script.js
index e0644c263b..94b17c85e5 100644
--- a/src/web/app/dev/script.js
+++ b/src/web/app/dev/script.js
@@ -2,6 +2,10 @@
* Developer Center
*/
+// Style
+//import './style.styl';
+require('./style.styl');
+
require('./tags');
const boot = require('../boot');
const route = require('./router');
diff --git a/src/web/app/dev/style.styl b/src/web/app/dev/style.styl
index a7e51b8943..4fd537709d 100644
--- a/src/web/app/dev/style.styl
+++ b/src/web/app/dev/style.styl
@@ -2,9 +2,3 @@
html
background-color #fff
-
-#init
- background #100f0f
-
- > p
- color $theme-color