aqp-combi/postcss.config.js

8 lines
96 B
JavaScript
Raw Normal View History

2024-09-03 17:03:56 +00:00
module.exports = {
2024-09-03 21:07:27 +00:00
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};