@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) • 342 B
JavaScript
import { defineTokens } from "../../core/system/config.js";
//#region src/theme/tokens/letter-spacings.ts
const letterSpacings = defineTokens.letterSpacings({
tighter: "-0.05em",
tight: "-0.025em",
wide: "0.025em",
wider: "0.05em",
widest: "0.1em"
});
//#endregion
export { letterSpacings };
//# sourceMappingURL=letter-spacings.js.map