Files
trustlab/postcss.config.js
2025-12-30 12:14:45 +07:00

6 lines
72 B
JavaScript

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