Skip to content

Commit

Permalink
Merge branch 'main' into feat/jsx-email/reimpl-dep-watch
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape authored Jan 20, 2025
2 parents 1dc5404 + d587d54 commit ddb428b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core/render.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ disableDefaultStyle?: boolean;
If `true`, disables all of the default styles for all components for the rendering operation.

```ts
inline?: boolean;
inlineCss?: boolean;
```

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ npm create jsx-email

This command will install and execute `create-jsx-email`, create a `email-project` directory, and add a starter template.

While the _Existing Projects_ section below can be safely skipped, the information beneath it is useful and worth giving a read before working with JSX email, as it contains infmroation on the project and template that was just created.
While the _Existing Projects_ section below can be safely skipped, the information beneath it is useful and worth giving a read before working with JSX email, as it contains information on the project and template that was just created.

## Existing Projects

Expand Down

0 comments on commit ddb428b

Please sign in to comment.