It would be nice to have a simple example of rendering a full stylesheet and appending to `<head>` Could be something really simple like: `body { background-color: black; color: white; }`
It would be nice to have a simple example of rendering a full stylesheet and appending to
<head>Could be something really simple like:
body { background-color: black; color: white; }