Skip to content

Commit 6bd6e95

Browse files
Single color stop gradients (#2776)
1 parent dad2796 commit 6bd6e95

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

features/single-color-gradients.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Single color stop gradients
2+
description: A single color stop can be provided to the `linear-gradient()`, `radial-gradient()`, and `conic-gradient()` CSS functions, and their repeating counterparts, to create a solid color background.
3+
spec: https://drafts.csswg.org/css-images-4/#color-stop-syntax
4+
group: gradients
5+
compat_features:
6+
- css.types.gradient.conic-gradient.single_color_stop
7+
- css.types.gradient.linear-gradient.single_color_stop
8+
- css.types.gradient.radial-gradient.single_color_stop
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: single-color-gradients.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
firefox: "136"
8+
firefox_android: "136"
9+
compat_features:
10+
- css.types.gradient.conic-gradient.single_color_stop
11+
- css.types.gradient.linear-gradient.single_color_stop
12+
- css.types.gradient.radial-gradient.single_color_stop

0 commit comments

Comments
 (0)