chatbot-template/postcss.config.js
Jared Palmer a04776256d init
2023-05-19 12:33:56 -04:00

6 lines
82 B
JavaScript

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