GitShow/tailwindlabs/tailwindcss-typography
tailwindlabs

tailwindcss-typography

Beautiful typographic defaults for HTML you don't control.

by tailwindlabs
Star on GitHubForkWebsitenpm

JavaScript

6.4k stars318 forks42 contributorsActive · 3w agoSince 2019v0.5.20MIT

Meet the team

See all 42 on GitHub →
adamwathan
adamwathan78 contributions
bradlc
bradlc36 contributions
RobinMalfait
RobinMalfait31 contributions
thecrypticace
thecrypticace27 contributions
dependabot[bot]Bot
dependabot[bot]27 contributions
reinink
reinink26 contributions
philipp-spiess
philipp-spiess10 contributions
simonswiss
simonswiss5 contributions

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 4 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
37
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Active · 7 in progress · Last activity 3w ago
See all on GitHub →
arpitjain099
ci: restrict nodejs workflow permissions to read-onlyOpenPR

Each of these workflows runs without a top-level block, so its inherits the repository (or org) default, which is frequently read/write for all scopes. Setting explicitly on keeps the workflow token scoped to what the job actually uses. If a third-party action or transitive dependency in the run were ever compromised, a read-only token limits the damage (no pushes, no releases, no token-backed writes). The change is mechanical and does not alter any step.

arpitjain099 · 4w ago
eloyesp
Do not underline links without an href.OpenIssue

A link without the attribute works like normal text, it would be nice to make prose just ignore those. Changing the selector from: To: Should be enough. It seems that it is a single line change on: https://github.com/tailwindlabs/tailwindcss-typography/blob/39d20e194940903046f2e2733ce0a9b59ccd464b/src/styles.js#L1409 There are other rules that select "a", those can be changed too for consistency.

eloyesp · 1mo ago

Recent fixes

View closed PRs →
igas
Update tailwindcss peer dependency versionMergedPR

Fixes :

igas · 1w ago
DamianGlowala
unmet peer tailwindcssClosedIssue

What version of @tailwindcss/typography are you using? 0.5.19 What version of Node.js are you using? n/a What browser are you using? n/a What operating system are you using? n/a Reproduction repository n/a Describe your issue It would be good to update the version requirements for tailwind dep: ✕ unmet peer tailwindcss Installed: 4.3.0 Wanted: ">=3.0.0 >=4.0.0-beta.1": @tailwindcss/typography@0.5.19

DamianGlowala · 1w ago
muamarzidan
The syntax @plugin "@tailwindcss/typography" is not working in Tailwind v4 during production deployment on Vercel?ClosedIssue

What version of @tailwindcss/typography are you using? ^4.1.12 What version of Node.js are you using? v22.17.0 What browser are you using? Chrome What operating system are you using? Winwods Reproduction repository Describe your issue i got this error " /vercel/path0/src/app/node_modules doesn't exist or is not a directory\n" + " /vercel/path0/src/node_modules doesn't exist or is not a directory\n" + ' looking for modules in /vercel/path0/node_modules\n' + ' single file module\n' + ' using description file: /vercel/path0/package.json (relative path: ./node_modules/@tailwindcss/typography)\n' + ' no extension\n' + " /vercel/path0/node_modules/@tailwindcss/typography doesn't exist\n" + ' .js\n' + " /vercel/path0/node_modules/@tailwindcss/typography.js doesn't exist\n" + ' .json\n' + " /vercel/path0/node_modules/@tailwindcss/typography.json doesn't exist\n" + ' .node\n' + " /vercel/path0/node_modules/@tailwindcss/typography.node doesn't exist\n" + ' .ts\n' + " /vercel/path0/node_modules/@tailwindcss/typography.ts doesn't exist\n" + " /vercel/path0/node_modules/@tailwindcss/typography doesn't exist\n" + " /vercel/node_modules doesn't exist or is not a directory\n" + " /node_modules doesn't exist or is not a directory" and iam try to search how to solve, and nothing. But AI said this 🔥 Why Doesn’t the Official Documentation Work in Vercel Production? You’re correct that the official Tailwind CSS Typography documentation states this. However, this is a Tailwind v4 feature that is still in beta/experimental stage. Issue in Production (Vercel) Root Cause: The @plugin directive in CSS is a new feature introduced in Tailwind v4. In the production build (Vercel), PostCSS/Webpack does not resolve plugins from node_modules the same way it does in development. Error: "@tailwindcss/typography" doesn't exist — because the build system doesn’t know how to load the plugin from the CSS directive. Result: The CSS is not generated → The website renders without styling.

muamarzidan · 3w ago
Structured data for AI agents

Repository: tailwindlabs/tailwindcss-typography. Description: Beautiful typographic defaults for HTML you don't control. Stars: 6413, Forks: 318. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Homepage: https://tailwindcss-typography.vercel.app/ Latest release: v0.5.20 (3w ago). Open PRs: 7, open issues: 3. Last activity: 3w ago. Community health: 37%. Top contributors: adamwathan, bradlc, RobinMalfait, thecrypticace, dependabot[bot], reinink, philipp-spiess, simonswiss, tordans, unindented and others.

·@ofershap

Replace github.com with gitshow.dev