CSSRule

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto CSSRule()
  2. auto CSSRule(string selector)
  3. auto CSSRule(string selector, string name, string value)
    @safe
    CSSRule
    (
    string selector
    ,
    string name
    ,
    string value
    )
  4. auto CSSRule(string selector, string[string] someDeclarations)

Meta