We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef6e75 commit 8a55303Copy full SHA for 8a55303
src/test/html/index.html
@@ -11,7 +11,7 @@
11
<div class="Test">
12
13
{% for item in ['100', '300'] %}
14
- <div class="u-color-background-gray-{{item}}>
+ <div class="u-color-background-gray-{{item}}">
15
<code>u-color-background-gray-{{item}}</code>
16
</div>
17
{% endfor %}
0 commit comments