Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit f97399f

Browse files
committedMar 10, 2023
add tailwind typography
1 parent 3229d6a commit f97399f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎tailwind.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** @type {import('tailwindcss').Config} */
22
module.exports = {
3-
content: ["./app/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}"],
3+
content: ['./app/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
44
theme: {
5-
extend: {},
5+
extend: {}
66
},
7-
plugins: [],
8-
};
7+
plugins: [require('@tailwindcss/typography')]
8+
}

0 commit comments

Comments
 (0)
This repository has been archived.