Skip to content

Instantly share code, notes, and snippets.

@cmpham
Created May 22, 2015 05:59
Show Gist options
  • Save cmpham/60e37688118f9ed01183 to your computer and use it in GitHub Desktop.
Save cmpham/60e37688118f9ed01183 to your computer and use it in GitHub Desktop.
import scalatags.generic._
class EB[Builder, Output <: FragT, FragT](omg: Bundle[Builder, Output, FragT]) {
import omg.all._
// scalastyle:ignore
def myStyle = p(strong("Abc"), "cssName").render
}
object EB extends EB(scalatags.Text) {
def a = myStyle
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment