Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into all-contributors/add-jguddas
Browse files Browse the repository at this point in the history
Jonghakseo authored Dec 2, 2023
2 parents 717ef6e + 6144c68 commit 6e53416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -169,13 +169,13 @@ root.render(<Popup />);
<details>
<summary>src/pages/content/ui/index.tsx</summary>

"""tsx
```tsx
import { attachTwindStyle } from '@src/shared/style/twind';

...
attachTwindStyle(rootIntoShadow, shadowRoot);
createRoot(rootIntoShadow).render(<App />);
"""
```
</details>

[See more examples](https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite/pull/244/)

0 comments on commit 6e53416

Please sign in to comment.