0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00
Bootstrap/docs/components/breadcrumb.md
Chris Rebert 76a4c303ee Refactor Breadcrumbs component
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors,
so as to no longer require the usage of `<ol>`-based markup.

Rename variables to follow naming conventions:
* $breadcrumb-padding-vertical => $breadcrumb-padding-y
* $breadcrumb-padding-horizontal => $breadcrumb-padding-x

Introduce new variable: $breadcrumb-item-padding

[skip sauce]
2015-12-23 22:16:35 -07:00

1.1 KiB

layout title group
docs Breadcrumb components

Indicate the current page's location within a navigational hierarchy.

Separators are automatically added in CSS through ::before and content.

Works fine with or without the usage of list markup.

{% example html %}

  1. Home
  1. Home
  2. Library
  1. Home
  2. Library
  3. Data
Home Library Data Bootstrap
{% endexample %}