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

borderRadius does not work with integer (needs string with px) #160

Open fdietze opened 7 years ago

fdietze commented 7 years ago

works:

borderRadius := "3px"

doesn't work:

borderRadius := 3
lihaoyi commented 7 years ago

fontSize suffers the same problem

leonardehrenfried commented 7 years ago

I was just bitten by this.

This results in a very hard to track down NPE in the browser. Could the error message be at at least be a little improved?