在我的 CSS 文件中应用 Bourbon Neat 的命令并且不显示 html 文件中的列,如果显示应用的结果但不显示列。
.container{
@include outer-container;
@include span-columns(2 of 8, table);
border: 1px solid red;
margin: 0 auto;
position: relative;
width: 960px;
}
当显示为 sass 生成的 css 时,不显示 Bourbon Neat 列的背景属性。