Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jul 26, 2022
1 parent 14e33ad commit 3c336f0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/solid-styled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,17 @@ export default {
// Default: undefined ('')
"prefix": "example",

// Opt to SSR mode, allows
// Opt to different mode, allows
// ids to be consistent
// on separate bundles.
"ssr": false,
// e.g. if you're building for client and server
// you'll use "client" and "server. If you're producing
// different formats, you can do "client+esm", "client+cjs", etc.
"mode": "default",
}
```

**TIP**: if `solid-styled` transform is applied before SolidJS transform (e.g. shipping preserved JSX), you can skip the `ssr` option.
**TIP**: if `solid-styled` transform is applied before SolidJS transform (e.g. shipping preserved JSX), you can skip the `mode` option.

### `<StyleRegistry>`

Expand Down

0 comments on commit 3c336f0

Please sign in to comment.