Files
the-biergarten-app/src/Website/postcss.config.js
2026-01-26 19:52:27 -05:00

7 lines
83 B
JavaScript

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