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 'a t = {
  1. mutable rules : (string * declarations) list;
  2. mutable hashes : Hashes.t;
}
Sourceval make : unit -> 'a t
Sourceval push : 'a t -> (Hashes.elt * declarations) -> unit
Sourceval get_all : 'a t -> (string * declarations) list
Sourceval flush : 'a t -> unit
OCaml

Innovation. Community. Security.