build: update to tailwindcss v4
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
rzmk 2025-11-24 14:56:30 -05:00
parent bc3770ece5
commit 6a4723760d
9 changed files with 126 additions and 122 deletions

5
postcss.config.mjs Normal file
View file

@ -0,0 +1,5 @@
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};