Skip to content

Commit

Permalink
fix: typography error on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius-sacramento committed Sep 16, 2024
1 parent 155f69e commit a81a4f2
Show file tree
Hide file tree
Showing 3 changed files with 3,551 additions and 6,723 deletions.
2 changes: 1 addition & 1 deletion apps/commune-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@commune-ts/tailwind-config": "workspace:*",
"@commune-ts/tsconfig": "workspace:*",
"@next/eslint-plugin-next": "catalog:",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "catalog:",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
Expand Down
3 changes: 2 additions & 1 deletion apps/commune-page/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default {
...baseConfig.content,
"../../packages/ui/src/components/*.{ts,tsx}",
],
presets: [baseConfig, typography],
presets: [baseConfig],
theme: {},
plugins: [typography]
} satisfies Config;
Loading

0 comments on commit a81a4f2

Please sign in to comment.