Skip to content

Commit

Permalink
remove testing animation values
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyk committed Jan 8, 2024
1 parent 94c675f commit 6d725fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/patterns/_disclosure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ summary {
grid-column: 2;
grid-row: 1;
transform: rotate(0deg);
transition: all 1s ease-out 100ms;
transition: transform var(--fast);

[open] & {
transform: rotate(90deg);
Expand Down

0 comments on commit 6d725fa

Please sign in to comment.