serge/web/postcss.config.cjs
Nathan Sarrazin 9168761b9b
Add CI/Lint process for web frontend (#438)
* add CI for web project

* run prettier over whole app

* ci fix

* sigh

* fix linting

* Do not run Docker Build until all checks have passed

* clean up delete feature

* fix index

---------

Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
2023-06-17 22:21:25 +02:00

7 lines
83 B
JavaScript

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