Files
breeze-next-template/postcss.config.js
Taylor Otwell 507d891821 first
2021-12-01 15:17:40 -06:00

7 lines
82 B
JavaScript

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