isambard/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-07-29 01:48:38 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}