@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
14 lines (12 loc) • 329 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/theme/tokens/breakpoints.ts
const breakpoints = require_config.defineTokens.breakpoints({
sm: "30em",
md: "48em",
lg: "61em",
xl: "80em",
"2xl": "90em"
});
//#endregion
exports.breakpoints = breakpoints;
//# sourceMappingURL=breakpoints.cjs.map