//// /// Shorter version of the responsive-related mixins. Useful to reduce clutter. /// /// @group Responsive shortcodes /// /// @access public //// /// /// @alias iro-responsive-property /// @mixin responsive($props, $responsive-map, $fluid: true, $vertical: false) { @include iro-responsive-property($props, $responsive-map, $fluid, $vertical); }