The CSSRule interface represents a single CSS rule.
CSSRule
MDN Reference
The cssText property of the CSSRule interface returns the actual text of a CSSStyleSheet style-rule.
cssText
The parentRule property of the CSSRule interface returns the containing rule of the current rule if this exists, or otherwise returns null.
parentRule
The parentStyleSheet property of the the current rule is defined.
parentStyleSheet