UnsafeExt

final case class UnsafeExt(sel: CssSelector => CssSelector, cond: Cond, style: StyleS)
Value Params
sel

A CSS selector based on the intended parent's selector. Example: (_+" h1") will style all child h1 elements. Example: (_+".debug") will specify a style only active when a "debug" class is present.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product