소스 검색

Fix typo in list CSS (will-change property)

hybridvision 5 년 전
부모
커밋
4b2eafc5d1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
     }
   }
-}
+}