79626723

Date: 2025-05-17 16:07:08
Score: 2.5
Natty:
Report link

Could you please provide details on how did you configure it? In tailwind 4 you only need to do the following. Install the plugin

npm install -D @tailwindcss/typography

enalbe it in global.css (assuming you are using default next configuration withapp router):

@import "tailwindcss";
@plugin '@tailwindcss/typography';

Github issue dicussing this

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you please provide
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Iaroslav Sobolev