Skip to content

Commit

Permalink
fix: change 0 opacity to fix lighthouse test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcuque committed May 23, 2023
1 parent 645c787 commit b74e248
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ module.exports = {
},
keyframes: () => ({
fadeIn: {
"0%": { opacity: 0 },
"0%": { opacity: 0.01 },
"1%": { opacity: 0 },
"50%": { opacity: 0 },
"100%": { opacity: 1 },
},
}),
Expand Down

1 comment on commit b74e248

@vercel
Copy link

@vercel vercel bot commented on b74e248 May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portafolio – ./

portafolio-cyan-one.vercel.app
portafolio-git-main-dcuque.vercel.app
portafolio-dcuque.vercel.app

Please sign in to comment.