You can use the following for this. I personally contact the boot CDN in my projects and keep the local bootstrap version, so I can use my mixes for my styles related to the site, where I would put the following ...
@media (max-width: $screen-xs-min) {
@include make-grid(xxs);
}
source
share