danswer/web/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2023-04-28 22:40:46 -07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};