Files
the-biergarten-app/postcss.config.js
2023-01-18 20:51:41 -05:00

7 lines
82 B
JavaScript

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