package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val keyword : string -> unit Rule.rule
val comma : unit Rule.rule
val delim : string -> unit Rule.rule
val function_call : string -> 'a Rule.rule -> 'a Rule.rule
val integer : int Rule.rule
val number : float Rule.rule
val length : [> `Cap of float | `Ch of float | `Cm of float | `Cqb of float | `Cqh of float | `Cqi of float | `Cqmax of float | `Cqmin of float | `Cqw of float | `Em of float | `Ex of float | `Ic of float | `In of float | `Lh of float | `Mm of float | `Pc of float | `Pt of float | `Px of float | `Q of float | `Rem of float | `Rlh of float | `Vb of float | `Vh of float | `Vi of float | `Vmax of float | `Vmin of float | `Vw of float | `Zero ] Rule.rule
val angle : [> `Deg of float | `Grad of float | `Rad of float | `Turn of float ] Rule.rule
val time : [> `Ms of float | `S of float ] Rule.rule
val frequency : [> `Hz of float | `KHz of float ] Rule.rule
val resolution : [> `Dpcm of float | `Dpi of float | `Dppx of float ] Rule.rule
val percentage : float Rule.rule
val ident : string Rule.rule
val css_wide_keywords : [> `Inherit | `Initial | `Revert | `RevertLayer | `Unset ] Rule.rule
val custom_ident : string Rule.rule
val dashed_ident : string Rule.rule
val string : string Rule.rule
val url : string Rule.rule
val hex_color : string Rule.rule
val interpolation : string list Rule.rule
val line_names : (unit * string list * unit) Rule.rule
val flex_value : [> `Fr of float ] Rule.rule
val invalid : unit Rule.rule
val attr_name : unit Rule.rule
val attr_fallback : unit Rule.rule
val string_token : unit Rule.rule
val ident_token : unit Rule.rule
val dimension : unit Rule.rule
val declaration_value : unit Rule.rule
val positive_integer : int Rule.rule
val function_token : unit Rule.rule
val any_value : unit Rule.rule
val hash_token : unit Rule.rule
val zero : unit Rule.rule
val custom_property_name : unit Rule.rule
val declaration_list : unit Rule.rule
val name_repeat : unit Rule.rule
val ratio : unit Rule.rule
val an_plus_b : unit Rule.rule
val declaration : unit Rule.rule
val y : unit Rule.rule
val x : unit Rule.rule
val decibel : unit Rule.rule
val urange : unit Rule.rule
val semitones : unit Rule.rule
val url_token : unit Rule.rule
OCaml

Innovation. Community. Security.