onePageDaddy/postcss.config.js

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2023-09-01 14:39:32 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}