@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) • 298 B
JavaScript
import { defineTokens } from "../../core/system/config.js";
//#region src/theme/tokens/breakpoints.ts
const breakpoints = defineTokens.breakpoints({
sm: "30em",
md: "48em",
lg: "61em",
xl: "80em",
"2xl": "90em"
});
//#endregion
export { breakpoints };
//# sourceMappingURL=breakpoints.js.map