Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
242 Bytes
import { defineTokens } from "../../styled-system"
export const lineHeights = defineTokens.lineHeights({
shorter: { value: 1.25 },
short: { value: 1.375 },
moderate: { value: 1.5 },
tall: { value: 1.625 },
taller: { value: 2 },
})