Skip to content

Commit

Permalink
v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Nov 11, 2024
1 parent 4ca266c commit 7338568
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,12 @@
"browser_support": {},
"docs": {},
"example": "div {\n color: oklch(0.7, 0.2, random(120deg, 240deg));\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function"
}
],
"vendors_implementations": 0
},
{
Expand Down
6 changes: 6 additions & 0 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,12 @@ export default [
"browser_support": {},
"docs": {},
"example": "div {\n color: oklch(0.7, 0.2, random(120deg, 240deg));\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function"
}
],
"vendors_implementations": 0
},
{
Expand Down
8 changes: 7 additions & 1 deletion cssdb.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,13 @@
"browser_support": {},
"docs": {},
"example": "div {\n color: oklch(0.7, 0.2, random(120deg, 240deg));\n}",
"mdn_path": []
"mdn_path": [],
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function"
}
]
},
{
"id": "read-only-write-pseudo-class",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssdb",
"version": "8.1.2",
"version": "8.2.0",
"type": "module",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
"license": "MIT-0",
Expand Down

0 comments on commit 7338568

Please sign in to comment.