You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/render.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ disableDefaultStyle?: boolean;
41
41
If `true`, disables all of the default styles for all components for the rendering operation.
42
42
43
43
```ts
44
-
inline?:boolean;
44
+
inlineCss?:boolean;
45
45
```
46
46
47
47
If `true`, converts any elements with CSS class names to use style attributes with the combined CSS styles from the class names on the element. This option loads the [`plugin-inline`](https://github.com/shellscape/jsx-email/blob/main/packages/plugin-inline) plugin.
0 commit comments