mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 22:41:20 +02:00
24 lines
356 B
Markdown
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 >}}
|