Files
wireframev5_frontend/postcss.config.ts
T

7 lines
83 B
TypeScript
Raw Normal View History

2025-02-28 20:42:24 +01:00
module.exports = {
2025-01-29 23:49:27 +01:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};