Skip to content

Commit

Permalink
Merge pull request honza#302 from chrisyue/master
Browse files Browse the repository at this point in the history
fix twig css
  • Loading branch information
honza committed Dec 26, 2013
2 parents ef252f3 + 3a5001d commit 368e9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltiSnips/twig.snippets
Expand Up @@ -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

Expand Down

0 comments on commit 368e9d2

Please sign in to comment.