Package

io.scalajs.dom.html

css

Permalink

package css

Visibility
  1. Public
  2. All

Type Members

  1. trait CSSRule extends Object

    Permalink

    The CSSRule interface represents a single CSS rule.

    The CSSRule interface represents a single CSS rule.

    Annotations
    @RawJSType() @native()
    See also

    https://developer.mozilla.org/en-US/docs/Web/API/CssRule#Type_constants

    https://developer.mozilla.org/en-US/docs/Web/API/CssRule

  2. class CSSSelector extends Object

    Permalink

    CSS Selector

    CSS Selector

    Annotations
    @RawJSType() @native()
  3. class CSSStyleDeclaration extends Object

    Permalink

    The CSS Style Declaration object represents a collection of CSS property-value pairs.

    The CSS Style Declaration object represents a collection of CSS property-value pairs.

    Annotations
    @RawJSType() @native()
    See also

    https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration

    http://www.w3schools.com/jsref/obj_cssstyledeclaration.asp

  4. class CSSStyleSheet extends Object

    Permalink

    CSS Style Sheet

    CSS Style Sheet

    Annotations
    @RawJSType() @native()
    See also

    https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet

Value Members

  1. object CSSStyleDeclaration

    Permalink

    CSS Style Declaration

Ungrouped