compressO/postcss.config.ts

7 lines
82 B
TypeScript
Raw Normal View History

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