Files
next-learn/dashboard/15-final/postcss.config.js
2023-08-30 09:11:57 -05:00

7 lines
82 B
JavaScript

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