this repo has no description

fix tailwind typography

+6 -5
bun.lockb

This is a binary file and will not be displayed.

+4 -4
package.json
··· 12 12 }, 13 13 "devDependencies": { 14 14 "astro": "5.3.0", 15 - "prettier": "^3.4.2", 15 + "prettier": "^3.5.2", 16 16 "prettier-plugin-astro": "^0.14.1" 17 17 }, 18 18 "dependencies": { 19 19 "@astrojs/cloudflare": "12.2.1", 20 20 "@astrojs/sitemap": "3.2.1", 21 21 "@tailwindcss/typography": "^0.5.16", 22 - "@tailwindcss/vite": "^4.0.7", 22 + "@tailwindcss/vite": "^4.0.8", 23 23 "astro-robots-txt": "^1.0.0", 24 - "postcss": "^8.5.1", 24 + "postcss": "^8.5.3", 25 25 "tailwind-animation-delay": "^1.0.0", 26 - "tailwindcss": "^4.0.7" 26 + "tailwindcss": "^4.0.8" 27 27 } 28 28 }
+1 -1
src/layouts/BlogLayout.astro
··· 40 40 slug="/blog" 41 41 > 42 42 <div 43 - class="lg:ml-auto lg:mr-auto ml-5 mr-5 mb-5 prose lg:prose-xl dark:prose-invert max-w-6xl prose-a:underline hover:prose-a:no-underline prose-a:transition-all prose-a:text-black hover:prose-a:bg-black hover:prose-a:text-white dark:prose-a:text-white dark:hover:prose-a:bg-white dark:hover:prose-a:text-black hover:prose-a:p-0.5 hover:prose-a:rounded" 43 + class="lg:ml-auto lg:mr-auto ml-5 mr-5 mb-5 prose lg:prose-xl dark:prose-invert max-w-6xl prose-a:underline prose-a:hover:no-underline prose-a:transition-all prose-a:text-black prose-a:hover:bg-black prose-a:hover:text-white dark:prose-a:text-white dark:prose-a:hover:bg-white dark:prose-a:hover:text-black prose-a:hover:p-0.5 prose-a:hover:rounded" 44 44 > 45 45 <article class="h-entry"> 46 46 <div>
+1
src/styles/global.css
··· 1 1 @import "tailwindcss"; 2 + @plugin "@tailwindcss/typography";