import { keyframes } from "styled-components"; export const scale = keyframes` from { transform: scaleY(0.9); } to { transform: scaleY(1); } `;