Commit be507da6 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Revert "Removed unused function"

This reverts commit 1821c00c.
parent 1821c00c
......@@ -273,3 +273,10 @@ 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