blob: e43dfc0e0c99aca5d17e7c4d32ea5bc7346f62fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
////
/// 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);
}
|