Browse Source

Merge remote-tracking branch 'origin/master'

NaotoshiFujita 5 years ago
parent
commit
cca5667746
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/sass/core/object/objects/_list.scss

+ 2 - 2
src/sass/core/object/objects/_list.scss

@@ -5,7 +5,7 @@
     margin: 0!important;
     padding: 0!important;
     width: max-content;
-    will-change: trasform;
+    will-change: transform;
   }
 
   &.is-active {
@@ -13,4 +13,4 @@
       display: flex;
     }
   }
-}
+}