purescript-halogen-css
purescript-halogen-css copied to clipboard
How to render a full stylesheet to head
trafficstars
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; }