We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8d5fe commit 6d19ce8Copy full SHA for 6d19ce8
dist/content-visibility.js
@@ -1,6 +1,6 @@
1
/**
2
* Content Visibility Custom Metric - Optimized Version
3
- *
+ *
4
* Analyzes CSS usage of the content-visibility property using efficient
5
* regex-based detection with performance optimizations.
6
*/
@@ -108,4 +108,4 @@
108
}
109
110
return contentVisibility();
111
-})();
+})();
metric-summary.md
@@ -740,7 +740,7 @@ Example response:
740
"count": 5,
741
"values": [
742
"auto",
743
- "hidden",
+ "hidden",
744
"skip",
745
746
"hidden"
0 commit comments