|
`display`
|
`flex`
,
`grid`
,
`block`
,
`inline`
|
|
`position`
|
`relative`
,
`absolute`
|
|
`width`
|
Supported
|
|
`height`
|
Supported
|
|
`maxWidth`
|
Supported
|
|
`maxHeight`
|
Supported
|
|
`minWidth`
|
Supported
|
|
`minHeight`
|
Supported
|
|
`aspectRatio`
|
Supported
|
|
`padding`
|
`paddingTop`
,
`paddingRight`
,
`paddingBottom`
,
`paddingLeft`
|
Supported
|
|
`margin`
|
`marginTop`
,
`marginRight`
,
`marginBottom`
,
`marginLeft`
|
Supported
|
|
`inset`
|
`top`
,
`right`
,
`bottom`
,
`left`
|
Supported
|
|
`border`
|
`borderWidth`
(
`borderTopWidth`
,
`borderRightWidth`
,
`borderBottomWidth`
,
`borderLeftWidth`
),
`borderColor`
|
Only
`solid`
style is supported
|
|
`borderRadius`
|
`borderTopLeftRadius`
,
`borderTopRightRadius`
,
`borderBottomRightRadius`
,
`borderBottomLeftRadius`
|
Supported
|
|
`flex`
|
`flexBasis`
|
Supported
|
|
`flexGrow`
|
Supported
|
|
`flexShrink`
|
Supported
|
|
Flexbox
|
`flexDirection`
|
Supported
|
|
`justifyContent`
|
Supported
|
|
`justifySelf`
|
Supported
|
|
`alignContent`
|
Supported
|
|
`justifyItems`
|
Supported
|
|
`alignItems`
|
Supported
|
|
`alignSelf`
|
Supported
|
|
`justifySelf`
|
Supported
|
|
`flexWrap`
|
`nowrap`
,
`wrap`
,
`wrap-reverse`
|
|
`gap`
|
Supported
|
|
`objectFit`
|
Supported
|
|
`objectPosition`
|
Supported
|
|
`overflow`
|
`overflowX`
,
`overflowY`
|
`visible`
,
`hidden`
|
|
`background`
|
`backgroundImage`
|
`linear-gradient()`
,
`radial-gradient()`
,
`noise-v1()`
,
`url()`
|
|
`backgroundPosition`
|
Supported
|
|
`backgroundSize`
|
Supported
|
|
`backgroundRepeat`
|
Supported
|
|
`backgroundColor`
|
Supported
|
|
`backgroundClip`
|
Supported
|
|
`boxShadow`
|
Supported
|
|
Clip
|
`clipPath`
|
`inset()`
,
`circle()`
,
`ellipse()`
,
`polygon()`
,
`path()`
|
|
`clipRule`
|
Supported
|
|
`mask`
|
`maskImage`
|
Supported
|
|
`maskSize`
|
Supported
|
|
`maskPosition`
|
Supported
|
|
`maskRepeat`
|
Supported
|
|
`transform`
|
`translate`
|
Only 2D is supported
|
|
`rotate`
|
|
`scale`
|
|
`transformOrigin`
|
Supported
|
|
Grid
|
`gridAutoColumns`
|
Supported
|
|
`gridAutoRows`
|
Supported
|
|
`gridAutoFlow`
|
Supported
|
|
`gridColumn`
|
Supported
|
|
`gridRow`
|
Supported
|
|
`gridTemplateColumns`
|
Supported
|
|
`gridTemplateRows`
|
Supported
|
|
`gridTemplateAreas`
|
Supported
|
|
Typography
|
`textOverflow`
|
`ellipsis`
,
`clip`
, custom character
|
|
`textTransform`
|
`none`
,
`uppercase`
,
`lowercase`
,
`capitalize`
|
|
`fontStyle`
|
Supported
|
|
`color`
|
Supported
|
|
`textShadow`
|
Supported
|
|
`fontSize`
|
Supported
|
|
`fontFamily`
|
Font fallback supported
|
|
`lineHeight`
|
Supported
|
|
`fontWeight`
|
Supported
|
|
`fontVariationSettings`
|
Supported
|
|
`fontFeatureSettings`
|
Supported
|
|
`lineClamp`
|
number,
`1 "ellipsis character"`
|
|
`textAlign`
|
Supported
|
|
`letterSpacing`
|
Supported
|
|
`wordSpacing`
|
Supported
|
|
`overflowWrap`
|
Supported
|
|
`wordBreak`
|
`normal`
,
`break-all`
,
`keep-all`
,
`break-word`
|
|
`whiteSpace`
|
`normal`
,
`pre`
,
`pre-wrap`
,
`pre-line`
,
` `
|
|
`whiteSpaceCollapse`
|
`preserve`
,
`collapse`
,
`preserve-spaces`
,
`preserve-breaks`
|
|
`textWrap`
|
`textWrapMode`
|
`wrap`
,
`nowrap`
|
|
`textWrapStyle`
|
`auto`
,
`balance`
,
`pretty`
|
|
`boxSizing`
|
Supported
|
|
`opacity`
|
Supported
|
|
`imageRendering`
|
`auto`
,
`smooth`
,
`pixelated`
|
|
`filter`
|
`blur()`
,
`brightness()`
,
`contrast()`
,
`drop-shadow()`
,
`grayscale()`
,
`hue-rotate()`
,
`invert()`
,
`opacity()`
,
`saturate()`
,
`sepia()`
|
|
`backdropFilter`
|
`blur()`
,
`brightness()`
,
`contrast()`
,
`grayscale()`
,
`hue-rotate()`
,
`invert()`
,
`opacity()`
,
`saturate()`
,
`sepia()`
|
|
`WebkitTextStroke`
|
`WebkitTextStrokeWidth`
,
`WebkitTextStrokeColor`
|
Supported
|
|
`textDecoration`
|
`textDecorationLine`
|
`underline`
,
`line-through`
,
`overline`
|
|
`textDecorationColor`
|
Supported
|