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: Seq[(Double, StyleS)]) extends CssStyle with Product with Serializable

    Permalink
  4. case class CssPrefixedStyleName(prefixClass: String, actualClassSuffix: String) extends CssStyle with Product with Serializable

    Permalink
  5. sealed trait CssStyle extends AnyRef

    Permalink

    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

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

    Permalink
  8. case class CssStyleNameWithSharedCompanion(companionClass: String, commonPrefix: String, className: String) extends CssStyle with Product with Serializable

    Permalink
  9. trait CssView extends AnyRef

    Permalink

    Contains integration of CSS structures with Scalatags.

Value Members

  1. object CssBase

    Permalink
  2. object CssView extends CssView

    Permalink

Ungrouped