Skip to content

Commit f719003

Browse files
committed
color-mix-variadic-function-arguments
1 parent 27da9a9 commit f719003

File tree

8 files changed

+61
-6
lines changed

8 files changed

+61
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 8.3.0 (May 26, 2025)
4+
5+
- Added `color-mix-variadic-function-arguments`
6+
37
### 8.2.6 (May 26, 2025)
48

59
- Updated `@mdn/browser-compat-data` to `6.0.17`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NPM Version][npm-img]][npm-url]
44
[![Build Status][cli-img]][cli-url]
55

6-
[cssdb] is a comprehensive list of CSS features and their positions in
6+
[cssdb] is a list of CSS features and their positions in
77
the process of becoming implemented web standards.
88

99
---

cssdb.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,23 @@
373373
"vendors_implementations": 3,
374374
"web-feature": "color-mix"
375375
},
376+
{
377+
"id": "color-mix-variadic-function-arguments",
378+
"title": "`color-mix()` Function with 1+ arguments",
379+
"description": "Mix any number of colors",
380+
"specification": "https://www.w3.org/TR/css-color-5/#color-mix",
381+
"stage": 2,
382+
"browser_support": {},
383+
"docs": {},
384+
"example": "p {\n color: color-mix(in lch, red, lime, blue);\n}",
385+
"polyfills": [
386+
{
387+
"type": "PostCSS Plugin",
388+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments"
389+
}
390+
],
391+
"vendors_implementations": 0
392+
},
376393
{
377394
"id": "container-queries",
378395
"title": "Container Queries",

cssdb.mjs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,23 @@ export default [
373373
"vendors_implementations": 3,
374374
"web-feature": "color-mix"
375375
},
376+
{
377+
"id": "color-mix-variadic-function-arguments",
378+
"title": "`color-mix()` Function with 1+ arguments",
379+
"description": "Mix any number of colors",
380+
"specification": "https://www.w3.org/TR/css-color-5/#color-mix",
381+
"stage": 2,
382+
"browser_support": {},
383+
"docs": {},
384+
"example": "p {\n color: color-mix(in lch, red, lime, blue);\n}",
385+
"polyfills": [
386+
{
387+
"type": "PostCSS Plugin",
388+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments"
389+
}
390+
],
391+
"vendors_implementations": 0
392+
},
376393
{
377394
"id": "container-queries",
378395
"title": "Container Queries",

cssdb.settings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,23 @@
245245
}
246246
]
247247
},
248+
{
249+
"id": "color-mix-variadic-function-arguments",
250+
"title": "`color-mix()` Function with 1+ arguments",
251+
"description": "Mix any number of colors",
252+
"specification": "https://www.w3.org/TR/css-color-5/#color-mix",
253+
"stage": 2,
254+
"mdn_path": [],
255+
"browser_support": {},
256+
"docs": {},
257+
"example": "p {\n color: color-mix(in lch, red, lime, blue);\n}",
258+
"polyfills": [
259+
{
260+
"type": "PostCSS Plugin",
261+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments"
262+
}
263+
]
264+
},
248265
{
249266
"id": "container-queries",
250267
"title": "Container Queries",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "cssdb",
3-
"version": "8.2.6",
3+
"version": "8.3.0",
44
"type": "module",
5-
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
5+
"description": "A list of CSS features and their positions in the process of becoming implemented web standards",
66
"license": "MIT-0",
77
"contributors": [
88
{

src/components/header.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function renderHeader() {
1515
What’s next for CSS?
1616
</h1>
1717
<p class="cssdb-header-description">
18-
<strong>cssdb</strong> is a comprehensive list of CSS features and their positions in the process of becoming implemented web standards.
18+
<strong>cssdb</strong> is a list of CSS features and their positions in the process of becoming implemented web standards.
1919
</p>
2020
</div>
2121
<a class="cssdb-header-link" href="#the-staging-process">What are the stages?</a>

src/pages/index.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function renderIndex() {
1010
<head>
1111
<meta charset="utf-8">
1212
<title>CSS Database - CSS Tools</title>
13-
<meta name="description" content="A comprehensive list of CSS features and their positions in the process of becoming implemented web standards.">
13+
<meta name="description" content="A list of CSS features and their positions in the process of becoming implemented web standards.">
1414
<link rel="preconnect" href="https://d32ekf2zat2q3c.cloudfront.net" crossorigin />
1515
<link rel="preconnect" href="https://fonts.googleapis.com">
1616
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -24,7 +24,7 @@ export function renderIndex() {
2424
<meta name="twitter:card" content="summary_large_image">
2525
<meta name="twitter:site" content="@css_tools_">
2626
<meta property="og:title" content="CSS Database">
27-
<meta property="og:description" content="A comprehensive list of CSS features and their positions in the process of becoming implemented web standards.">
27+
<meta property="og:description" content="A list of CSS features and their positions in the process of becoming implemented web standards.">
2828
<meta property="og:image" content="https://cssdb.org/images/css.png">
2929
<meta property="og:site_name" content="cssdb">
3030
<meta property="og:type" content="website">

0 commit comments

Comments
 (0)