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 c6a0ce1 commit f42be36Copy full SHA for f42be36
docs/assets/invariant.css
@@ -505,17 +505,13 @@ span.parser-badge::before {
505
}
506
507
.parser-badge:hover::after {
508
- content: 'PARSER DESCRIPTION';
+ content: 'Parsers allow you to extract specific types of data from an input.';
509
510
511
.builtin-badge {
512
position: relative;
513
514
515
-.builtin-badge:hover::after {
516
- content: 'BUILTIN DESCRIPTION';
517
-}
518
-
519
.parser-badge:hover::after,
520
.detector-badge:hover::after,
521
.llm-badge:hover::after,
0 commit comments