Skip to content

Commit 650fe9b

Browse files
committed
feat: add @tailwindcss/typography plugin and update dependencies
1 parent 2f8fbe9 commit 650fe9b

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

adminforth/spa/package-lock.json

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

adminforth/spa/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@rushstack/eslint-patch": "^1.8.0",
37+
"@tailwindcss/typography": "^0.5.19",
3738
"@tsconfig/node20": "^20.1.4",
3839
"@types/node": "^20.12.5",
3940
"@vitejs/plugin-vue": "^5.0.4",

adminforth/spa/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010

1111
darkMode: 'class',
1212
plugins: [
13-
13+
require('@tailwindcss/typography'),
1414
],
1515
}
1616

0 commit comments

Comments
 (0)