Skip to content

Commit

Permalink
remove less helpful keyframe animation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyk committed Sep 26, 2023
1 parent cde9f03 commit 609b5ff
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/sass/patterns/_animation.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/// ## Animation Patterns
/// ---------------------
/// Animation Patterns
/// ------------------

/// ### Grow In
/// -----------
/// Scale something from 0 to 1
/// @group animation
@keyframes grow-in {
0% {
transform: scale(0);
Expand Down

0 comments on commit 609b5ff

Please sign in to comment.