@mapcss/preset-typography
Version:
Typography preset for MapCSS
22 lines (21 loc) • 620 B
JavaScript
export const AUTO = "auto";
export const NONE = "none";
export const BOTH = "both";
export const HIDDEN = "hidden";
export const TOP = "top";
export const BOTTOM = "bottom";
export const LEFT = "left";
export const RIGHT = "right";
export const CENTER = "center";
export const START = "start";
export const END = "end";
export const FLEX = "flex";
export const SPACE = "space";
export const BETWEEN = "between";
export const AROUND = "around";
export const EVENLY = "evenly";
export const BASELINE = "baseline";
export const STRETCH = "stretch";
export const AVOID = "avoid";
export const X = "x";
export const Y = "y";