TTime/frontend/postcss.config.js
2024-03-07 11:48:34 +01:00

6 lines
81 B
JavaScript

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