Skip to content

Commit 17b7952

Browse files
committed
chore(website): add tailwind typography plugin
1 parent d8ac5a4 commit 17b7952

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

pnpm-lock.yaml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"react-typist-component": "workspace:*"
1818
},
1919
"devDependencies": {
20+
"@tailwindcss/typography": "0.5.7",
2021
"@types/node": "18.7.18",
2122
"@types/react": "^18.0.20",
2223
"@types/react-dom": "^18.0.6",

website/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ module.exports = {
44
theme: {
55
extend: {},
66
},
7-
plugins: [],
7+
plugins: [require('@tailwindcss/typography')],
88
};

0 commit comments

Comments
 (0)