mirror of
https://github.com/vercel/commerce.git
synced 2025-04-03 18:35:52 +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;
|
|
}
|
|
}
|