{"version":3,"file":"use-breakpoints-Csr6yafR.js","sources":["../../theme.js","../../src/composables/use-breakpoints.js"],"sourcesContent":["// These are in a separate file because they're used in JS as well,\r\n// and putting them in tailwind.config.js as separate exports\r\n// doesn't work well with tree-shaking\r\n\r\nexport const screens = {\r\n xs: '375px',\r\n sm: '576px',\r\n md: '768px',\r\n lg: '992px',\r\n xl: '1200px',\r\n '2xl': '1400px',\r\n //xl: '1280px'\r\n}","import { useBreakpoints } from '@vueuse/core'\r\nimport { screens } from '/theme'\r\n\r\nexport default () => useBreakpoints(screens)"],"names":["screens","useBreakpoints"],"mappings":"wCAIO,MAAMA,EAAU,CACnB,GAAI,QACJ,GAAI,QACJ,GAAI,QACJ,GAAI,QACJ,GAAI,SACJ,MAAO,QAEX,ECTeC,EAAA,IAAMA,EAAeD,CAAO"}