scalatags.generic.Tags does not have a title tag that can be used inside of head()
johann-abraham opened this issue · 1 comments
johann-abraham commented
There is a title
tag inside of the scalatags.text.Tags2
trait.
Is there a plan to add it to the generic Tags?
johann-abraham commented
There is a title
tag in the generic Tags as well located in:
scalatags.generic.Tags2
and can be used by importing:
import bundle.tags2._
but it is not imported using:
import bundle.all._