Browse Source

Fix Sass build

Jeremy Thomas 7 năm trước cách đây
mục cha
commit
c342fcf941
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      sass/components/breadcrumb.sass

+ 2 - 2
sass/components/breadcrumb.sass

@@ -47,11 +47,11 @@ $breadcrumb-item-separator-color: $grey-light !default
   // Alignment
   // Alignment
   &.is-centered
   &.is-centered
     ol,
     ol,
-      ul
+    ul
       justify-content: center
       justify-content: center
   &.is-right
   &.is-right
     ol,
     ol,
-      ul
+    ul
       justify-content: flex-end
       justify-content: flex-end
   // Sizes
   // Sizes
   &.is-small
   &.is-small