HIS-RSABHK/postcss.config.js
2025-04-27 23:59:17 +07:00

6 lines
72 B
JavaScript

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