Files
next-learn/dashboard/15-final/postcss.config.js
Delba de Oliveira b85b3e217b Add delete invoice functionality (#140)
* Organize components

* Add delete invoice component and action

* Update customer emails

* Add delete button, pending/paid UI, and placeholder edit button

* Fix build errors

* More errors
2023-09-05 10:30:42 -05:00

7 lines
83 B
JavaScript

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