Files
WYGIWYH/frontend/postcss.config.js
Herculino Trotta b4e9446cf6 chore: update tailwind to v4
As is customary in the JS world EVERYTHING must break with each major version
2025-06-21 16:12:44 -03:00

4 lines
65 B
JavaScript

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