Skip to main content

MixedSizeCSSPropertiesKeys

reexport
type MixedSizeCSSPropertiesKeys = "fontSize"
  | "borderWidth"
  | "letterSpacing"
  | "bottom"
  | "left"
  | "top"
  | "right"
  | "width"
  | "height"
  | "flexBasis"
  | "borderRadius"
  | "borderBottomLeftRadius"
  | "borderBottomRightRadius"
  | "borderTopLeftRadius"
  | "borderTopRightRadius"
  | "borderWidth"
  | "borderBottomWidth"
  | "borderLeftWidth"
  | "borderRightWidth"
  | "marginBottom"
  | "marginLeft"
  | "marginRight"
  | "marginTop"
  | "margin"
  | "marginHorizontal"
  | "marginVertical"
  | "maxWidth"
  | "maxHeight"
  | "minWidth"
  | "minHeight"
  | "padding"
  | "paddingBottom"
  | "paddingLeft"
  | "paddingRight"
  | "paddingTop"
  | "paddingHorizontal"
  | "paddingVertical"

These properties can be set to any of the supoprted CSS sizes, including em, rem units and special values such as large, larger for fontSize, thin, medium for borderWidth, before passed to CSSProcessor.compileStyleDeclaration.