@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) • 336 B
JavaScript
import { defineSemanticTokens } from "../../core/system/config.js";
//#region src/theme/semantic-tokens/spaces.ts
const spaces = defineSemanticTokens.spaces({
xs: "1",
sm: "2",
md: "4",
lg: "6",
xl: "8",
"2xl": "12",
"3xl": "16",
"4xl": "24",
"5xl": "32"
});
//#endregion
export { spaces };
//# sourceMappingURL=spaces.js.map