Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit fd38aa9

Browse files
committed
Add tailwindcss typography
1 parent 6e4f32d commit fd38aa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/tailwind.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = {
1919
},
2020
variants: {},
2121
plugins: [
22-
require("@tailwindcss/custom-forms")
22+
require("@tailwindcss/custom-forms"),
23+
require('@tailwindcss/typography')
2324
]
2425
}

0 commit comments

Comments
 (0)