mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -07:00
Pre-flush
This commit is contained in:
@@ -115,6 +115,17 @@ export const cssRainbowColorKeyframes = keyframes`
|
||||
color: rgb(204, 0, 102);
|
||||
}`;
|
||||
|
||||
export const cssScaleKeyframes = keyframes`
|
||||
0% {
|
||||
transform: scale(1);
|
||||
}
|
||||
50% {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
100% {
|
||||
transform: scale(1);
|
||||
}`;
|
||||
|
||||
|
||||
// Emotion Cache (with insertion point on the SSR pass)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user