Skip to content

Commit

Permalink
Add some minimal docs for scssify and sassify filters. #2739 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Aug 13, 2014
1 parent 59b3262 commit 839501e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site/_docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,18 @@ common tasks easier.
</p>
</td>
</tr>
<tr>
<td>
<p class="name"><strong>Converting Sass/SCSS</strong></p>
<p>Convert a Sass- or SCSS-formatted string into CSS.</p>
</td>
<td class="align-center">
<p>
<code class="filter">{% raw %}{{ some_scss | scssify }}{% endraw %}</code>
<code class="filter">{% raw %}{{ some_sass | sassify }}{% endraw %}</code>
</p>
</td>
</tr>
<tr>
<td>
<p class="name"><strong>Data To JSON</strong></p>
Expand Down

0 comments on commit 839501e

Please sign in to comment.