aboutsummaryrefslogtreecommitdiffstats
path: root/src/css-abbrev.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/css-abbrev.el')
-rw-r--r--src/css-abbrev.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/css-abbrev.el b/src/css-abbrev.el
index 8530aa8..00c182f 100644
--- a/src/css-abbrev.el
+++ b/src/css-abbrev.el
@@ -123,7 +123,7 @@
(nthcdr ,idx-max ,args) " "))))
,body)))))))
-(defun zencoding-css-transform (exprs)
+(defun zencoding-css-transform-exprs (exprs)
(zencoding-join-string
(mapcar
#'(lambda (expr)
@@ -154,4 +154,8 @@
(cdr expr)) " ")
";")))
exprs)
- "\n")) \ No newline at end of file
+ "\n"))
+
+
+(defun zencoding-css-transform (input)
+ (zencoding-css-transform-exprs (zencoding-css-expr input))) \ No newline at end of file