Skip to content

Commit

Permalink
style(item): Each selector in a comma sequence should be on its own line
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 24, 2016
1 parent 7b81889 commit 3c267ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/item/item-reorder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ ion-reorder {

.reorder-enabled {

.item, .item-wrapper {
.item,
.item-wrapper {
transition: transform 300ms;

will-change: transform;
Expand Down

0 comments on commit 3c267ce

Please sign in to comment.