2
0
Files
bot/ee/apps/landing-page/postcss.config.js

7 lines
82 B
JavaScript
Raw Permalink Normal View History

2024-04-19 13:20:58 +02:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}