scalatags icon indicating copy to clipboard operation
scalatags copied to clipboard

No PixelStyleValue defined for type String error for Jsdom backend

Open doofin opened this issue 7 years ago • 1 comments

    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]                ^

doofin avatar Feb 05 '18 08:02 doofin

height := 500 should work

mathieuleclaire avatar Feb 05 '18 09:02 mathieuleclaire