Skip to main content
Version: v2.4.2

Styles

Styles = object

Defined in: parser/types.ts:175

Properties​

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