UNPKG

style-outline

Version:
6 lines (5 loc) 195 B
export default function outline() { [].forEach.call(document.querySelectorAll('*'), el => { el.style.outline = `1px solid #${(~~(Math.random() * (1 << 24))).toString(16)}`; }); }