Files
the-biergarten-app/archive/next-js-web-app/postcss.config.js
2026-04-20 02:30:25 -04:00

7 lines
83 B
JavaScript

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