我有一个相当简单的问题,我似乎无法弄清楚。在某些列上定位跨度似乎没有任何效果。
header {
.fullheight {
@include backImage('../images/img_hero_brightspace-homepage.png');
@include container(100%);
.hgroup {
@include span(6 at 6 of 12);
padding: 200px 0 50px 0px;
text-align: center;
h3{
display: block;
font-weight: $light;
font-size:2rem;
color:grey;
}
}
}
有问题的行是
@include span(6 at 6 of 12);
跨度仍然从 1 开始。有什么明显的我做错了吗?