/* import what we need to override */ @import "bootstrap/functions"; @import "bootstrap/variables"; /* set the overriding variables */ $grid-breakpoints: ( xxxs: 0, xxs: 320px, xs: 568px, sm: 667px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px, xxxl: 1600px ); $container-max-widths: ( xxxs: 0, xxs: 320px, xs: 568px, sm: 667px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px, xxxl: 1600px ); /* override the !default vars with the values we set above */ @import "bootstrap";