Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to cssdb

### 8.7.1 (January 26, 2026)

- Updated `@mdn/browser-compat-data` to `7.2.5`

### 8.7.0 (January 14, 2026)

- Updated `@mdn/browser-compat-data` to `7.2.3`
Expand Down
15 changes: 13 additions & 2 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -877,9 +877,11 @@
"stage": 2,
"browser_support": {
"and_chr": "108",
"and_ff": "105",
"android": "108",
"chrome": "108",
"edge": "108",
"firefox": "105",
"ios_saf": "5",
"op_mob": "73",
"opera": "94",
Expand All @@ -891,13 +893,14 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@font-face"
},
"example": "@font-face {\n src: url(file.woff2) format(woff2);\n}",
"interoperable_at": 1670198400,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/valtlai/postcss-font-format-keywords"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "font-variant-property",
Expand All @@ -906,23 +909,31 @@
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
"stage": 4,
"browser_support": {
"and_chr": "117",
"and_ff": "34",
"android": "117",
"chrome": "117",
"edge": "117",
"firefox": "34",
"ios_saf": "9.3",
"op_mob": "78",
"opera": "103",
"safari": "9.1",
"samsung": "24.0",
"webview_ios": "9.3"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-variant"
},
"example": "h2 {\n font-variant: small-caps;\n}",
"interoperable_at": 1694736000,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/postcss/postcss-font-variant"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "gamut-mapping",
Expand Down
15 changes: 13 additions & 2 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -877,9 +877,11 @@ export default [
"stage": 2,
"browser_support": {
"and_chr": "108",
"and_ff": "105",
"android": "108",
"chrome": "108",
"edge": "108",
"firefox": "105",
"ios_saf": "5",
"op_mob": "73",
"opera": "94",
Expand All @@ -891,13 +893,14 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@font-face"
},
"example": "@font-face {\n src: url(file.woff2) format(woff2);\n}",
"interoperable_at": 1670198400,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/valtlai/postcss-font-format-keywords"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "font-variant-property",
Expand All @@ -906,23 +909,31 @@ export default [
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
"stage": 4,
"browser_support": {
"and_chr": "117",
"and_ff": "34",
"android": "117",
"chrome": "117",
"edge": "117",
"firefox": "34",
"ios_saf": "9.3",
"op_mob": "78",
"opera": "103",
"safari": "9.1",
"samsung": "24.0",
"webview_ios": "9.3"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-variant"
},
"example": "h2 {\n font-variant: small-caps;\n}",
"interoperable_at": 1694736000,
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/postcss/postcss-font-variant"
}
],
"vendors_implementations": 2
"vendors_implementations": 3
},
{
"id": "gamut-mapping",
Expand Down
Loading