og-image/postcss.config.js
Simon Vieille ace8a0d891
Init
2023-01-30 09:01:16 +01:00

7 lines
82 B
JavaScript

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