homepage/postcss.config.js
2025-03-02 08:42:57 -08:00

6 lines
72 B
JavaScript

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