package styled-ppx

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

Module RuleSource

Sourcetype rule =
  1. | Declaration of string * string
  2. | Selector of string * rule array
Sourceval explode : string -> char list
Sourceval camelCaseToKebabCase : string -> string
Sourceval declaration : (string * string) -> rule
Sourceval selector : string -> rule array -> rule
Sourceval media : string -> rule array -> rule
Sourceval important : rule -> rule
OCaml

Innovation. Community. Security.