Files
homepage/postcss.config.js
shamoon d55a5e5efe
Some checks are pending
Docker / Linting Checks (push) Waiting to run
Docker / Docker Build & Push (push) Blocked by required conditions
Chore: upgrade to tailwind v4 (#4863)
2025-03-02 08:42:57 -08:00

6 lines
72 B
JavaScript

module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};