Inline_css.Privateprepend is like append, but instead of the added CSS being added to the back of the list of stylesheets, it'll be added to the front.
val create_stylesheet :
unit ->
Inline_css__.Stylesheet.Style_sheet.t Js_of_ocaml.Js.t Core.Or_error.tval append_stylesheet :
Inline_css__.Stylesheet.Style_sheet.t Js_of_ocaml.Js.t Core.Or_error.t ->
unitval prepend_stylesheet :
Inline_css__.Stylesheet.Style_sheet.t Js_of_ocaml.Js.t Core.Or_error.t ->
unitval update_stylesheet :
Inline_css__.Stylesheet.Style_sheet.t Js_of_ocaml.Js.t Core.Or_error.t ->
string ->
unitmodule Dynamic : sig ... endThis library allows for "dynamic" use of the CSS Constructed Stylesheet API. It is more powerful than inline_css, but can be much less performant.