Method: CSSStyleDeclaration.getPropertyCSSValue()
The getPropertyCSSValue() method returns the value of a CSS property as an object, if the property has been explicitly set.
This method cannot access the shorthand property values. The values for shorthand properties can only be accessed and modified as strings, using CSSStyleDeclaration.getPropertyValue() and CSSStyleDeclaration.setProperty().