Skip to content

Commit 92b096f

Browse files
tordansphilipp-spiess
authored andcommitted
Readme: Remove unused {theme} (#385)
1 parent 4e009a0 commit 92b096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ You can then create your own color theme by adding a new `tailwind.config.js` fi
250250
module.exports = {
251251
theme: {
252252
extend: {
253-
typography: ({ theme }) => ({
253+
typography: () => ({
254254
pink: {
255255
css: {
256256
'--tw-prose-body': 'var(--color-pink-800)',

0 commit comments

Comments
 (0)