UNPKG

styled-breakpoints

Version:

Simple and powerful css breakpoints for styled-components and emotion

11 lines (9 loc) 140 B
// @ts-check exports.DEFAULT_BREAKPOINTS = { xs: '0px', sm: '576px', md: '768px', lg: '992px', xl: '1200px', xxl: '1400px', };