Files
Martinhal_Futebol_2026/nextjs_space/postcss.config.js
T

7 lines
83 B
JavaScript
Raw Normal View History

2026-09-13 20:20:06 +01:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};