ICT30016-Assignment-3/postcss.config 2.js
dlawler489 a23de4f0dd .
2025-09-16 13:00:57 +10:00

6 lines
93 B
JavaScript

// postcss.config.js
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
},
};