meetup/postcss.config.js

7 lines
95 B
JavaScript
Raw Permalink Normal View History

2023-04-12 13:55:26 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};