Browse Source

Merge pull request #111 from Findus23/patch-1

transfrom -> transform
Naotoshi Fujita 4 năm trước cách đây
mục cha
commit
335ec3584a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/sass/themes/default/object/objects/_pagination.scss

+ 2 - 2
src/sass/themes/default/object/objects/_pagination.scss

@@ -15,7 +15,7 @@
       border-radius: 50%;
       margin: 3px;
       padding: 0;
-      transition: transfrom .2s linear;
+      transition: transform .2s linear;
       border: none;
       opacity: .7;
 
@@ -34,4 +34,4 @@
       }
     }
   }
-}
+}