CSSStyleRule
Extends:  CSSRule 
Category: browser, cssom
See: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleRule
cssStyleRule.type
Returns the type of the CSS Rule
Read only
cssStyleRule.selectorText : string
Selector text
cssStyleRule.style :  CSSStyleDeclaration 
Get the style declaration itself
Read only
cssStyleRule.parentStyleSheet :  CSSStyleSheet 
Get the parent style sheet
Read only
