eb2-landing/postcss.config.cjs

7 řádky
82 B
JavaScript

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