Skip to content

Commit 6a527e6

Browse files
committed
8.5.2
1 parent 34a47e6 commit 6a527e6

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

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.5.2 (December 4, 2025)
4+
5+
- Update `system-ui-font-family` polyfill url
6+
37
### 8.5.1 (December 3, 2025)
48

59
- Rename `position-area` to `position-area-property`

cssdb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@
22652265
"polyfills": [
22662266
{
22672267
"type": "PostCSS Plugin",
2268-
"link": "https://github.com/JLHwung/postcss-font-family-system-ui"
2268+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-system-ui-font-family"
22692269
}
22702270
],
22712271
"vendors_implementations": 3

cssdb.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ export default [
22652265
"polyfills": [
22662266
{
22672267
"type": "PostCSS Plugin",
2268-
"link": "https://github.com/JLHwung/postcss-font-family-system-ui"
2268+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-system-ui-font-family"
22692269
}
22702270
],
22712271
"vendors_implementations": 3

cssdb.settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@
16661666
"polyfills": [
16671667
{
16681668
"type": "PostCSS Plugin",
1669-
"link": "https://github.com/JLHwung/postcss-font-family-system-ui"
1669+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-system-ui-font-family"
16701670
}
16711671
]
16721672
},

package.json

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

0 commit comments

Comments
 (0)