Skip to content

Commit fa028d2

Browse files
committed
add migration path
1 parent 9b78f0e commit fa028d2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.changeset/old-bears-admire.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
2-
"@primer/brand-primitives": patch
3-
"@primer/react-brand": patch
2+
'@primer/brand-primitives': patch
3+
'@primer/react-brand': patch
44
---
55

66
Remove the hover text-decoration transition in `InlineLink`, `Accordion`, `Timeline` and align `Prose` with the updated `InlineLink` styles
7+
8+
In case you were using `var(--brand-InlineLink-transition-timing)` variable please migrate to `var(--brand-animation-duration-fast)`
9+
10+
```diff
11+
- var(--brand-InlineLink-transition-timing)
12+
+ var(--brand-animation-duration-fast)
13+
```

0 commit comments

Comments
 (0)