japgolly / scalacss

Super type-safe CSS for Scala and Scala.JS.
https://japgolly.github.io/scalacss/book
Apache License 2.0
339 stars 44 forks source link

Why do the maven repos have scala 3 version of "core" but not "ext-scalatags"? #378

Open abrighton opened 10 months ago

abrighton commented 10 months ago

There is a Scala 3 version available for scalacss "core". See here.

but for "ext-scalatags", there is only: this scala 2.13 version.

Since they are in the same source tree, I would have assumed they would both have Scala 3 versions.

gmixa commented 1 month ago

Seems scala 3 did not compile this. I tried to fix this in a version for me. See: Fork of ScalaCSS