seal.devcomp.xyz/postcss.config.js
2023-07-30 15:57:42 +05:30

6 lines
82 B
JavaScript

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