Skip to content

Commit

Permalink
tailwind typography plugin added
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Sep 7, 2024
1 parent f15c059 commit 7031a0b
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 1 deletion.
81 changes: 81 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"use-sound": "^4.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const config: Config = {
variants: {
extend: {},
},
plugins: [],
plugins: [require("@tailwindcss/typography")],
}

export default config

0 comments on commit 7031a0b

Please sign in to comment.