Skip to content

Commit 55800bb

Browse files
Sorting
1 parent 82f6b68 commit 55800bb

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

cssdb.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@
118118
],
119119
"vendors_implementations": 1
120120
},
121+
{
122+
"id": "calc-constants",
123+
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
124+
"description": "Constants for calculation simplification",
125+
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
126+
"stage": 2,
127+
"browser_support": {},
128+
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}",
129+
"vendors_implementations": 0
130+
},
121131
{
122132
"id": "cascade-layers",
123133
"title": "CSS Cascade Layers",
@@ -1117,16 +1127,6 @@
11171127
],
11181128
"vendors_implementations": 3
11191129
},
1120-
{
1121-
"id": "calc-constants",
1122-
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
1123-
"description": "Constants for calculation simplification",
1124-
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
1125-
"stage": 2,
1126-
"browser_support": {},
1127-
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}",
1128-
"vendors_implementations": 0
1129-
},
11301130
{
11311131
"id": "oklab-function",
11321132
"title": "`oklab` and `oklch` color functions",

cssdb.mjs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@ export default [
118118
],
119119
"vendors_implementations": 1
120120
},
121+
{
122+
"id": "calc-constants",
123+
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
124+
"description": "Constants for calculation simplification",
125+
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
126+
"stage": 2,
127+
"browser_support": {},
128+
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}",
129+
"vendors_implementations": 0
130+
},
121131
{
122132
"id": "cascade-layers",
123133
"title": "CSS Cascade Layers",
@@ -1117,16 +1127,6 @@ export default [
11171127
],
11181128
"vendors_implementations": 3
11191129
},
1120-
{
1121-
"id": "calc-constants",
1122-
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
1123-
"description": "Constants for calculation simplification",
1124-
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
1125-
"stage": 2,
1126-
"browser_support": {},
1127-
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}",
1128-
"vendors_implementations": 0
1129-
},
11301130
{
11311131
"id": "oklab-function",
11321132
"title": "`oklab` and `oklch` color functions",

cssdb.settings.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@
8080
}
8181
]
8282
},
83+
{
84+
"id": "calc-constants",
85+
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
86+
"description": "Constants for calculation simplification",
87+
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
88+
"stage": 2,
89+
"browser_support": {},
90+
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}"
91+
},
8392
{
8493
"id": "cascade-layers",
8594
"title": "CSS Cascade Layers",
@@ -823,15 +832,6 @@
823832
}
824833
]
825834
},
826-
{
827-
"id": "calc-constants",
828-
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
829-
"description": "Constants for calculation simplification",
830-
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
831-
"stage": 2,
832-
"browser_support": {},
833-
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}"
834-
},
835835
{
836836
"id": "oklab-function",
837837
"title": "`oklab` and `oklch` color functions",

0 commit comments

Comments
 (0)