CssEntry

object CssEntry
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class FontFace(fontFamily: String, src: NonEmptyVector[String], fontStretch: Option[Value], fontStyle: Option[Value], fontWeight: Option[Value], unicodeRange: Option[UnicodeRange]) extends CssEntry
case class Keyframes(name: KeyframeAnimationName, frames: ListMap[KeyframeSelector, StyleStream]) extends CssEntry
case class Style(mq: CssMediaQueryO, sel: CssSelector, content: NonEmptyVector[CssKV]) extends CssEntry

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Implicits

Implicits

@inline
implicit def univEq: UnivEq[CssEntry]
@inline
implicit def univEqFontFace: UnivEq[FontFace]
@inline
implicit def univEqKeyframes: UnivEq[Keyframes]
@inline
implicit def univEqStyle: UnivEq[Style]