InvestWeb/postcss.config.js

7 lines
83 B
JavaScript
Raw Normal View History

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