Teren-app/postcss.config.js
Simon Pocrnjič 90a5858320 first commit
2024-10-28 21:08:16 +01:00

7 lines
93 B
JavaScript

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