Bootstrap-style breakpoints
static Map<String, double> get bootstrap => { 'xs': 0, 'sm': 576, 'md': 768, 'lg': 992, 'xl': 1200, 'xxl': 1400, };