Skip to main content
Version: v2.4.1

Styles

Styles = object

Defined in: parser/types.ts:168

Properties​

PropertyTypeDescriptionDefined in
background?stringBackgroundparser/types.ts:193
backgroundColor?string-parser/types.ts:194
backgroundImage?string-parser/types.ts:195
backgroundPosition?string-parser/types.ts:196
backgroundSize?string-parser/types.ts:197
border?stringBorderparser/types.ts:189
borderRadius?string-parser/types.ts:190
bottom?string-parser/types.ts:180
color?stringTypographyparser/types.ts:203
filter?stringFilterparser/types.ts:200
font?string-parser/types.ts:204
fontFamily?string-parser/types.ts:205
fontSize?string-parser/types.ts:206
fontStyle?"normal" | "italic" | "oblique"-parser/types.ts:207
fontWeight?string | number-parser/types.ts:208
height?stringSizingparser/types.ts:170
left?string-parser/types.ts:181
letterSpacing?string-parser/types.ts:212
lineHeight?string | number-parser/types.ts:214
margin?stringSpacingparser/types.ts:185
maxHeight?string-parser/types.ts:174
maxWidth?string-parser/types.ts:175
minHeight?string-parser/types.ts:172
minWidth?string-parser/types.ts:173
padding?string-parser/types.ts:186
position?"static" | "relative" | "absolute" | "fixed" | "sticky"Positioningparser/types.ts:178
right?string-parser/types.ts:182
textAlign?"start" | "center" | "end" | "justify" | "left" | "right" | "match-parent"-parser/types.ts:209
textDecoration?"none" | "underline" | "overline" | "line-through" | "underline-overline"-parser/types.ts:210
textTransform?"capitalize" | "lowercase" | "none" | "uppercase"-parser/types.ts:211
top?string-parser/types.ts:179
transform?stringTransformparser/types.ts:217
width?string-parser/types.ts:171
wordSpacing?string-parser/types.ts:213