Rename LTR mixins

This commit is contained in:
Jeremy Thomas
2020-01-22 09:14:04 +00:00
parent 0ca264016b
commit a5f9266997
15 changed files with 45 additions and 62 deletions

View File

@@ -24,7 +24,7 @@ $breadcrumb-item-separator-color: $border-hover !default
align-items: center
display: flex
&:first-child a
+directioner("padding", 0, false)
+ltr-property("padding", 0, false)
&.is-active
a
color: $breadcrumb-item-active-color
@@ -41,9 +41,9 @@ $breadcrumb-item-separator-color: $border-hover !default
justify-content: flex-start
.icon
&:first-child
+directioner("margin", 0.5em)
+ltr-property("margin", 0.5em)
&:last-child
+directioner("margin", 0.5em, false)
+ltr-property("margin", 0.5em, false)
// Alignment
&.is-centered
ol,