Website/app/postcss.config.js
Snoweuph a2ee97699a
All checks were successful
Quality Check / QS Backend (push) Successful in 18s
Quality Check / QS Frontend (push) Successful in 31s
Use Symfony UX Twig
2024-07-21 14:09:50 +02:00

6 lines
94 B
JavaScript

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