rjaros / kvision

Object oriented web framework for Kotlin/JS
https://kvision.io
MIT License
1.23k stars 65 forks source link

Tailwind Support #453

Closed FleetAdmiralJakob closed 1 year ago

FleetAdmiralJakob commented 1 year ago

Can I use Tailwind with KVision / Kotlin/Js? And if yes: how?

rjaros commented 1 year ago

Probably yes, but I've never tried. I think you should start with postcss configuration for webpack. https://tailwindcss.com/docs/installation/using-postcss

FleetAdmiralJakob commented 1 year ago

So if I use it this way with PostCSS and Webpack I can use all the classes?

rjaros commented 1 year ago

I think so.