Compose

final case class Compose(rules: Rules)

Style composition logic.

This is responsible for merges styles together, and producing warnings. It has the power to perform merges on conflicting CSS values, and selectively ignore merges.

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

Value members

Concrete methods

def apply(a: StyleS, b: StyleS): StyleS
def apply[B](a: StyleS, b: StyleF[B]): StyleF[B]
def apply[B](a: StyleS, b: P[B]): P[B]
def apply[A](a: StyleF[A], b: StyleS): StyleF[A]
def apply[A, B](a: StyleF[A], b: StyleF[B]): StyleF[(A, B)]
def apply[A, B](a: StyleF[A], b: P[B]): Domain[B] => StyleF[(A, B)]
def apply[A](a: P[A], b: StyleS): P[A]
def apply[A, B](a: P[A], b: StyleF[B]): Domain[A] => StyleF[(A, B)]
def apply[A, B](a: P[A], b: P[B]): (Domain[A], Domain[B]) => StyleF[(A, B)]

Inherited methods

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