We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8292bd0 commit caed2c1Copy full SHA for caed2c1
README.md
@@ -134,7 +134,7 @@ module.exports = {
134
}
135
```
136
137
-Additionally, if you want to use the `theme()` helper function to customize this plugin's styles, you can do so by bringing it into scope:
+Like with all theme customizations in Tailwind, you can also define the `typography` key as a function if you need access to the `theme` helper:
138
139
```js
140
// tailwind.config.js
0 commit comments