ITADN

Docs: stylesheets setup for tailwind is outdated

#887ClosedGuistoff081 创建于 2026-03-17
documentation
G
Guistoff081commented
### Description the pagy-tailwind.css code is outdated for tailwind >= 4 we should use it like this: ```diff - @tailwind base; - @tailwind components; - @tailwind utilities; + @import "tailwindcss"; ```
关闭于 2026-03-18 1 条评论