mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
style(item): Each selector in a comma sequence should be on its own line
This commit is contained in:
@ -24,7 +24,8 @@ ion-reorder {
|
||||
|
||||
.reorder-enabled {
|
||||
|
||||
.item, .item-wrapper {
|
||||
.item,
|
||||
.item-wrapper {
|
||||
transition: transform 300ms;
|
||||
|
||||
will-change: transform;
|
||||
|
Reference in New Issue
Block a user