Skip to content

Commit

Permalink
docs(Fx127): color interpolation methods are supported in gradient fu…
Browse files Browse the repository at this point in the history
…nctions (#34037)

feat: add examples for color interpolation in repeating gradients
  • Loading branch information
bsmth committed Jun 10, 2024
1 parent e3799b7 commit fe73515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/en-us/mozilla/firefox/releases/127/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ This article provides information about the changes in Firefox 127 that affect d

### CSS

- Using a [`<color-interpolation-method>`](/en-US/docs/Web/CSS/color-interpolation-method) is now supported in gradients created with [`conic-gradient()`](/en-US/docs/Web/CSS/gradient/conic-gradient), [`linear-gradient()`](/en-US/docs/Web/CSS/gradient/linear-gradient), and [`radial-gradient()`](/en-US/docs/Web/CSS/gradient/radial-gradient) functions and the [`repeating-conic-gradient()`](/en-US/docs/Web/CSS/gradient/repeating-conic-gradient), [`repeating-linear-gradient()`](/en-US/docs/Web/CSS/gradient/repeating-linear-gradient), and [`repeating-radial-gradient()`](/en-US/docs/Web/CSS/gradient/repeating-radial-gradient) functions for repeating gradients ([Firefox bug 1861363](https://bugzil.la/1861363)).

#### Removals

### JavaScript
Expand Down

0 comments on commit fe73515

Please sign in to comment.