mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
Rename tablerCssPlugins to cssPlugins for consistency
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"googleMapsKey": "AIzaSyAr5mRB4U1KRkVznIrDWEvZjroYcD202DI",
|
"googleMapsKey": "AIzaSyAr5mRB4U1KRkVznIrDWEvZjroYcD202DI",
|
||||||
"googleMapsDevKey": "AIzaSyCL-BY8-sq12m0S9H-S_yMqDmcun3A9znw",
|
"googleMapsDevKey": "AIzaSyCL-BY8-sq12m0S9H-S_yMqDmcun3A9znw",
|
||||||
"npmPackage": "@tabler/core",
|
"npmPackage": "@tabler/core",
|
||||||
"tablerCssPlugins": [
|
"cssPlugins": [
|
||||||
"flags",
|
"flags",
|
||||||
"socials",
|
"socials",
|
||||||
"payments",
|
"payments",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
<!-- END GLOBAL MANDATORY STYLES -->
|
<!-- END GLOBAL MANDATORY STYLES -->
|
||||||
|
|
||||||
<!-- BEGIN PLUGINS STYLES -->
|
<!-- BEGIN PLUGINS STYLES -->
|
||||||
{% for plugin in site.tablerCssPlugins -%}
|
{% for plugin in site.cssPlugins -%}
|
||||||
{% if layout-rtl -%}
|
{% 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 %}/>
|
<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 -%}
|
{% else -%}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<title>Tabler Documentation - {{ title }}</title>
|
<title>Tabler Documentation - {{ title }}</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/dist/css/tabler{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}" />
|
<link rel="stylesheet" href="/dist/css/tabler{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}" />
|
||||||
{% for plugin in site.tablerCssPlugins %}
|
{% for plugin in site.cssPlugins %}
|
||||||
<link
|
<link
|
||||||
href="/dist/css/tabler-{{ plugin }}{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}"
|
href="/dist/css/tabler-{{ plugin }}{% if environment != 'development' %}.min{% endif %}.css{% if environment != 'development' %}?{{ 'now' | date: '%s' }}{% endif %}"
|
||||||
rel="stylesheet" />
|
rel="stylesheet" />
|
||||||
|
|||||||
Reference in New Issue
Block a user