respond-to
@mixin respond-to($min: 0, $max: 0) { ... }
Breakpoint mixin to handle responsive views.
Parameters
-
$min
-
Units are required for numerical parameters.
-
$max
-
Units are required for numerical parameters.
Example
@include response-to('small') {
// your responsive styles ...
}