clean style

This commit is contained in:
jingsam 2016-11-17 20:50:51 +08:00
parent 306e3f74e8
commit c058dcb386
9 changed files with 14 additions and 67 deletions

View file

@ -2,10 +2,12 @@
## 目录
|-- components (组件样式)
|-- animation (动画)
|-- common (全局样式)
|-- packages (套装)
|-- components (组件样式)
|-- themes (皮肤)
|-- mixins (混入)
|-- themes (主题)

View file

@ -1,2 +0,0 @@
@import "./themes/default/index";
@import "./packages/index";

View file

@ -1,2 +0,0 @@
@import "signin";
@import "signup";

View file

@ -1,3 +0,0 @@
.signin{
color: #f00;
}

View file

@ -1,3 +0,0 @@
.signup{
color: #f60;
}