Skip to content

Commit 08437c5

Browse files
Adding new polyfills
1 parent 37665f3 commit 08437c5

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

cssdb.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,12 @@
14261426
"stage": 2,
14271427
"browser_support": {},
14281428
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}",
1429+
"polyfills": [
1430+
{
1431+
"type": "PostCSS Plugin",
1432+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions"
1433+
}
1434+
],
14291435
"vendors_implementations": 0
14301436
},
14311437
{
@@ -1497,6 +1503,12 @@
14971503
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/unset"
14981504
},
14991505
"example": "div {\n border-color: unset;\n color: unset;\n}",
1506+
"polyfills": [
1507+
{
1508+
"type": "PostCSS Plugin",
1509+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value"
1510+
}
1511+
],
15001512
"vendors_implementations": 3
15011513
},
15021514
{

cssdb.mjs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,12 @@ export default [
14261426
"stage": 2,
14271427
"browser_support": {},
14281428
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}",
1429+
"polyfills": [
1430+
{
1431+
"type": "PostCSS Plugin",
1432+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions"
1433+
}
1434+
],
14291435
"vendors_implementations": 0
14301436
},
14311437
{
@@ -1497,6 +1503,12 @@ export default [
14971503
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/unset"
14981504
},
14991505
"example": "div {\n border-color: unset;\n color: unset;\n}",
1506+
"polyfills": [
1507+
{
1508+
"type": "PostCSS Plugin",
1509+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value"
1510+
}
1511+
],
15001512
"vendors_implementations": 3
15011513
},
15021514
{

cssdb.settings.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,13 @@
10191019
"specification": "https://www.w3.org/TR/css-values-4/#round-func",
10201020
"stage": 2,
10211021
"browser_support": {},
1022-
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}"
1022+
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}",
1023+
"polyfills": [
1024+
{
1025+
"type": "PostCSS Plugin",
1026+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions"
1027+
}
1028+
]
10231029
},
10241030
{
10251031
"id": "system-ui-font-family",
@@ -1063,7 +1069,13 @@
10631069
"docs": {
10641070
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/unset"
10651071
},
1066-
"example": "div {\n border-color: unset;\n color: unset;\n}"
1072+
"example": "div {\n border-color: unset;\n color: unset;\n}",
1073+
"polyfills": [
1074+
{
1075+
"type": "PostCSS Plugin",
1076+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value"
1077+
}
1078+
]
10671079
},
10681080
{
10691081
"id": "when-else-rules",

0 commit comments

Comments
 (0)