Files
wireframev5_frontend/postcss.config.ts
T
Possible ff0b919d62 Update
2025-02-28 20:42:24 +01:00

7 lines
83 B
TypeScript

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