aboutsummaryrefslogtreecommitdiff
path: root/lib/print.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/print.mli')
-rwxr-xr-xlib/print.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/print.mli b/lib/print.mli
new file mode 100755
index 0000000..2884f9b
--- /dev/null
+++ b/lib/print.mli
@@ -0,0 +1,7 @@
+type template
+
+val pretty_printer : template
+val minify_printer : template
+
+val css
+ : template -> Format.formatter -> Css.Types.Stylesheet.t -> unit