Closed chris-pearce closed 8 years ago
It got added as a setting in _settings.scss but not in _grid.scss 😢.
_settings.scss
_grid.scss
Should come after:
// 11 col .l-grid__item--11-col { width: $shell-grid-11-col-width; } // Apply at breakpoints @if $shell-grid-apply-11-col-width-at-breakpoints { @include apply-at-breakpoints(".l-grid__item--11-col", $shell-grid-define-11-col-width-breakpoints) { width: $shell-grid-11-col-width; } }
Fixed in #65.
It got added as a setting in
_settings.scss
but not in_grid.scss
😢.Should come after: