Files
jellomator/postcss.config.cjs
Space-Banane 3991a01ec7
All checks were successful
docker / build-and-push (push) Successful in 49s
Build Jellomator MVP
2026-05-20 20:36:28 +02:00

7 lines
83 B
JavaScript

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