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

Support style tag #146

Closed KadekM closed 7 years ago

KadekM commented 7 years ago

Like this: http://www.w3schools.com/tags/tag_style.asp

I guess we could add lazy val style = typedTag[dom.html.Style]("style")

but then it conflicts with one in GlobalAttr

Any ideas?

scf37 commented 7 years ago

Just in case someone is looking for answer: tag("style")(tpe := "text/css", allCss)