Projekt_IO/Frontend/CatApp/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-01-15 13:42:18 +01:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}