Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 26, 2026

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/css changes triggered by curated data at 05cde10.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

πŸ“¦ Latest released @webref/css package was v8.2.2. Merging this pull request will release v8.2.3. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

πŸ›ˆ The actual change introduced by this pull request is a version bump in packages/css/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css.json packages/css/css.json
--- webref/node_modules/@webref/css/css.json
+++ packages/css/css.json
@@ -300,13 +300,6 @@
       "extended": []
     },
     {
-      "name": "@env",
-      "href": "https://drafts.csswg.org/css-mixins-1/#at-ruledef-env",
-      "descriptors": [],
-      "syntax": "@env <custom-property-name> <css-type>? : <declaration-value>? ;",
-      "extended": []
-    },
-    {
       "name": "@font-face",
       "href": "https://drafts.csswg.org/css-fonts-4/#at-font-face-rule",
       "descriptors": [
@@ -862,7 +855,7 @@
       "name": "@mixin",
       "href": "https://drafts.csswg.org/css-mixins-1/#at-ruledef-mixin",
       "descriptors": [],
-      "syntax": "@mixin <function-token> <function-parameter>#? , [@contents]? ) { <declaration-rule-list> }",
+      "syntax": "@mixin <function-token> <function-parameter>#? ) { <declaration-rule-list> }",
       "extended": []
     },
     {
@@ -970,6 +963,13 @@
       "extended": []
     },
     {
+      "name": "@result",
+      "href": "https://drafts.csswg.org/css-mixins-1/#result-rule",
+      "descriptors": [],
+      "syntax": "@result { <declaration-rule-list> }",
+      "extended": []
+    },
+    {
       "name": "@right-bottom",
       "href": "https://drafts.csswg.org/css-page-3/#at-ruledef-right-bottom",
       "descriptors": [],
@@ -6468,10 +6468,8 @@
       "styleDeclaration": [
         "contain"
       ],
-      "syntax": "none | strict | content | [ [size | inline-size] || layout || style || paint ] | view-transition",
-      "extended": [
-        "https://drafts.csswg.org/css-view-transitions-2/"
-      ]
+      "syntax": "none | strict | content | [ [size | inline-size] || layout || style || paint ]",
+      "extended": []
     },
     {
       "name": "contain-intrinsic-block-size",
@@ -15429,6 +15427,23 @@
       "extended": []
     },
     {
+      "name": "view-transition-scope",
+      "href": "https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-scope",
+      "initial": "none",
+      "appliesTo": "all elements",
+      "inherited": "no",
+      "percentages": "n/a",
+      "computedValue": "as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "discrete",
+      "styleDeclaration": [
+        "view-transition-scope",
+        "viewTransitionScope"
+      ],
+      "syntax": "none | auto",
+      "extended": []
+    },
+    {
       "name": "visibility",
       "href": "https://drafts.csswg.org/css-display-4/#propdef-visibility",
       "initial": "visible",

@github-actions github-actions bot force-pushed the release-css-20260126190133261 branch 4 times, most recently from bff6ab5 to 912be23 Compare January 28, 2026 01:05
@github-actions github-actions bot force-pushed the release-css-20260126190133261 branch from 912be23 to 15d65a1 Compare January 28, 2026 06:55
@tidoust tidoust merged commit f499b06 into main Jan 28, 2026
@tidoust tidoust deleted the release-css-20260126190133261 branch January 28, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant