mirror of
https://github.com/vercel/commerce.git
synced 2025-03-28 08:15:54 +00:00
10 lines
117 B
CSS
10 lines
117 B
CSS
.link {
|
|
& > svg {
|
|
@apply transform duration-75 ease-linear;
|
|
}
|
|
|
|
&:hover > svg {
|
|
@apply scale-110;
|
|
}
|
|
}
|