secret/postcss.config.js
2023-09-10 15:14:15 +05:30

6 lines
82 B
JavaScript
Executable file

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