mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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