seal.devcomp.xyz/postcss.config.js

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2023-07-30 15:57:42 +05:30
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}