Merge pull request #91 from jingsam/clean-code

clean style
This commit is contained in:
Aresn 2016-11-18 16:18:07 +08:00 committed by GitHub
commit 967e8e4312
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;
}