@nkeff/cardboard-js
    Preparing search index...

    Type Alias CssProperty

    CssProperty:
        | "color"
        | "border"
        | "margin"
        | "fontStyle"
        | "transform"
        | "backgroundColor"
        | "alignContent"
        | "alignItems"
        | "alignSelf"
        | "all"
        | "animation"
        | "animationDelay"
        | "animationDirection"
        | "animationDuration"
        | "animationFillMode"
        | "animationIterationCount"
        | "animationName"
        | "animationPlayState"
        | "animationTimingFunction"
        | "backfaceVisibility"
        | "background"
        | "backgroundAttachment"
        | "backgroundBlendMode"
        | "backgroundClip"
        | "backgroundColor"
        | "backgroundImage"
        | "backgroundOrigin"
        | "backgroundPosition"
        | "backgroundRepeat"
        | "backgroundSize"
        | "border"
        | "borderBottom"
        | "borderBottomColor"
        | "borderBottomLeftRadius"
        | "borderBottomRightRadius"
        | "borderBottomStyle"
        | "borderBottomWidth"
        | "borderCollapse"
        | "borderColor"
        | "borderImage"
        | "borderImageOutset"
        | "borderImageRepeat"
        | "borderImageSlice"
        | "borderImageSource"
        | "borderImageWidth"
        | "borderLeft"
        | "borderLeftColor"
        | "borderLeftStyle"
        | "borderLeftWidth"
        | "borderRadius"
        | "borderRight"
        | "borderRightColor"
        | "borderRightStyle"
        | "borderRightWidth"
        | "borderSpacing"
        | "borderStyle"
        | "borderTop"
        | "borderTopColor"
        | "borderTopLeftRadius"
        | "borderTopRightRadius"
        | "borderTopStyle"
        | "borderTopWidth"
        | "borderWidth"
        | "bottom"
        | "boxShadow"
        | "boxSizing"
        | "captionSide"
        | "caretColor"
        | "@charset"
        | "clear"
        | "clip"
        | "clipPath"
        | "color"
        | "columnCount"
        | "columnFill"
        | "columnGap"
        | "columnRule"
        | "columnRuleColor"
        | "columnRuleStyle"
        | "columnRuleWidth"
        | "columnSpan"
        | "columnWidth"
        | "columns"
        | "content"
        | "counterIncrement"
        | "counterReset"
        | "cursor"
        | "direction"
        | "display"
        | "emptyCells"
        | "filter"
        | "flex"
        | "flexBasis"
        | "flexDirection"
        | "flexFlow"
        | "flexGrow"
        | "flexShrink"
        | "flexWrap"
        | "float"
        | "font"
        | "@fontFace"
        | "fontFamily"
        | "fontKerning"
        | "fontSize"
        | "fontSizeAdjust"
        | "fontStretch"
        | "fontStyle"
        | "fontVariant"
        | "fontWeight"
        | "grid"
        | "gridArea"
        | "gridAutoColumns"
        | "gridAutoFlow"
        | "gridAutoRows"
        | "gridColumn"
        | "gridColumnEnd"
        | "gridColumnGap"
        | "gridColumnStart"
        | "gridGap"
        | "gridRow"
        | "gridRowEnd"
        | "gridRowGap"
        | "gridRowStart"
        | "gridTemplate"
        | "gridTemplateAreas"
        | "gridTemplateColumns"
        | "gridTemplateRows"
        | "height"
        | "hyphens"
        | "@import"
        | "justifyContent"
        | "@keyframes"
        | "left"
        | "letterSpacing"
        | "lineHeight"
        | "listStyle"
        | "listStyleImage"
        | "listStylePosition"
        | "listStyleType"
        | "margin"
        | "marginBottom"
        | "marginLeft"
        | "marginRight"
        | "marginTop"
        | "maxHeight"
        | "maxWidth"
        | "@media"
        | "minHeight"
        | "minWidth"
        | "objectFit"
        | "objectPosition"
        | "opacity"
        | "order"
        | "outline"
        | "outlineColor"
        | "outlineOffset"
        | "outlineStyle"
        | "outlineWidth"
        | "overflow"
        | "overflowX"
        | "overflowY"
        | "padding"
        | "paddingBottom"
        | "paddingLeft"
        | "paddingRight"
        | "paddingTop"
        | "pageBreakAfter"
        | "pageBreakBefore"
        | "pageBreakInside"
        | "perspective"
        | "perspectiveOrigin"
        | "pointerEvents"
        | "position"
        | "quotes"
        | "right"
        | "scrollBehavior"
        | "tableLayout"
        | "textAlign"
        | "textAlignLast"
        | "textDecoration"
        | "textDecorationColor"
        | "textDecorationLine"
        | "textDecorationStyle"
        | "textIndent"
        | "textJustify"
        | "textOverflow"
        | "textShadow"
        | "textTransform"
        | "top"
        | "transform"
        | "transformOrigin"
        | "transformStyle"
        | "transition"
        | "transitionDelay"
        | "transitionDuration"
        | "transitionProperty"
        | "transitionTimingFunction"
        | "userSelect"
        | "verticalAlign"
        | "visibility"
        | "whiteSpace"
        | "width"
        | "wordBreak"
        | "wordSpacing"
        | "wordWrap"
        | "writingMode"
        | "zIndex"
        | string & {}