com-lihaoyi / scalatags

ScalaTags is a small XML/HTML construction library for Scala.
https://com-lihaoyi.github.io/scalatags/
MIT License
758 stars 117 forks source link

Fix issue #139 #152

Closed bwbecker closed 5 years ago

bwbecker commented 7 years ago

concatenation of classes (e.g.: div(cls := “red”, cls := “yellow”) into <div class=“red yellow”>

.

bwbecker commented 7 years ago

Hi! I see you just released 0.6.3. I was kind of surprised this pull request wasn't included since it fixes a problem you identified (#139), complete with tests and everything. Is there something else you need before accepting the pull request?

lihaoyi commented 7 years ago

@bwbecker nothing specifically missing, just haven't had time to properly look at it and think through the implications. Will give it another pass when I have time...

bwbecker commented 6 years ago

Nudge, nudge...

lihaoyi commented 5 years ago

superseded by https://github.com/lihaoyi/scalatags/issues/182