You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have _animations.scss, could you move it there instead? I think it'll be much better to keep all the animations stuff in one file, so that we can normalize it in all in the future instead of reinventing the wheel all the time and having different animations in different parts of the app.
Full path: res/css/_animations.scss
Your use case
What would you like to do?
Manage shared
@keyframe
declarations for animations on_animations.pcss
.Why would you like to do it?
To improve and maintain animation consistency, to reduce code fragmentation, and to let developers reuse the existing rules.
How would you like to achieve it?
Look for shared
@keyframe
declarations, manage them on_animations.pcss
Have you considered any alternatives?
No response
Additional context
It is not clear if every
@keyframe
declaration should be managed on_animations.pcss
.The text was updated successfully, but these errors were encountered: