importantly, and above all, I will put the needs of the over my own needs as a developer Most importantly, and above all, I will put the needs of the USER FIRST - A Front End Engineer’s Manifesto - A Front End Engineer’s Manifesto
// make it a stylesheet link elem.setAttribute("rel", "stylesheet"); elem.setAttribute("type", "text/css"); elem.setAttribute("href", "path/to/full/styles.css"); // append to head document.querySelector("head").appendChild(elem); });