Files
GerbilManager/gerbil-manager-nextjs/postcss.config.js
2023-10-30 22:14:49 +01:00

7 lines
82 B
JavaScript

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