taxonomy/postcss.config.js
2022-10-26 17:18:06 +04:00

6 lines
82 B
JavaScript

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