Skip to content

Commit

Permalink
Add tailwind typography
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Feb 21, 2024
1 parent 03e0d84 commit 2409415
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
45 changes: 43 additions & 2 deletions src/electron/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 src/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"devDependencies": {
"@electron/notarize": "^2.3.0",
"@rushstack/eslint-patch": "^1.7.2",
"@tailwindcss/typography": "^0.5.10",
"@types/node-schedule": "^2.1.6",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
Expand Down
2 changes: 1 addition & 1 deletion src/electron/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
plugins: [require('daisyui')],
plugins: [require('@tailwindcss/typography'), require('daisyui')],
theme: {
extend: {}
}
Expand Down

0 comments on commit 2409415

Please sign in to comment.