Dev_Socialbuddy_Frontend/postcss.config.js
2026-02-21 19:04:54 +00:00

7 lines
95 B
JavaScript

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