8 lines
109 B
JavaScript
Raw Permalink Normal View History

2025-02-24 15:52:36 +07:00
module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
},
};