]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Refactor Breadcrumbs component 18474/head
authorChris Rebert <code@chrisrebert.com>
Tue, 8 Dec 2015 10:20:25 +0000 (02:20 -0800)
committerChris Rebert <code@chrisrebert.com>
Thu, 24 Dec 2015 05:16:35 +0000 (22:16 -0700)
commit76a4c303eed00a1f30b7a6d2d1d04fdf2f935e62
tree9b812446dac19c61787c8941c886f78d85dfa48b
parent5173cb1defa360b5ebd15f4f5455e4cbdc40ad66
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]
docs/components/breadcrumb.md
docs/migration.md
scss/_breadcrumb.scss
scss/_variables.scss