Skip to content

Conversation

@deeheber
Copy link
Owner

@deeheber deeheber commented Dec 13, 2025

Changes

Tailwind v4 Migration

  • Upgraded tailwindcss from v3 to v4.1.18
  • Added @tailwindcss/vite integration (v4.1.18) to replace @astrojs/tailwind
  • Removed @astrojs/tailwind integration package
  • Updated astro.config.ts to use Vite plugin instead of Astro integration
  • Added @import "tailwindcss" directives to component files for new v4 import pattern
  • Refactored tailwind.config.js to use v4 syntax and theme configuration
  • Expanded src/styles/base.css with additional Tailwind directives and custom styles

Documentation Updates

  • Updated README.md to reflect current tech stack versions:
    • Astro 5.x
    • React 19.x
    • TypeScript 5.x
    • TailwindCSS 4.x
  • Added build optimization tools to tech stack documentation (Satori, @resvg/resvg-js, Jampack)
  • Updated .kiro/steering/tech.md with version-specific information and Vite integration details

Dependency Changes

  • Removed Tailwind v3-specific packages

fixes #26

@deeheber deeheber self-assigned this Dec 13, 2025
@deeheber deeheber added the enhancement New feature or request label Dec 13, 2025
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 13, 2025

Deploying danielle-s-blog with  Cloudflare Pages  Cloudflare Pages

Latest commit: 85cb32a
Status: ✅  Deploy successful!
Preview URL: https://f239ccb0.danielle-s-blog.pages.dev
Branch Preview URL: https://issue-26.danielle-s-blog.pages.dev

View logs

@github-actions
Copy link

github-actions bot commented Dec 13, 2025

✅ Build Successful!

Please test the following before merging:

  • Main page
  • About page
  • Dark/Light mode toggle
  • Search functionality
  • Individual blog post
  • RSS feed

_Last updated: 2025-12-13 20:09:08 UTC

@deeheber deeheber merged commit 1bd5a18 into main Dec 13, 2025
2 checks passed
@deeheber deeheber deleted the issue-26 branch December 13, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to tailwind 4

2 participants