qwickpostLanding/postcss.config.js
2024-11-24 14:23:46 +07:00

6 lines
91 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}