provide option to get all classes except .grid

I wanted a way to have the classless container, with no .grid class, but still get .secondary, .contrast, and .outline
This commit is contained in:
Justin Bishop 2021-12-18 20:41:11 -08:00
parent 73d75856f6
commit 5e20dbdc48
12 changed files with 2405 additions and 18 deletions

View file

@ -1,8 +1,8 @@
@if $enable-classes {
@if $enable-classes and $enable-grid {
/**
* Grid
* Minimal grid system with auto-layout columns
*/
* Grid
* Minimal grid system with auto-layout columns
*/
.grid {
grid-column-gap: var(--grid-spacing-horizontal);