Skip to content

Commit 6e31d2d

Browse files
committed
chore: update config
1 parent 6c7f3e5 commit 6e31d2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tailwind.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/** @type {import('tailwindcss').Config} */
2-
export default {
2+
module.exports = {
33
content: ['./views/**/*.{html,js}'],
44
theme: {
55
extend: {},
66
},
7-
plugins: [],
7+
plugins: [
8+
require('@tailwindcss/typography'),
9+
],
810
}

0 commit comments

Comments
 (0)