Commit 1821c00c authored by Taddeüs Kroes's avatar Taddeüs Kroes

Removed unused function

parent 43ee471f
......@@ -273,10 +273,3 @@ let transform = function
| v -> v
let compress = Util.transform_stylesheet transform
let transform_unfold = function
| Statement (Ruleset (selectors, decls)) ->
Statement (Ruleset (selectors, unfold decls))
| v -> v
let unfold_stylesheet = Util.transform_stylesheet transform_unfold
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment