Merge pull request #302 from chrisyue/master

fix twig css
This commit is contained in:
Honza Pokorny 2013-12-26 10:02:27 -08:00
commit 368e9d2b99

View File

@ -12,7 +12,7 @@ endsnippet
snippet css "twig stylesheets" b
{% stylesheets '${1}' %}
<script src="{{ asset_url }}"></script>
<link rel="stylesheet" href="{{ asset_url }}">
{% endstylesheets %}
endsnippet