소스 검색

Merge pull request #75 from hybridvision/patch-1

Fix typo in list CSS (will-change property)
Naotoshi Fujita 5 년 전
부모
커밋
6257d0e7b2
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;
     }
   }
-}
+}