UNPKG

unistyle-flex-grid

Version:

Simple Flexbox grid layout system built with Unistyle

16 lines (14 loc) 392 B
/** * List of mobile first breakpoints with its corresponding media query values */ 'use strict'; 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'];