Skip to content

Commit

Permalink
Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Jan 20, 2025
1 parent 03a213c commit 1e49af7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

flex-shrink: 0;

/*&:not(:nth-last-child(1 of :not([hidden]))) { ... } */

width: 40ch;
box-shadow: 0.15em 0.15em 0.4em rgb(0 0 0 / 50%);

Expand Down Expand Up @@ -84,8 +82,7 @@

@media (prefers-reduced-motion: no-preference) {
--transition-duration: 150ms;
transition:
opacity var(--transition-duration) ease-out;
transition: opacity var(--transition-duration) ease-out;
}

@include bk.focus-hidden;
Expand Down

0 comments on commit 1e49af7

Please sign in to comment.