Mixin
Added to Bourbon, some mixins are available in order to help you building great applications faster.
The rem font-size unit is similar to em, but instead of being relative to the parent it's always relative to the root html element. This mixin convert pixel font-size to rem font-size.
A simple mixin to quickly generate whole media queries from the aliases and conditions defined in dist/scss/settings/_responsive.scss
.
You can override these settings in your own settings file as described in customization section.