perfect-postcode/frontend/postcss.config.js
2026-01-25 21:07:48 +00:00

6 lines
83 B
JavaScript

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