col-0 support (#3313)

pull/3345/head
baiyaaaaa 2017-03-07 11:03:47 +08:00 committed by cinwell.li
parent e8ad1013d4
commit 5527a75415
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
float: left;
box-sizing: border-box;
}
.el-col-0 {
display: none;
}
@for $i from 1 to 24 {
.el-col-$i {