#183 🎉
This commit is contained in:
parent
05d8078a18
commit
4193b990c7
10 changed files with 121 additions and 94 deletions
|
|
@ -2,6 +2,10 @@
|
|||
* Developer Center
|
||||
*/
|
||||
|
||||
// Style
|
||||
//import './style.styl';
|
||||
require('./style.styl');
|
||||
|
||||
require('./tags');
|
||||
const boot = require('../boot');
|
||||
const route = require('./router');
|
||||
|
|
|
|||
|
|
@ -2,9 +2,3 @@
|
|||
|
||||
html
|
||||
background-color #fff
|
||||
|
||||
#init
|
||||
background #100f0f
|
||||
|
||||
> p
|
||||
color $theme-color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue