-moz-appearance | string | ❌ No | Defines the appearance for Mozilla-based browsers. |
-moz-box-shadow | string | ❌ No | Specifies the shadow effect for Mozilla-based browsers. |
-moz-osx-font-smoothing | string | ❌ No | Controls font smoothing on macOS in Firefox. |
-moz-tap-highlight-color | string | ❌ No | Defines the highlight color on tap events for Mozilla-based browsers. |
-moz-transition | string | ❌ No | Specifies the transition effect for Mozilla-based browsers. |
-webkit-appearance | string | ❌ No | Defines the appearance for Webkit-based browsers. |
-webkit-box-shadow | string | ❌ No | Specifies the shadow effect for Webkit-based browsers. |
-webkit-font-smoothing | string | ❌ No | Controls font smoothing for Webkit-based browsers. |
-webkit-tap-highlight-color | string | ❌ No | Defines the highlight color on tap events for Webkit-based browsers. |
-webkit-transition | string | ❌ No | Specifies the transition effect for Webkit-based browsers. |
appearance | string | ❌ No | Defines the UI appearance of an element. |
background | string | ❌ No | Sets the background properties of an element. |
border | string | ❌ No | Defines the border properties of an element. |
box-shadow | string | ❌ No | Specifies the shadow effect on elements. |
color | string | ❌ No | Sets the text color. |
direction | string | ❌ No | Defines the text direction (ltr or rtl). |
font | string | ❌ No | Sets font properties in a shorthand format. |
font-family | string | ❌ No | Specifies the font family of text. |
font-size | string | ❌ No | Defines the size of the font. |
font-size-adjust | string | ❌ No | Adjusts font-size based on lowercase letters. |
font-stretch | string | ❌ No | Defines how the font should be stretched. |
font-style | string | ❌ No | Defines the style of the font (normal, italic, oblique). |
font-variant | string | ❌ No | Specifies the font variant properties. |
font-variant-alternates | string | ❌ No | Controls font alternates. |
font-variant-caps | string | ❌ No | Defines capitalization variants. |
font-variant-east-asian | string | ❌ No | Specifies East Asian font rendering options. |
font-variant-ligatures | string | ❌ No | Controls how ligatures are rendered. |
font-variant-numeric | string | ❌ No | Specifies numeric glyph variations. |
font-weight | string | ❌ No | Defines the weight (boldness) of the font. |
letter-spacing | string | ❌ No | Sets the spacing between letters. |
line-height | string | ❌ No | Defines the height of a line of text. |
margin | string | ❌ No | Sets the margin space around an element. |
margin-bottom | string | ❌ No | Sets the bottom margin. |
margin-left | string | ❌ No | Sets the left margin. |
margin-right | string | ❌ No | Sets the right margin. |
margin-top | string | ❌ No | Sets the top margin. |
opacity | string | ❌ No | Defines the transparency level of an element. |
outline | string | ❌ No | Specifies the outline of an element. |
padding | string | ❌ No | Sets the padding inside an element. |
padding-bottom | string | ❌ No | Sets the bottom padding. |
padding-left | string | ❌ No | Sets the left padding. |
padding-right | string | ❌ No | Sets the right padding. |
padding-top | string | ❌ No | Sets the top padding. |
text-align | string | ❌ No | Specifies text alignment (left, center, right). |
text-shadow | string | ❌ No | Defines the shadow effect for text. |
transition | string | ❌ No | Specifies transition effects. |
[key: string] | any | ❌ No | Allows additional custom styles. |