Files
excel-download/react/todo-app/postcss.config.js
2022-08-28 17:32:07 +09:00

7 lines
82 B
JavaScript

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