Ver código fonte

transfrom -> transform

fix invalid css transition
Lukas Winkler 4 anos atrás
pai
commit
ee11f8bda3

+ 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 @@
       }
     }
   }
-}
+}