daily-aujourdhui/frontend/postcss.config.js
Lucien Cartier-Tilet c81ba2536c
Some checks failed
CI / Check Style (push) Failing after 57s
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled
feat(frontend): initial work, add tailwind and other dependencies
Also create a few pages and the beginning of a header
2024-12-05 02:02:12 +01:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}