purescript-halogen/purescript-halogen-css

How to render a full stylesheet to head

Opened this issue · 0 comments

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; }