random-web-tools/postcss.config.js
2023-11-10 16:00:27 +02:00

7 lines
76 B
JavaScript

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