package styled-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module CSS.StylesheetSource

Sourcemodule Hashes : sig ... end
Sourcetype t = {
  1. mutable rules : (string * declarations) list;
  2. mutable hashes : Hashes.t;
}
Sourceval make : unit -> t
Sourceval push : t -> (Hashes.elt * declarations) -> unit
Sourceval get_all : t -> (string * declarations) list
Sourceval flush : t -> unit
OCaml

Innovation. Community. Security.