Skip to content

Commit ef24358

Browse files
ntnyqaklinker1
andauthored
docs: Fix unocss readme (#1329)
Co-authored-by: Aaron <[email protected]>
1 parent e5e67e3 commit ef24358

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/unocss/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ The module can be configured via the `unocss` config:
3838
export default defineConfig({
3939
modules: ['@wxt-dev/unocss'],
4040
unocss: {
41-
// Will only apply unocss for popup/main.ts
42-
entrypoints: ['popup/main.ts'],
41+
// Exclude unocss from running for the background
42+
excludeEntrypoints: ['background'],
4343
},
4444
});
4545
```
4646

47-
Options have JSDocs available in your editor, or you can read them in the source code: [`UnoCSSOptions`](https://github.com/wxt-dev/wxt/blob/main/packages/auto-icons/src/index.ts).
47+
Options have JSDocs available in your editor, or you can read them in the source code: [`UnoCSSOptions`](https://github.com/wxt-dev/wxt/blob/main/packages/unocss/src/index.ts).

0 commit comments

Comments
 (0)