remnantchat/postcss.config.js
2022-08-08 21:11:30 -05:00

7 lines
82 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}