Keith Ort
Results
1
issues of
Keith Ort
The `none` value on the `min-width` on https://github.com/zurb/foundation-emails/blob/develop/scss/grid/_grid.scss#L78 is invalid. `none` is valid for the `max-width` but not `min-width`. See https://developer.mozilla.org/en-US/docs/Web/CSS/min-width. This invalid property breaks the expected display in Chrome....