Skip to main content
Version: v2.4.4

Styles

Styles = object

Defined in: parser/types.ts:176

Properties​

PropertyTypeDescriptionDefined in
background?stringBackgroundparser/types.ts:201
backgroundColor?string-parser/types.ts:202
backgroundImage?string-parser/types.ts:203
backgroundPosition?string-parser/types.ts:204
backgroundSize?string-parser/types.ts:205
border?stringBorderparser/types.ts:197
borderRadius?string-parser/types.ts:198
bottom?string-parser/types.ts:188
color?stringTypographyparser/types.ts:211
filter?stringFilterparser/types.ts:208
font?string-parser/types.ts:212
fontFamily?string-parser/types.ts:213
fontSize?string-parser/types.ts:214
fontStyle?"normal" | "italic" | "oblique"-parser/types.ts:215
fontWeight?string | number-parser/types.ts:216
height?stringSizingparser/types.ts:178
left?string-parser/types.ts:189
letterSpacing?string-parser/types.ts:220
lineHeight?string | number-parser/types.ts:222
margin?stringSpacingparser/types.ts:193
maxHeight?string-parser/types.ts:182
maxWidth?string-parser/types.ts:183
minHeight?string-parser/types.ts:180
minWidth?string-parser/types.ts:181
padding?string-parser/types.ts:194
position?"static" | "relative" | "absolute" | "fixed" | "sticky"Positioningparser/types.ts:186
right?string-parser/types.ts:190
textAlign?"start" | "center" | "end" | "justify" | "left" | "right" | "match-parent"-parser/types.ts:217
textDecoration?"none" | "underline" | "overline" | "line-through" | "underline-overline"-parser/types.ts:218
textTransform?"capitalize" | "lowercase" | "none" | "uppercase"-parser/types.ts:219
top?string-parser/types.ts:187
transform?stringTransformparser/types.ts:225
width?string-parser/types.ts:179
wordSpacing?string-parser/types.ts:221