From 839501e01213b7faace5e27d3f6f33eb4b4ed3c3 Mon Sep 17 00:00:00 2001
From: Parker Moore
Date: Wed, 13 Aug 2014 00:03:57 -0400
Subject: [PATCH] Add some minimal docs for scssify and sassify filters. #2739
[ci skip]
---
site/_docs/templates.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/site/_docs/templates.md b/site/_docs/templates.md
index 5ee7bb71..5ace04fc 100644
--- a/site/_docs/templates.md
+++ b/site/_docs/templates.md
@@ -199,6 +199,18 @@ common tasks easier.
+
+
+ Converting Sass/SCSS
+ Convert a Sass- or SCSS-formatted string into CSS.
+ |
+
+
+ {% raw %}{{ some_scss | scssify }}{% endraw %}
+ {% raw %}{{ some_sass | sassify }}{% endraw %}
+
+ |
+
Data To JSON
|