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
8 changes: 8 additions & 0 deletions features/single-color-gradients.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Single color stop gradients
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.
spec: https://drafts.csswg.org/css-images-4/#color-stop-syntax
group: gradients
compat_features:
- css.types.gradient.conic-gradient.single_color_stop
- css.types.gradient.linear-gradient.single_color_stop
- css.types.gradient.radial-gradient.single_color_stop
12 changes: 12 additions & 0 deletions features/single-color-gradients.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated from: single-color-gradients.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
firefox: "136"
firefox_android: "136"
compat_features:
- css.types.gradient.conic-gradient.single_color_stop
- css.types.gradient.linear-gradient.single_color_stop
- css.types.gradient.radial-gradient.single_color_stop