8 lines
116 B
JavaScript
Raw Permalink Normal View History

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