私の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 列の background プロパティが表示されません。