tailwindcss-typography icon indicating copy to clipboard operation
tailwindcss-typography copied to clipboard

Beautiful typographic defaults for HTML you don't control.

Results 33 tailwindcss-typography issues
Sort by recently updated
recently updated
newest added

### What version of @tailwindcss/typography are you using? 0.5.16 ### What version of Node.js are you using? v22.12.0 ### What browser are you using? Firefox, Chrome, Safari ### What operating...

### What version of @tailwindcss/typography are you using? "@tailwindcss/typography": "^0.5.15", ### What version of Node.js are you using? lts/* ### What browser are you using? Chrome ### What operating system...

### What version of @tailwindcss/typography are you using? v0.5.16 ### What version of Node.js are you using? v20.15.1 ### What browser are you using? Brave Version 1.76.73 Chromium: 134.0.6998.45 (Official...

### What version of @tailwindcss/typography are you using? v0.5.16 ### What version of Node.js are you using? v22 ### What browser are you using? Chrome ### What operating system are...

### What version of @tailwindcss/typography are you using? v0.5.16 ### What version of Node.js are you using? v22.14.0 ### What browser are you using? Chrome 133.0.6943.127 ### What operating system...

Make `--tw-prose-kbd-shadows` to have 10% alpha color even if the colors are in oklch (Tailwind v4) Fixes #386

Fixes #366 Add element modifiers `prose-picture:*` and `prose-images:*` to target `` and ` ` respectively. * Modify `src/index.js` to include element modifiers for `prose-picture:*` and `prose-images:*`. * Update `README.md` to...

### What version of @tailwindcss/typography are you using? "^0.5.16" ### What version of Node.js are you using? v22.13.1 ### What browser are you using? chrome ### What operating system are...

### What version of @tailwindcss/typography are you using? see https://play.tailwindcss.com/dXf3WCy385 ### What version of Node.js are you using? see https://play.tailwindcss.com/dXf3WCy385 ### What browser are you using? Chrome ### What operating...

A link without the `href` attribute works like normal text, it would be nice to make prose just ignore those. Changing the selector from: ``` css .prose a { /*...