Add centered class without specifying col #, goes full width.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 9 Jul 2018 21:03:07 +0000 (17:03 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 9 Jul 2018 21:03:07 +0000 (17:03 -0400)
scss/_grid.scss

index e4adb42..66930ef 100644 (file)
@@ -93,6 +93,10 @@ $sizes-list: (
                 max-width: $i * (100 / 12) * 1%; 
              }
         }
+        .#{$prefix}-#{$size}-centered {
+            justify-self: center;
+            grid-column: span 12 !important;
+        }
     }
 }