It's possible to override the default breakpoint declarations.
This example shows an implementation of Bootstrap's breakpoints.
@include srbreakpoints-init(
$breakpoints: (
xs: 0,
sm: 576,
md: 768,
lg: 992,
xl: 1200
)
);Note that the first breakpoint has to start with a 0.