web/postcss.config.mjs

7 lines
83 B
JavaScript
Raw Normal View History

2024-05-27 01:22:39 +03:30
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};