Package

io.udash

css

Permalink

package css

Visibility
  1. Public
  2. All

Type Members

  1. trait CssBase extends AnyRef

    Permalink

    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

    Permalink
  3. case class CssKeyframes(className: String, steps: Map[Double, StyleS]) extends CssStyle with Product with Serializable

    Permalink
  4. sealed trait CssStyle extends AnyRef

    Permalink

    Representation of stylesheet elements.

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

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

    Permalink
  6. case class CssStyleName(className: String) extends CssStyle with Product with Serializable

    Permalink

Value Members

  1. object CssBase

    Permalink

Ungrouped