UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

14 lines (10 loc) • 240 B
'use strict'; var system = require('@nex-ui/system'); const breakpoints = system.defineConfig.breakpoints({ sm: '640px', md: '768px', lg: '1024px', xl: '1280px', '2xl': '1536px' }); exports.breakpoints = breakpoints;