neviaumi / made-in-uk

Application will list things that made in uk.
0 stars 0 forks source link

Merge tailwindcss into class name #498

Open neviaumi opened 3 weeks ago

neviaumi commented 3 weeks ago

Bottom line: I don't want extra named variable to hold the class, i only want inline class.

<button class=css('p-1 font-bold')>Hello</button>

If this working, it would make Browser debug more simple when you can see all the style in one place.