Tom Byers

Results 1 issues of Tom Byers

I want to center a `.grid__col--m-2-of-3` column. But it looks like this selector: ```css @media (max-width: $toast-breakpoint-medium) and (min-width: $toast-breakpoint-small) { &[class*="#{$toast-grid-column-namespace}--m-"] { display: inline-block; margin-right: -.24em; } ... }...