1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00

remove unused cofig from code

This commit is contained in:
codecalm
2025-01-03 02:43:09 +01:00
parent 7ebb863fbd
commit 9be6ea257c
43 changed files with 168 additions and 168 deletions

View File

@@ -19,7 +19,7 @@ You can also include plugin via CDN:
To create a flag, add the `flag` class to a component and choose the country whose flag you want to use. The full list of countries can be found below.
```html code example centered separated plugins="flags"
```html example centered separated plugins="flags"
<span class="flag flag-country-tg"></span>
<span class="flag flag-country-br"></span>
<span class="flag flag-country-pt"></span>

View File

@@ -18,7 +18,7 @@ You can also include plugin via CDN:
To create a payment provider icon, add the `payment` class to a component and specify the payment provider. The full list of payment providers can be found below.
```html example code plugins="payments" separated centered
```html example plugins="payments" separated centered
<span class="payment payment-provider-shopify"></span>
<span class="payment payment-provider-visa"></span>
<span class="payment payment-provider-paypal"></span>
@@ -28,7 +28,7 @@ To create a payment provider icon, add the `payment` class to a component and sp
Using Bootstraps typical naming structure, you can create a standard payment, or scale it up or down to different sizes based on whats needed.
```html example code plugins="payments" separated centered
```html example plugins="payments" separated centered
<span class="payment payment-xl payment-provider-shopify"></span>
<span class="payment payment-lg payment-provider-visa"></span>
<span class="payment payment-md payment-provider-paypal"></span>