Styles
Styles =
object
Defined in: parser/types.ts:175
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
background? | string | Background | parser/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? | string | Border | parser/types.ts:196 |
borderRadius? | string | - | parser/types.ts:197 |
bottom? | string | - | parser/types.ts:187 |
color? | string | Typography | parser/types.ts:210 |
filter? | string | Filter | parser/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? | string | Sizing | parser/types.ts:177 |
left? | string | - | parser/types.ts:188 |
letterSpacing? | string | - | parser/types.ts:219 |
lineHeight? | string | number | - | parser/types.ts:221 |
margin? | string | Spacing | parser/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" | Positioning | parser/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? | string | Transform | parser/types.ts:224 |
width? | string | - | parser/types.ts:178 |
wordSpacing? | string | - | parser/types.ts:220 |