unistyle-flex-grid
Version:
Simple Flexbox grid layout system built with Unistyle
16 lines (14 loc) • 392 B
JavaScript
/**
* List of mobile first breakpoints with its corresponding media query values
*/
;
Object.defineProperty(exports, '__esModule', {
value: true
});
exports['default'] = {
xs: '',
sm: '@media only screen and (min-width: 768px)',
md: '@media only screen and (min-width: 992px)',
lg: '@media only screen and (min-width: 1200px)'
};
module.exports = exports['default'];