mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-13 11:49:14 -06:00
7 lines
92 B
JavaScript
7 lines
92 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|