Skip to content

Commit

Permalink
include tailwind typography
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Feb 2, 2024
1 parent 4f8a290 commit d179fe2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@lezer/highlight": "^1.2.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.10",
"@tauri-apps/api": "^1.5.2",
"@uiw/react-codemirror": "^4.21.21",
"class-variance-authority": "^0.7.0",
Expand Down
35 changes: 35 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ module.exports = {
},
},
},
plugins: [require("tailwindcss-animate")],
plugins: [require("tailwindcss-animate"), require('@tailwindcss/typography')],
}

0 comments on commit d179fe2

Please sign in to comment.