Packages

p

io.udash

css

package css

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CssBase extends AnyRef

    Base trait for all stylesheets.

    Base trait for all stylesheets.

    Example:

    object ExampleStylesheet extends CssBase {
      import dsl._
    
      val s = style(...)
    }
    

  2. case class CssFontFace(className: String, font: FontFace[Option[String]]) extends CssStyle with Product with Serializable
  3. case class CssKeyframes(className: String, steps: Seq[(Double, StyleS)]) extends CssStyle with Product with Serializable
  4. case class CssPrefixedStyleName(prefixClass: String, actualClassSuffix: String) extends CssStyle with Product with Serializable
  5. sealed trait CssStyle extends AnyRef

    Representation of stylesheet elements.

    Representation of stylesheet elements. In JS it's always CssStyleName.

  6. case class CssStyleImpl(className: String, impl: StyleS) extends CssStyle with Product with Serializable
  7. case class CssStyleName(className: String) extends CssStyle with Product with Serializable

Value Members

  1. object CssBase

Ungrouped