8 lines
123 B
JavaScript
Raw Permalink Normal View History

2025-06-13 05:31:31 +00:00
// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};