Skip to content

Commit

Permalink
Fix Sass build
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Apr 13, 2018
1 parent 787e6ed commit c342fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/components/breadcrumb.sass
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ $breadcrumb-item-separator-color: $grey-light !default
// Alignment
&.is-centered
ol,
ul
ul
justify-content: center
&.is-right
ol,
ul
ul
justify-content: flex-end
// Sizes
&.is-small
Expand Down

0 comments on commit c342fcf

Please sign in to comment.