further refine gridless to not include .container class

This commit is contained in:
Justin Bishop 2021-12-18 21:01:06 -08:00
parent 5e20dbdc48
commit 0fa17d35f7
8 changed files with 12 additions and 45 deletions

View file

@ -1,8 +1,7 @@
@if ($enable-class-container and $enable-classes) {
/**
* Container
*/
* Container
*/
.container,
.container-fluid {
width: 100%;

View file

@ -1,4 +1,4 @@
@if $enable-classes and $enable-grid {
@if ($enable-classes and $enable-grid) {
/**
* Grid
* Minimal grid system with auto-layout columns