Skip to content

Commit 3a5001d

Browse files
author
yuhuanbo
committed
fix twig css
1 parent ef252f3 commit 3a5001d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/twig.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endsnippet
1212

1313
snippet css "twig stylesheets" b
1414
{% stylesheets '${1}' %}
15-
<script src="{{ asset_url }}"></script>
15+
<link rel="stylesheet" href="{{ asset_url }}">
1616
{% endstylesheets %}
1717
endsnippet
1818

0 commit comments

Comments
 (0)