aboutsummaryrefslogtreecommitdiff
path: root/lib/merge.mli
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-02-02 14:01:39 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-02-02 21:26:33 +0100
commitb09a05d9e38e0734f66377716b00268b50da7de8 (patch)
tree75c5161f755e15349998af4adfe39bce46406c58 /lib/merge.mli
Initial commit
Diffstat (limited to 'lib/merge.mli')
-rwxr-xr-xlib/merge.mli10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/merge.mli b/lib/merge.mli
new file mode 100755
index 0000000..2fa9254
--- /dev/null
+++ b/lib/merge.mli
@@ -0,0 +1,10 @@
+type t
+
+val empty
+ : t
+
+val add_css
+ : t -> Css.Types.Stylesheet.t -> t
+
+val extract_css
+ : t -> Css.Types.Stylesheet.t