1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-08 10:47:51 +00:00
2020-10-29 12:10:53 -03:00

10 lines
117 B
CSS

.link {
& > svg {
@apply transform duration-75 ease-linear;
}
&:hover > svg {
@apply scale-110;
}
}