Release v0.17.0

Vdom.Node.div ~attrs:[ [%css {|
  background-color: tomato;
  min-width: 2rem;
  min-height: 2rem;
|}] ] []
let f (color : string) =
  Vdom.Node.div ~attrs:[ [%css {|
    border: 0.3rem solid %{color};
  |}] ] []
[%css {|
  background-color: tomato;
  &:hover {
    background-color: red;
  }
|}]

Release v0.16.0

Breaking changes: