in site-ui/src/js/06-nav.js [91:93]
function find (selector, from) { return [].slice.call((from || document).querySelectorAll(selector)) }