// Forked from https://github.com/Automattic/wp-calypso/blob/46ae24d8800fb85da6acf057a640e60dac988a38/assets/stylesheets/shared/mixins/_breakpoints.scss
@warn"ERROR in breakpoint( #{$size} ) : You can only use these sizes[ #{$sizes} ] using the following syntax [ <#{nth($breakpoints,1)} >#{nth($breakpoints,1)}#{nth($breakpoints,1)}-#{nth($breakpoints,2)} ]";
}
}@else{
$sizes:'';
@each$breakpointin$breakpoints{
$sizes:$sizes+''+$breakpoint;
}
@error"ERROR in breakpoint( #{$size} ) : Please wrap the breakpoint $size in parenthesis. You can use these sizes[ #{$sizes} ] using the following syntax [ <#{nth($breakpoints,1)} >#{nth($breakpoints,1)}#{nth($breakpoints,1)}-#{nth($breakpoints,2)} ]";