Website/app/postcss.config.js

7 lines
94 B
JavaScript
Raw Normal View History

2024-07-14 14:26:52 +00:00
module.exports = {
2024-07-21 12:03:21 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2024-07-14 14:26:52 +00:00
}