Commit 5527a754 authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

col-0 support (#3313)

parent e8ad1013
......@@ -5,6 +5,9 @@
float: left;
box-sizing: border-box;
}
.el-col-0 {
display: none;
}
@for $i from 1 to 24 {
.el-col-$i {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment