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:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user