@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
18 lines (16 loc) • 354 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/theme/semantic-tokens/spaces.ts
const spaces = require_config.defineSemanticTokens.spaces({
xs: "1",
sm: "2",
md: "4",
lg: "6",
xl: "8",
"2xl": "12",
"3xl": "16",
"4xl": "24",
"5xl": "32"
});
//#endregion
exports.spaces = spaces;
//# sourceMappingURL=spaces.cjs.map