random-web-tools/postcss.config.js
2024-10-16 11:19:00 +03:00

7 lines
83 B
JavaScript

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