farm-fe / farm

Extremely fast Vite-compatible web build tool written in Rust
https://farmfe.org
MIT License
4.9k stars 161 forks source link

[Bug Report]: Tailwind does not work #1544

Closed kaiser101 closed 2 months ago

kaiser101 commented 3 months ago

Steps to reproduce

Followed the steps given on this page

https://tailwindcss.com/docs/guides/vite

Reproduce link

No response

What is actually happening?

Tailwind classes are not being picked up. I do not see any styling

System Info

System: Windows 10
Binaries: bun, farm
wre232114 commented 3 months ago

You need to install @farmfe/js-plugin-postcss and configuring tailwindcss in postcss config

ErKeLost commented 3 months ago

examle https://github.com/farm-fe/farm/tree/main/examples/tailwind

kaiser101 commented 2 months ago

Thanks this can be closed.