mirror of
https://github.com/tabler/tabler.git
synced 2026-09-01 23:01:29 +04:00
Rename tablerCssPlugins to cssPlugins for consistency
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<!-- END GLOBAL MANDATORY STYLES -->
|
||||
|
||||
<!-- BEGIN PLUGINS STYLES -->
|
||||
{% for plugin in site.tablerCssPlugins -%}
|
||||
{% for plugin in site.cssPlugins -%}
|
||||
{% if layout-rtl -%}
|
||||
<link href="{{ page | relative }}/dist/css/tabler-{{ plugin }}.rtl{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}" rel="stylesheet"{% if environment != 'development' %} integrity="{{ sri[`css-${plugin}-rtl`] }}"{% endif %}/>
|
||||
{% else -%}
|
||||
|
||||
Reference in New Issue
Block a user