## computedStyles(node, [target], [default]) ⇒ object Returns a collection of CSS property-value pairs **Kind**: global function **Returns**: object - collection of CSS property-value pairs **Api**: public | Param | Type | Default | Description | | --- | --- | --- | --- | | node | Element | | A DOM element to copy styles from | | [target] | Object | | An optional object to copy styles to | | [default] | Object | Boolean | true | A collection of CSS property-value pairs, false: copy none, true: copy all |