1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Set default limit to Infinity for card icons

This commit is contained in:
codecalm
2025-01-28 21:20:44 +01:00
parent 71c68ce40a
commit e74d9dc326

View File

@@ -1,6 +1,6 @@
{% assign type = include.type | default: "outline" %} {% assign type = include.type | default: "outline" %}
{% assign limit = null %} {% assign limit = Infinity %}
{% if environment == 'development' %} {% if environment == 'development' %}
{% assign limit = 20 %} {% assign limit = 20 %}
{% endif %} {% endif %}