{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "typography", "title": "Typography", "author": "ncdai ", "description": "Custom prose styles for headings, links, inline code, and emphasis.", "devDependencies": [ "@tailwindcss/typography" ], "files": [], "css": { "@plugin @tailwindcss/typography": {}, "@utility link": { "@apply decoration-1 underline-offset-3 hover:underline": {} }, "@utility link-underline": { "@apply underline decoration-current/30 decoration-1 underline-offset-3 transition-colors hover:decoration-current": {} }, "@utility prose-ncdai": { "@apply prose-headings:tracking-tight prose-headings:text-balance prose-h2:font-semibold": {}, "@apply prose-a:font-normal prose-a:wrap-break-word prose-a:text-foreground prose-a:link-underline": {}, "@apply prose-code:rounded-md prose-code:border prose-code:bg-muted/50 prose-code:px-[0.3rem] prose-code:py-[0.2rem] prose-code:text-sm prose-code:font-normal prose-code:before:content-none prose-code:after:content-none": {}, "@apply prose-strong:font-medium": {} } }, "type": "registry:component" }