wildebeest/frontend/postcss.config.cjs

7 wiersze
82 B
JavaScript
Czysty Zwykły widok Historia

2023-01-04 21:22:43 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}