aboutsummaryrefslogtreecommitdiff
path: root/lib/print.mli
blob: 2884f9bdf57b08741a2a10d04148d314972700c6 (plain)
1
2
3
4
5
6
7
type template 

val pretty_printer : template
val minify_printer : template

val css
  : template -> Format.formatter -> Css.Types.Stylesheet.t -> unit