Skip to content

Commit 63e9ef6

Browse files
authored
News Articles: Rich Text Formatting Not Rendered on Public View
1 parent 4b94aae commit 63e9ef6

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@radix-ui/react-navigation-menu": "^1.2.14",
1818
"@radix-ui/react-select": "^2.2.6",
1919
"@radix-ui/react-slot": "^1.2.4",
20+
"@tailwindcss/typography": "^0.5.19",
2021
"@tanstack/react-table": "^8.21.3",
2122
"@tiptap/react": "^3.22.2",
2223
"@tiptap/starter-kit": "^3.22.2",

frontend/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ export default {
6363
}
6464
}
6565
},
66-
plugins: [require("tailwindcss-animate")],
66+
plugins: [require("tailwindcss-animate"), require("@tailwindcss/typography")],
6767
} satisfies Config;

0 commit comments

Comments
 (0)