Skip to content

Commit 77ceb5b

Browse files
authored
Readme: Remove unused {theme}
1 parent c92dc1c commit 77ceb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ You can then create your own color theme by adding a new `tailwind.config.js` fi
247247
module.exports = {
248248
theme: {
249249
extend: {
250-
typography: ({ theme }) => ({
250+
typography: () => ({
251251
pink: {
252252
css: {
253253
'--tw-prose-body': 'var(--color-pink-800)',

0 commit comments

Comments
 (0)