Skip to content

Commit 629b154

Browse files
authored
Merge pull request #695 from axe312ger/patch-1
fix readme for preset-tailwind
2 parents d13c70b + 7944af9 commit 629b154

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/preset-tailwind/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ import theme from '@theme-ui/preset-tailwind'
1313

1414
export default {
1515
...theme,
16-
styles: {
17-
...theme,
18-
},
16+
// You can extend the default theme like:
17+
// styles: {
18+
// ...theme.styles,
19+
//}
1920
}
2021
```
2122

0 commit comments

Comments
 (0)