InvestWeb/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2022-11-23 17:20:36 -05:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};