_base.mixins.scss

Our core mixins, outside of the mixins that bourbon provides.

mk-grid-column-class-loop( $breakpoint )

Mixin to loop through the grid columns and generate class names

mk-media-query( $breakpoint-from: false, $breakpoint-until: false )

Include css for a media query, this is the most commonly used mixin. Both arguments are used in the event that mobile styling and desktop styling of an element are significantly different and a mobile first approach would add too many additional declarations.