Files
tracksteel-site/postcss.config.js
T
2026-05-15 08:44:32 -03:00

7 lines
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};