dom-element-css
DOM element style manipulation function.
API
css(element, name, value)
Gets/sets a style.
; // Setter; // Getter
css(element, object)
Sets a style using an object as value.
;
Acknowledgement
The component team which provides a lot of solid working bases to plagiarize :-p.