Using the default Neat grid The .default-neat-grid pattern includes the grid-container mixin as the wrapper. .default-neat-grid__a-single-column then includes grid-column and only specifies a column count of one for the default grid that comes with Neat, which has 12 columns and 20px wide gutters. SCSS@import "neat"; .default-neat-grid { @include grid-container; } .default-neat-grid__a-single-colu