Skip to content

Commit 7338568

Browse files
committed
v8.2.0
1 parent 4ca266c commit 7338568

5 files changed

+22
-4
lines changed

cssdb.json

+6
Original file line numberDiff line numberDiff line change
@@ -1900,6 +1900,12 @@
19001900
"browser_support": {},
19011901
"docs": {},
19021902
"example": "div {\n color: oklch(0.7, 0.2, random(120deg, 240deg));\n}",
1903+
"polyfills": [
1904+
{
1905+
"type": "PostCSS Plugin",
1906+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function"
1907+
}
1908+
],
19031909
"vendors_implementations": 0
19041910
},
19051911
{

cssdb.mjs

+6
Original file line numberDiff line numberDiff line change
@@ -1900,6 +1900,12 @@ export default [
19001900
"browser_support": {},
19011901
"docs": {},
19021902
"example": "div {\n color: oklch(0.7, 0.2, random(120deg, 240deg));\n}",
1903+
"polyfills": [
1904+
{
1905+
"type": "PostCSS Plugin",
1906+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function"
1907+
}
1908+
],
19031909
"vendors_implementations": 0
19041910
},
19051911
{

cssdb.settings.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,13 @@
14051405
"browser_support": {},
14061406
"docs": {},
14071407
"example": "div {\n color: oklch(0.7, 0.2, random(120deg, 240deg));\n}",
1408-
"mdn_path": []
1408+
"mdn_path": [],
1409+
"polyfills": [
1410+
{
1411+
"type": "PostCSS Plugin",
1412+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function"
1413+
}
1414+
]
14091415
},
14101416
{
14111417
"id": "read-only-write-pseudo-class",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssdb",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"type": "module",
55
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
66
"license": "MIT-0",

0 commit comments

Comments
 (0)