style(scss): fix lint errors

This commit is contained in:
Brandy Carney
2017-09-21 14:16:24 -04:00
parent 662743f843
commit 66ae3a4601
76 changed files with 262 additions and 235 deletions

View File

@ -130,8 +130,8 @@ $text-input-wp-highlight-color-invalid: $text-input-highlight-color-invalid
width: calc(100% - #{$text-input-wp-margin-end});
}
.item-wp.item-label-stacked [item-end],
.item-wp.item-label-floating [item-end] {
.item-wp.item-label-stacked [slot="end"],
.item-wp.item-label-floating [slot="end"] {
align-self: flex-end;
}