Skip to content

Commit

Permalink
refactor: Remove unused webkit CSS (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored May 9, 2024
1 parent 14de997 commit 4fa3e9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions sass/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,5 @@
/* fade in images after loading. */
.easeload {
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
4 changes: 0 additions & 4 deletions src/app/pages/card-catalog/card-catalog.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@
/* fade in images after loading. */
.easeload {
opacity: 0;
-webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
}

Expand Down

0 comments on commit 4fa3e9c

Please sign in to comment.