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

@@ -42,9 +42,9 @@ $menu-label-spacing: 1em !default
color: $menu-item-active-color
li
ul
border-left: $menu-list-border-left
+ltr-property("border", $menu-list-border-left, false)
margin: $menu-nested-list-margin
padding-left: $menu-nested-list-padding-left
+ltr-property("padding", $menu-nested-list-padding-left, false)
.menu-label
color: $menu-label-color