downgrading tailwind because heroUI beta that support tailwind v4 encounter error that makes full reload pages when use link from HeroUI, will be updated to v4 when it's fixed.
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|