1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +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

@@ -8,7 +8,7 @@ bootstrapLink: components/breadcrumb/
Add the `:before` pseudo-element in `li` tags to use the default separators. The `active` modifier in a `li` tag will help you indicate the current page location and facilitate navigation within your website or app.
```html code example centered
```html example centered
<ol class="breadcrumb" aria-label="breadcrumbs">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Library</a></li>
@@ -20,7 +20,7 @@ Add the `:before` pseudo-element in `li` tags to use the default separators. The
If you wish to use different separators, modify the `$breadcrumb-variants` variable in the Tabler config. Depending on the aesthetics of your design, you can choose dots, bullets or arrows.
```html code example centered
```html example centered
<ol class="breadcrumb breadcrumb-dots" aria-label="breadcrumbs">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Library</a></li>
@@ -28,7 +28,7 @@ If you wish to use different separators, modify the `$breadcrumb-variants` varia
</ol>
```
```html code example centered
```html example centered
<ol class="breadcrumb breadcrumb-arrows" aria-label="breadcrumbs">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Library</a></li>
@@ -36,7 +36,7 @@ If you wish to use different separators, modify the `$breadcrumb-variants` varia
</ol>
```
```html code example centered
```html example centered
<ol class="breadcrumb breadcrumb-bullets" aria-label="breadcrumbs">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Library</a></li>