style(item): Each selector in a comma sequence should be on its own line

This commit is contained in:
Manu Mtz.-Almeida
2016-06-24 18:20:25 +02:00
parent 7b818891ed
commit 3c267cebcb

View File

@ -24,7 +24,8 @@ ion-reorder {
.reorder-enabled {
.item, .item-wrapper {
.item,
.item-wrapper {
transition: transform 300ms;
will-change: transform;