edge-ruedelasoif/postcss.config.cjs

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2024-02-23 20:48:46 +01:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}