uim.css.rule

Undocumented in source.

Members

Classes

DCSSRule
class DCSSRule

A single CSS rule with one or more selectors, and a declaration block.

Functions

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

Meta