Attr

object Attr
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object AliasB

Helper for creating a lazy NonEmptyVector[Attr] so that initialisation order doesn't matter, and attributes can have recursive definitions.

Helper for creating a lazy NonEmptyVector[Attr] so that initialisation order doesn't matter, and attributes can have recursive definitions.

Types

type Gen = Env => Value => Vector[CssKV]

Value members

Concrete methods

def alias(css: String): AliasB => NonEmptyVector[Attr] => Attr
def alias(css: String, t: Transform): AliasB => NonEmptyVector[Attr] => Attr
def genSimple(css: String): Gen
def real(css: String): Attr
def real(css: String, t: Transform): Attr

Implicits

Implicits

implicit def univEq: UnivEq[Attr]