diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 12:31:23 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 12:31:23 +0900 |
| commit | 4193b990c71c627cbbd206a3913f495c3db914ab (patch) | |
| tree | ae5a9357c56c010681e24366b079ab0910ad3631 /src/web/app/dev | |
| parent | [Client] Fix bug (diff) | |
| download | sharkey-4193b990c71c627cbbd206a3913f495c3db914ab.tar.gz sharkey-4193b990c71c627cbbd206a3913f495c3db914ab.tar.bz2 sharkey-4193b990c71c627cbbd206a3913f495c3db914ab.zip | |
#183 :tada:
Diffstat (limited to 'src/web/app/dev')
| -rw-r--r-- | src/web/app/dev/script.js | 4 | ||||
| -rw-r--r-- | src/web/app/dev/style.styl | 6 |
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 |