Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fuzzy-walls-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Update CSS Custom Property used in skeletons to fix animation behind feature flag.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
mask-image: linear-gradient(75deg, #000 30%, rgba(0, 0, 0, 0.65) 80%);
mask-size: 200%;
animation: shimmer;
animation-duration: var(base-duration-1000);
animation-duration: var(--base-duration-1000);
animation-iteration-count: infinite;
}

Expand Down
Loading