1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00
Files
bootstrap/site/content/docs/5.3/glossary.md
Julien Déramond d51d849da0 Try a new approach
2023-03-21 18:56:55 +01:00

24 lines
356 B
Markdown

---
layout: docs
title: Glossary
description: List of all classes in our Bootstrap CSS
group: glossary
aliases: "/glossary/"
toc: true
---
## Glossary
{{< tables.inline >}}
<table class="table">
<tbody>
{{ range $.Site.Data.bootstrap.classes }}
<tr>
<td>{{ . }}</td>
</tr>
{{ end }}
</ul>
</tbody>
</table>
{{< /tables.inline >}}