Package

com.gu.contentatom.renderer.renderers

email

Permalink

package email

Visibility
  1. Public
  2. All

Type Members

  1. case class CSSBlock(decls: List[(CSSProperty, CSSValue)]) extends Product with Serializable

    Permalink
  2. final case class CSSProperty(value: String) extends AnyVal with Product with Serializable

    Permalink
  3. case class CSSRuleset(selectors: List[CSSSelector], block: CSSBlock) extends Product with Serializable

    Permalink
  4. class CSSRulesetParsers extends RegexParsers

    Permalink

    A CSS parser loosely based on the [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax).

  5. final case class CSSSelector(value: String) extends AnyVal with Product with Serializable

    Permalink
  6. final case class CSSValue(value: String) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object CSS extends CSSRulesetParsers

    Permalink
  2. object Hydrator

    Permalink

Ungrouped