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.9 ### What version of Node.js are you using? 18.18.0 ### What browser are you using? Chrome ### What operating system are...

After this [commit](https://github.com/tailwindlabs/tailwindcss-typography/commit/f520c53470630e3ad4d43e3c2306882d33bf5c52), text alignment in tables no longer works as intended. It appears that `text-align: start;` does not apply correctly to the `table` tag. To address this, I propose...

When "className" is used to change the default class from "prose" to something custom, the associated CSS variables are still named `--tw-prose-xyz`. This PR is making sure that if a...

### What version of @tailwindcss/typography are you using? 0.5.12 ### What version of Node.js are you using? v18.16.1 ### What browser are you using? chrome ### What operating system are...

* Add `prose-inline-code` element modifier (add selector, update readme and tests).

Changes made to `README.md` have first removed and then brought code bits to README, but "Adding new modifiers" section was lost somewhere along the way, I find it pretty important...

@tailwindcss/typography should be installed as a regular dep.

This feature allows us to specify classes that can act like not-prose. The issue is here, #229.

### What version of @tailwindcss/typography are you using? v0.5.13 ### What version of Node.js are you using? v20 ### What browser are you using? chrome ### What operating system are...

Hello! 👋🏼 _I tried finding some contribution guidelines but couldn't; Hopefully this is allowed even though it does not address an active issue._ The description list elements introduced in #316...