scalatags
scalatags copied to clipboard
No PixelStyleValue defined for type String error for Jsdom backend
import scalatags.JsDom.all._
import scalatags.JsDom.implicits._
div(height := "800", width := "500")
gives error
No PixelStyleValue defined for type String; scalatags does not know how to use String as an style
[error] div(height := "800", width := "500")
[error] ^
height := 500 should work