Replies: 3 comments
-
I'm not sure. I haven't really used tailwind myself. From my understanding though the styling (CSS) probably works fine with perseus/sycamore if you just include tailwind using the content delivery network (CDN) tailwind cdn page. The JavaScript features of tailwind might have some issues though, but I'm pretty sure you can still get it working with some effort. This documentation from perseus could help with that perseus JavaScript interop. Personally I prefer to use Rust with sycamore/perseus for as much of the client side logic as possible. I also don't really want to rely on external frameworks for my long term project, and I like to avoid JavaScript as much as possible 😃 . |
Beta Was this translation helpful? Give feedback.
-
It does feel uncomfortable to see an extra node_modules in the rust project. |
Beta Was this translation helpful? Give feedback.
-
Yeah lol |
Beta Was this translation helpful? Give feedback.
-
Can the front-end style of perseus be used with tailwind?
I have seen examples of using perseus + tailwind, are there some features of tailwind that cannot be achieved?
Beta Was this translation helpful? Give feedback.
All reactions