Skip to content

Commit

Permalink
fix grid documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcilurzo committed Dec 1, 2023
1 parent dfa715b commit 199b8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/design-system/lyne/design-tokens/grid/grid.njk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ order: 30
<div class="token-demo">
<span class="token-grid" style="grid-template-columns: repeat({{ token.value }}, 1fr);">
{% for i in range(0, token.value) %}
<span class="grid-item"/></span>
<span class="grid-item"></span>
{% endfor %}
</span>
</div>
Expand Down

0 comments on commit 199b8f2

Please sign in to comment.