styled-ppx.native
Rule
ppx
styled-ppx.css-parser
styled-ppx.css-property-parser
styled-ppx.css-spec-parser
styled-ppx.melange
styled-ppx.murmur2
styled-ppx.string-interpolation
type rule =
| Declaration of string * string
| Selector of string * rule array
val explode : string -> char list
val camelCaseToKebabCase : string -> string
val declaration : (string * string) -> rule
val selector : string -> rule array -> rule
val media : string -> rule array -> rule
val important : rule -> rule