Alex Styl
https://composables.com
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Tailwind class autocomplete from kotlinx html?
AnsweredI would love to have support for tailwind classes in kotlinx html. is there a way to enable it?ie:```kotlindiv("flex flex-col md:flex-row gap-10") { }````