import { defineProperties } from "@vanilla-extract/sprinkles"; import { sprinkleValues } from "../sprinkleValues"; export const typeProperties = defineProperties({ properties: { fontSize: sprinkleValues.fontSizes, fontWeight: sprinkleValues.type.weight, lineHeight: sprinkleValues.lineHeights, }, shorthands: { fs: ["fontSize"], fw: ["fontWeight"], lh: ["lineHeight"], type: ["fontSize", "lineHeight"], }, });