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:
@@ -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>
|
||||
|
||||
@@ -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 Bootstrap’s typical naming structure, you can create a standard payment, or scale it up or down to different sizes based on what’s 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>
|
||||
|
||||
Reference in New Issue
Block a user