@@ -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" ,
0 commit comments