mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-16 16:16:32 +03:00
Vectors: drop the 12,208 byte-identical repeat lines
The recorder deduplicated by arguments per run, not across runs, so the frozen call snapshot arrived with 12,208 lines (43% of 28,266) that repeat an earlier line byte for byte. Every one re-asserts what its first occurrence already asserts, and `crates/core/tests/vectors.rs` replays line by line with no count anywhere, so removing them changes nothing it checks: the replay still reports 8,321 pass, 0 fail. Duplicates were removed with `awk '!seen[$0]++'`, keeping first occurrences and file order, and every changed file was checked to equal that transform of its old contents. No line was added, reordered, or rewritten, and no vector file gained or lost a distinct call. The tree drops from 9.2 MB to 5.7 MB. Co-Authored-By: Claude Code <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY
This commit is contained in:
co-authored by
Claude Code
parent
80ef6bf06e
commit
689e5150d9
@@ -12,9 +12,15 @@ Encoding of values JSON cannot carry: `{"$undef":true}`, `{"$nan":true}`,
|
||||
`calls/_skipped.json` names the functions whose calls held DOM-ish objects or
|
||||
closures; those are covered end to end by the `detect` goldens instead.
|
||||
|
||||
`calls/` (about 10 MB) is the frozen snapshot recorded from the JS engine
|
||||
`calls/` (about 6 MB) is the frozen snapshot recorded from the JS engine
|
||||
right before it left the tree with the launcher swap. It can never be
|
||||
regenerated: the modules `record-calls.mjs`, `hooks.mjs`, `hooks-impl.mjs`,
|
||||
and `recorder.mjs` instrumented no longer exist here, and those scripts stay
|
||||
only as the historical record of how the vectors were produced. Treat the
|
||||
directory as read-only test data for the engine's rule-level parity checks.
|
||||
|
||||
The recorder deduplicated per run, not across runs, so the snapshot arrived
|
||||
with 12,208 byte-identical repeat lines (43% of it) that asserted nothing the
|
||||
first occurrence did not. Those were removed once, keeping first occurrences
|
||||
and file order. That is the only edit the snapshot accepts: every remaining
|
||||
line is a distinct call, and no line may be added, reordered, or rewritten.
|
||||
|
||||
-3004
File diff suppressed because it is too large
Load Diff
@@ -90,77 +90,3 @@
|
||||
{"args":["align-content"],"result":"alignContent"}
|
||||
{"args":["background-position"],"result":"backgroundPosition"}
|
||||
{"args":["isolation"],"result":"isolation"}
|
||||
{"args":["color"],"result":"color"}
|
||||
{"args":["font-family"],"result":"fontFamily"}
|
||||
{"args":["width"],"result":"width"}
|
||||
{"args":["height"],"result":"height"}
|
||||
{"args":["border-radius"],"result":"borderRadius"}
|
||||
{"args":["color"],"result":"color"}
|
||||
{"args":["font-family"],"result":"fontFamily"}
|
||||
{"args":["font-family"],"result":"fontFamily"}
|
||||
{"args":["font-size"],"result":"fontSize"}
|
||||
{"args":["margin-bottom"],"result":"marginBottom"}
|
||||
{"args":["color"],"result":"color"}
|
||||
{"args":["padding-bottom"],"result":"paddingBottom"}
|
||||
{"args":["text-transform"],"result":"textTransform"}
|
||||
{"args":["letter-spacing"],"result":"letterSpacing"}
|
||||
{"args":["max-width"],"result":"maxWidth"}
|
||||
{"args":["display"],"result":"display"}
|
||||
{"args":["gap"],"result":"gap"}
|
||||
{"args":["border-radius"],"result":"borderRadius"}
|
||||
{"args":["box-shadow"],"result":"boxShadow"}
|
||||
{"args":["font-weight"],"result":"fontWeight"}
|
||||
{"args":["margin-top"],"result":"marginTop"}
|
||||
{"args":["border-left-width"],"result":"borderLeftWidth"}
|
||||
{"args":["border-left-style"],"result":"borderLeftStyle"}
|
||||
{"args":["border-left-color"],"result":"borderLeftColor"}
|
||||
{"args":["border-right-width"],"result":"borderRightWidth"}
|
||||
{"args":["border-right-style"],"result":"borderRightStyle"}
|
||||
{"args":["border-right-color"],"result":"borderRightColor"}
|
||||
{"args":["line-height"],"result":"lineHeight"}
|
||||
{"args":["grid-template-columns"],"result":"gridTemplateColumns"}
|
||||
{"args":["background-color"],"result":"backgroundColor"}
|
||||
{"args":["text-decoration"],"result":"textDecoration"}
|
||||
{"args":["-webkit-background-clip"],"result":"webkitBackgroundClip"}
|
||||
{"args":["background-clip"],"result":"backgroundClip"}
|
||||
{"args":["-webkit-text-fill-color"],"result":"WebkitTextFillColor"}
|
||||
{"args":["background-image"],"result":"backgroundImage"}
|
||||
{"args":["background-size"],"result":"backgroundSize"}
|
||||
{"args":["width"],"result":"width"}
|
||||
{"args":["opacity"],"result":"opacity"}
|
||||
{"args":["padding-left"],"result":"paddingLeft"}
|
||||
{"args":["font-style"],"result":"fontStyle"}
|
||||
{"args":["overflow"],"result":"overflow"}
|
||||
{"args":["margin-left"],"result":"marginLeft"}
|
||||
{"args":["position"],"result":"position"}
|
||||
{"args":["left"],"result":"left"}
|
||||
{"args":["top"],"result":"top"}
|
||||
{"args":["height"],"result":"height"}
|
||||
{"args":["overflow-x"],"result":"overflowX"}
|
||||
{"args":["cursor"],"result":"cursor"}
|
||||
{"args":["border-collapse"],"result":"borderCollapse"}
|
||||
{"args":["text-align"],"result":"textAlign"}
|
||||
{"args":["margin-right"],"result":"marginRight"}
|
||||
{"args":["min-width"],"result":"minWidth"}
|
||||
{"args":["align-items"],"result":"alignItems"}
|
||||
{"args":["justify-content"],"result":"justifyContent"}
|
||||
{"args":["flex-shrink"],"result":"flexShrink"}
|
||||
{"args":["flex-wrap"],"result":"flexWrap"}
|
||||
{"args":["vertical-align"],"result":"verticalAlign"}
|
||||
{"args":["clip"],"result":"clip"}
|
||||
{"args":["visibility"],"result":"visibility"}
|
||||
{"args":["hyphens"],"result":"hyphens"}
|
||||
{"args":["-webkit-hyphens"],"result":"webkitHyphens"}
|
||||
{"args":["min-height"],"result":"minHeight"}
|
||||
{"args":["font-variant"],"result":"fontVariant"}
|
||||
{"args":["transition-property"],"result":"transitionProperty"}
|
||||
{"args":["transition-duration"],"result":"transitionDuration"}
|
||||
{"args":["text-shadow"],"result":"textShadow"}
|
||||
{"args":["flex-direction"],"result":"flexDirection"}
|
||||
{"args":["list-style"],"result":"listStyle"}
|
||||
{"args":["outline-offset"],"result":"outlineOffset"}
|
||||
{"args":["right"],"result":"right"}
|
||||
{"args":["inset"],"result":"inset"}
|
||||
{"args":["bottom"],"result":"bottom"}
|
||||
{"args":["mask-image"],"result":"maskImage"}
|
||||
{"args":["transform"],"result":"transform"}
|
||||
|
||||
-68
@@ -105,71 +105,3 @@
|
||||
{"args":[["22px","0","6px"]],"result":["22px","0","6px","0"]}
|
||||
{"args":[["0","0","2px"]],"result":["0","0","2px","0"]}
|
||||
{"args":[["28px"]],"result":["28px","28px","28px","28px"]}
|
||||
{"args":[["2rem"]],"result":["2rem","2rem","2rem","2rem"]}
|
||||
{"args":[["2.5rem","0","0.75rem"]],"result":["2.5rem","0","0.75rem","0"]}
|
||||
{"args":[["1rem"]],"result":["1rem","1rem","1rem","1rem"]}
|
||||
{"args":[["1.5rem"]],"result":["1.5rem","1.5rem","1.5rem","1.5rem"]}
|
||||
{"args":[["0.125rem","0.5rem"]],"result":["0.125rem","0.5rem","0.125rem","0.5rem"]}
|
||||
{"args":[["0"]],"result":["0","0","0","0"]}
|
||||
{"args":[["24px"]],"result":["24px","24px","24px","24px"]}
|
||||
{"args":[["0","auto","8px"]],"result":["0","auto","8px","auto"]}
|
||||
{"args":[["0","auto","24px"]],"result":["0","auto","24px","auto"]}
|
||||
{"args":[["0","auto"]],"result":["0","auto","0","auto"]}
|
||||
{"args":[["0","0","14px"]],"result":["0","0","14px","0"]}
|
||||
{"args":[["16px"]],"result":["16px","16px","16px","16px"]}
|
||||
{"args":[["0","0","4px"]],"result":["0","0","4px","0"]}
|
||||
{"args":[["0","0","16px"]],"result":["0","0","16px","0"]}
|
||||
{"args":[["24px","0","8px"]],"result":["24px","0","8px","0"]}
|
||||
{"args":[["14px","16px"]],"result":["14px","16px","14px","16px"]}
|
||||
{"args":[["9px","18px"]],"result":["9px","18px","9px","18px"]}
|
||||
{"args":[["10px","20px"]],"result":["10px","20px","10px","20px"]}
|
||||
{"args":[["2px","8px"]],"result":["2px","8px","2px","8px"]}
|
||||
{"args":[["1px","4px"]],"result":["1px","4px","1px","4px"]}
|
||||
{"args":[["12px"]],"result":["12px","12px","12px","12px"]}
|
||||
{"args":[["20px"]],"result":["20px","20px","20px","20px"]}
|
||||
{"args":[["8px","0","0"]],"result":["8px","0","0","0"]}
|
||||
{"args":[["40px"]],"result":["40px","40px","40px","40px"]}
|
||||
{"args":[["16px","20px"]],"result":["16px","20px","16px","20px"]}
|
||||
{"args":[["0","0","24px"]],"result":["0","0","24px","0"]}
|
||||
{"args":[["8px","16px"]],"result":["8px","16px","8px","16px"]}
|
||||
{"args":[["48px"]],"result":["48px","48px","48px","48px"]}
|
||||
{"args":[["0","0","32px"]],"result":["0","0","32px","0"]}
|
||||
{"args":[["0","0","12px"]],"result":["0","0","12px","0"]}
|
||||
{"args":[["18px","22px"]],"result":["18px","22px","18px","22px"]}
|
||||
{"args":[["2rem","0","0.75rem"]],"result":["2rem","0","0.75rem","0"]}
|
||||
{"args":[["0.75rem","1rem"]],"result":["0.75rem","1rem","0.75rem","1rem"]}
|
||||
{"args":[["0.5rem","0.75rem"]],"result":["0.5rem","0.75rem","0.5rem","0.75rem"]}
|
||||
{"args":[["0.125rem","0","0"]],"result":["0.125rem","0","0","0"]}
|
||||
{"args":[["0.75rem","1.25rem"]],"result":["0.75rem","1.25rem","0.75rem","1.25rem"]}
|
||||
{"args":[["0.5rem"]],"result":["0.5rem","0.5rem","0.5rem","0.5rem"]}
|
||||
{"args":[["12px","16px"]],"result":["12px","16px","12px","16px"]}
|
||||
{"args":[["8px"]],"result":["8px","8px","8px","8px"]}
|
||||
{"args":[["22px"]],"result":["22px","22px","22px","22px"]}
|
||||
{"args":[["0","0","8px"]],"result":["0","0","8px","0"]}
|
||||
{"args":[["0","0","10px"]],"result":["0","0","10px","0"]}
|
||||
{"args":[["32px","0","10px"]],"result":["32px","0","10px","0"]}
|
||||
{"args":[["22px","0","6px"]],"result":["22px","0","6px","0"]}
|
||||
{"args":[["12px","14px"]],"result":["12px","14px","12px","14px"]}
|
||||
{"args":[["#00a982"]],"result":["#00a982","#00a982","#00a982","#00a982"]}
|
||||
{"args":[["0","0","18px"]],"result":["0","0","18px","0"]}
|
||||
{"args":[["6px","0"]],"result":["6px","0","6px","0"]}
|
||||
{"args":[["6px","10px"]],"result":["6px","10px","6px","10px"]}
|
||||
{"args":[["12px","0","0"]],"result":["12px","0","0","0"]}
|
||||
{"args":[["4px","12px"]],"result":["4px","12px","4px","12px"]}
|
||||
{"args":[["32px"]],"result":["32px","32px","32px","32px"]}
|
||||
{"args":[["4px","0","0"]],"result":["4px","0","0","0"]}
|
||||
{"args":[["28px","0","10px"]],"result":["28px","0","10px","0"]}
|
||||
{"args":[["28px","0","0"]],"result":["28px","0","0","0"]}
|
||||
{"args":[["6px","12px"]],"result":["6px","12px","6px","12px"]}
|
||||
{"args":[["12px","16px","12px","0"]],"result":["12px","16px","12px","0"]}
|
||||
{"args":[["24px","0","0"]],"result":["24px","0","0","0"]}
|
||||
{"args":[["18px","20px"]],"result":["18px","20px","18px","20px"]}
|
||||
{"args":[["14px","18px"]],"result":["14px","18px","14px","18px"]}
|
||||
{"args":[["16px","18px","4px"]],"result":["16px","18px","4px","18px"]}
|
||||
{"args":[["0","18px","16px"]],"result":["0","18px","16px","18px"]}
|
||||
{"args":[["18px"]],"result":["18px","18px","18px","18px"]}
|
||||
{"args":[["14px"]],"result":["14px","14px","14px","14px"]}
|
||||
{"args":[["0","0","20px"]],"result":["0","0","20px","0"]}
|
||||
{"args":[["32px","24px","40px"]],"result":["32px","24px","40px","24px"]}
|
||||
{"args":[["28px","0","8px"]],"result":["28px","0","8px","0"]}
|
||||
{"args":[["40px","24px"]],"result":["40px","24px","40px","24px"]}
|
||||
|
||||
-772
@@ -1034,779 +1034,7 @@
|
||||
{"args":["color","rgb(31, 35, 42)"],"result":[["color","rgb(31, 35, 42)"]]}
|
||||
{"args":["color","rgb(246, 242, 232)"],"result":[["color","rgb(246, 242, 232)"]]}
|
||||
{"args":["color","rgb(35, 31, 27)"],"result":[["color","rgb(35, 31, 27)"]]}
|
||||
{"args":["color","#ff00aa"],"result":[["color","#ff00aa"]]}
|
||||
{"args":["font-family","Verdana"],"result":[["fontFamily","Verdana"]]}
|
||||
{"args":["font-family","Verdana,sans-serif"],"result":[["fontFamily","Verdana,sans-serif"]]}
|
||||
{"args":["font-family","Inter,sans-serif"],"result":[["fontFamily","Inter,sans-serif"]]}
|
||||
{"args":["width","8px"],"result":[["width","8px"]]}
|
||||
{"args":["height","8px"],"result":[["height","8px"]]}
|
||||
{"args":["border-radius","50%"],"result":[["borderRadius","50%"]]}
|
||||
{"args":["animation","blink 1s infinite"],"result":[["animationName","blink"]]}
|
||||
{"args":["color","#ff00aa"],"result":[["color","#ff00aa"]]}
|
||||
{"args":["font-family","Verdana"],"result":[["fontFamily","Verdana"]]}
|
||||
{"args":["font-family","system-ui,sans-serif"],"result":[["fontFamily","system-ui,sans-serif"]]}
|
||||
{"args":["background","#f9fafb"],"result":[["backgroundColor","#f9fafb"]]}
|
||||
{"args":["padding","2rem"],"result":[["paddingTop","2rem"],["paddingRight","2rem"],["paddingBottom","2rem"],["paddingLeft","2rem"]]}
|
||||
{"args":["font-size","2rem"],"result":[["fontSize","2rem"]]}
|
||||
{"args":["margin-bottom","0.5rem"],"result":[["marginBottom","0.5rem"]]}
|
||||
{"args":["font-size","0.875rem"],"result":[["fontSize","0.875rem"]]}
|
||||
{"args":["margin","2.5rem 0 0.75rem"],"result":[["marginTop","2.5rem"],["marginRight","0"],["marginBottom","0.75rem"],["marginLeft","0"]]}
|
||||
{"args":["color","#4b5563"],"result":[["color","#4b5563"]]}
|
||||
{"args":["border-bottom","1px solid #e5e7eb"],"result":[["borderBottomWidth","1px"],["borderBottomColor","#e5e7eb"]]}
|
||||
{"args":["padding-bottom","0.5rem"],"result":[["paddingBottom","0.5rem"]]}
|
||||
{"args":["text-transform","uppercase"],"result":[["textTransform","uppercase"]]}
|
||||
{"args":["letter-spacing","0.08em"],"result":[["letterSpacing","0.08em"]]}
|
||||
{"args":["color","#6b7280"],"result":[["color","#6b7280"]]}
|
||||
{"args":["margin-bottom","2rem"],"result":[["marginBottom","2rem"]]}
|
||||
{"args":["max-width","36rem"],"result":[]}
|
||||
{"args":["display","grid"],"result":[["display","grid"]]}
|
||||
{"args":["gap","1rem"],"result":[]}
|
||||
{"args":["max-width","28rem"],"result":[]}
|
||||
{"args":["background","white"],"result":[["backgroundColor","white"]]}
|
||||
{"args":["padding","1rem"],"result":[["paddingTop","1rem"],["paddingRight","1rem"],["paddingBottom","1rem"],["paddingLeft","1rem"]]}
|
||||
{"args":["border-radius","0.375rem"],"result":[["borderRadius","0.375rem"]]}
|
||||
{"args":["box-shadow","0 1px 3px rgba(0,0,0,0.1)"],"result":[["boxShadow","0 1px 3px rgba(0,0,0,0.1)"]]}
|
||||
{"args":["font-weight","600"],"result":[["fontWeight","600"]]}
|
||||
{"args":["color","#111827"],"result":[["color","#111827"]]}
|
||||
{"args":["font-size","0.8125rem"],"result":[["fontSize","0.8125rem"]]}
|
||||
{"args":["margin-top","0.25rem"],"result":[["marginTop","0.25rem"]]}
|
||||
{"args":["border-left","4px solid #3b82f6"],"result":[["borderLeftWidth","4px"],["borderLeftColor","#3b82f6"]]}
|
||||
{"args":["border-right","5px solid #8b5cf6"],"result":[["borderRightWidth","5px"],["borderRightColor","#8b5cf6"]]}
|
||||
{"args":["border-left-width","3px"],"result":[["borderLeftWidth","3px"]]}
|
||||
{"args":["border-left-style","solid"],"result":[]}
|
||||
{"args":["border-left-color","#10b981"],"result":[["borderLeftColor","#10b981"]]}
|
||||
{"args":["border-right-width","6px"],"result":[["borderRightWidth","6px"]]}
|
||||
{"args":["border-right-style","solid"],"result":[]}
|
||||
{"args":["border-right-color","#ef4444"],"result":[["borderRightColor","#ef4444"]]}
|
||||
{"args":["border-radius","12px"],"result":[["borderRadius","12px"]]}
|
||||
{"args":["border-top","4px solid #3b82f6"],"result":[["borderTopWidth","4px"],["borderTopColor","#3b82f6"]]}
|
||||
{"args":["border-bottom","3px solid #8b5cf6"],"result":[["borderBottomWidth","3px"],["borderBottomColor","#8b5cf6"]]}
|
||||
{"args":["background","#1f2937"],"result":[["backgroundColor","#1f2937"]]}
|
||||
{"args":["border-left","4px solid #f472b6"],"result":[["borderLeftWidth","4px"],["borderLeftColor","#f472b6"]]}
|
||||
{"args":["color","white"],"result":[["color","white"]]}
|
||||
{"args":["color","#9ca3af"],"result":[["color","#9ca3af"]]}
|
||||
{"args":["font-size","1.5rem"],"result":[["fontSize","1.5rem"]]}
|
||||
{"args":["font-size","1.125rem"],"result":[["fontSize","1.125rem"]]}
|
||||
{"args":["padding","1.5rem"],"result":[["paddingTop","1.5rem"],["paddingRight","1.5rem"],["paddingBottom","1.5rem"],["paddingLeft","1.5rem"]]}
|
||||
{"args":["border-radius","0.5rem"],"result":[["borderRadius","0.5rem"]]}
|
||||
{"args":["margin-bottom","1rem"],"result":[["marginBottom","1rem"]]}
|
||||
{"args":["display","inline-block"],"result":[["display","inline-block"]]}
|
||||
{"args":["font-size","0.75rem"],"result":[["fontSize","0.75rem"]]}
|
||||
{"args":["padding","0.125rem 0.5rem"],"result":[["paddingTop","0.125rem"],["paddingRight","0.5rem"],["paddingBottom","0.125rem"],["paddingLeft","0.5rem"]]}
|
||||
{"args":["border-radius","9999px"],"result":[["borderRadius","9999px"]]}
|
||||
{"args":["background","#dbeafe"],"result":[["backgroundColor","#dbeafe"]]}
|
||||
{"args":["color","#1d4ed8"],"result":[["color","#1d4ed8"]]}
|
||||
{"args":["border-left","1px solid #3b82f6"],"result":[["borderLeftWidth","1px"],["borderLeftColor","#3b82f6"]]}
|
||||
{"args":["border-right","2px solid #8b5cf6"],"result":[["borderRightWidth","2px"],["borderRightColor","#8b5cf6"]]}
|
||||
{"args":["border","1px solid #e5e7eb"],"result":[["borderTopWidth","1px"],["borderTopColor","#e5e7eb"],["borderRightWidth","1px"],["borderRightColor","#e5e7eb"],["borderBottomWidth","1px"],["borderBottomColor","#e5e7eb"],["borderLeftWidth","1px"],["borderLeftColor","#e5e7eb"]]}
|
||||
{"args":["border-top","1px solid #3b82f6"],"result":[["borderTopWidth","1px"],["borderTopColor","#3b82f6"]]}
|
||||
{"args":["border-bottom","2px solid #10b981"],"result":[["borderBottomWidth","2px"],["borderBottomColor","#10b981"]]}
|
||||
{"args":["border-left","1px solid #10b981"],"result":[["borderLeftWidth","1px"],["borderLeftColor","#10b981"]]}
|
||||
{"args":["border","1px solid #374151"],"result":[["borderTopWidth","1px"],["borderTopColor","#374151"],["borderRightWidth","1px"],["borderRightColor","#374151"],["borderBottomWidth","1px"],["borderBottomColor","#374151"],["borderLeftWidth","1px"],["borderLeftColor","#374151"]]}
|
||||
{"args":["background","#111827"],"result":[["backgroundColor","#111827"]]}
|
||||
{"args":["border-bottom","2px solid #6366f1"],"result":[["borderBottomWidth","2px"],["borderBottomColor","#6366f1"]]}
|
||||
{"args":["background","#1e293b"],"result":[["backgroundColor","#1e293b"]]}
|
||||
{"args":["box-shadow","0 4px 6px rgba(0,0,0,0.3)"],"result":[["boxShadow","0 4px 6px rgba(0,0,0,0.3)"]]}
|
||||
{"args":["color","#94a3b8"],"result":[["color","#94a3b8"]]}
|
||||
{"args":["margin","0"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","0"],["marginLeft","0"]]}
|
||||
{"args":["padding","24px"],"result":[["paddingTop","24px"],["paddingRight","24px"],["paddingBottom","24px"],["paddingLeft","24px"]]}
|
||||
{"args":["background","#f8fafc"],"result":[["backgroundColor","#f8fafc"]]}
|
||||
{"args":["font","14px/1.5 system-ui,sans-serif"],"result":[["fontSize","14px"],["lineHeight","1.5"],["fontFamily","system-ui,sans-serif"]]}
|
||||
{"args":["max-width","1180px"],"result":[]}
|
||||
{"args":["margin","0 auto 8px"],"result":[["marginTop","0"],["marginRight","auto"],["marginBottom","8px"],["marginLeft","auto"]]}
|
||||
{"args":["font-size","34px"],"result":[["fontSize","34px"]]}
|
||||
{"args":["line-height","1.05"],"result":[["lineHeight","1.05"]]}
|
||||
{"args":["font-weight","720"],"result":[["fontWeight","720"]]}
|
||||
{"args":["margin","0 auto 24px"],"result":[["marginTop","0"],["marginRight","auto"],["marginBottom","24px"],["marginLeft","auto"]]}
|
||||
{"args":["grid-template-columns","minmax(0,1fr) minmax(0,1fr)"],"result":[]}
|
||||
{"args":["gap","32px"],"result":[]}
|
||||
{"args":["margin","0 auto"],"result":[["marginTop","0"],["marginRight","auto"],["marginBottom","0"],["marginLeft","auto"]]}
|
||||
{"args":["margin","0 0 14px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","14px"],["marginLeft","0"]]}
|
||||
{"args":["color","#475569"],"result":[["color","#475569"]]}
|
||||
{"args":["font-size","13px"],"result":[["fontSize","13px"]]}
|
||||
{"args":["font-weight","760"],"result":[["fontWeight","760"]]}
|
||||
{"args":["padding","16px"],"result":[["paddingTop","16px"],["paddingRight","16px"],["paddingBottom","16px"],["paddingLeft","16px"]]}
|
||||
{"args":["background","#fdfdfd"],"result":[["backgroundColor","#fdfdfd"]]}
|
||||
{"args":["box-shadow","0 1px 2px rgba(15,23,42,0.06)"],"result":[["boxShadow","0 1px 2px rgba(15,23,42,0.06)"]]}
|
||||
{"args":["margin","0 0 4px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","4px"],["marginLeft","0"]]}
|
||||
{"args":["font-size","15px"],"result":[["fontSize","15px"]]}
|
||||
{"args":["line-height","1.25"],"result":[["lineHeight","1.25"]]}
|
||||
{"args":["border-left","4px solid #2563eb"],"result":[["borderLeftWidth","4px"],["borderLeftColor","#2563eb"]]}
|
||||
{"args":["border-radius","10px"],"result":[["borderRadius","10px"]]}
|
||||
{"args":["border-right","5px solid #dc2626"],"result":[["borderRightWidth","5px"],["borderRightColor","#dc2626"]]}
|
||||
{"args":["border-left","4px solid #0f766e"],"result":[["borderLeftWidth","4px"],["borderLeftColor","#0f766e"]]}
|
||||
{"args":["border-top","4px solid #7c3aed"],"result":[["borderTopWidth","4px"],["borderTopColor","#7c3aed"]]}
|
||||
{"args":["border-bottom","3px solid #ea580c"],"result":[["borderBottomWidth","3px"],["borderBottomColor","#ea580c"]]}
|
||||
{"args":["background","#141820"],"result":[["backgroundColor","#141820"]]}
|
||||
{"args":["color","#f4f7fb"],"result":[["color","#f4f7fb"]]}
|
||||
{"args":["border-left","4px solid #38bdf8"],"result":[["borderLeftWidth","4px"],["borderLeftColor","#38bdf8"]]}
|
||||
{"args":["color","#cbd5e1"],"result":[["color","#cbd5e1"]]}
|
||||
{"args":["border","1px solid #cbd5e1"],"result":[["borderTopWidth","1px"],["borderTopColor","#cbd5e1"],["borderRightWidth","1px"],["borderRightColor","#cbd5e1"],["borderBottomWidth","1px"],["borderBottomColor","#cbd5e1"],["borderLeftWidth","1px"],["borderLeftColor","#cbd5e1"]]}
|
||||
{"args":["border-left","4px solid #d1d5db"],"result":[["borderLeftWidth","4px"],["borderLeftColor","#d1d5db"]]}
|
||||
{"args":["border-left","1px solid #2563eb"],"result":[["borderLeftWidth","1px"],["borderLeftColor","#2563eb"]]}
|
||||
{"args":["border-radius","0"],"result":[["borderRadius","0"]]}
|
||||
{"args":["border-bottom","3px solid #2563eb"],"result":[["borderBottomWidth","3px"],["borderBottomColor","#2563eb"]]}
|
||||
{"args":["border-top","16px solid #7c3aed"],"result":[["borderTopWidth","16px"],["borderTopColor","#7c3aed"]]}
|
||||
{"args":["background","#161a22"],"result":[["backgroundColor","#161a22"]]}
|
||||
{"args":["border","1px solid #334155"],"result":[["borderTopWidth","1px"],["borderTopColor","#334155"],["borderRightWidth","1px"],["borderRightColor","#334155"],["borderBottomWidth","1px"],["borderBottomColor","#334155"],["borderLeftWidth","1px"],["borderLeftColor","#334155"]]}
|
||||
{"args":["max-width","1080px"],"result":[]}
|
||||
{"args":["gap","14px"],"result":[]}
|
||||
{"args":["border-top","3px solid #8b5cf6"],"result":[["borderTopWidth","3px"],["borderTopColor","#8b5cf6"]]}
|
||||
{"args":["border-top","4px solid #8b5cf6"],"result":[["borderTopWidth","4px"],["borderTopColor","#8b5cf6"]]}
|
||||
{"args":["font-family","'Inter', sans-serif"],"result":[["fontFamily","'Inter', sans-serif"]]}
|
||||
{"args":["font-size","14px"],"result":[["fontSize","14px"]]}
|
||||
{"args":["border-radius","8px"],"result":[["borderRadius","8px"]]}
|
||||
{"args":["font-size","16px"],"result":[["fontSize","16px"]]}
|
||||
{"args":["background","#fafafa"],"result":[["backgroundColor","#fafafa"]]}
|
||||
{"args":["color","#1a1a1a"],"result":[["color","#1a1a1a"]]}
|
||||
{"args":["grid-template-columns","1fr 1fr"],"result":[]}
|
||||
{"args":["max-width","1200px"],"result":[]}
|
||||
{"args":["letter-spacing","0.05em"],"result":[["letterSpacing","0.05em"]]}
|
||||
{"args":["margin","0 0 16px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","16px"],["marginLeft","0"]]}
|
||||
{"args":["font-size","11px"],"result":[["fontSize","11px"]]}
|
||||
{"args":["margin","24px 0 8px"],"result":[["marginTop","24px"],["marginRight","0"],["marginBottom","8px"],["marginLeft","0"]]}
|
||||
{"args":["color","#64748b"],"result":[["color","#64748b"]]}
|
||||
{"args":["padding","14px 16px"],"result":[["paddingTop","14px"],["paddingRight","16px"],["paddingBottom","14px"],["paddingLeft","16px"]]}
|
||||
{"args":["margin-bottom","10px"],"result":[["marginBottom","10px"]]}
|
||||
{"args":["background-color","rgb(31,26,21)"],"result":[["backgroundColor","rgb(31,26,21)"]]}
|
||||
{"args":["color","rgb(91,79,68)"],"result":[["color","rgb(91,79,68)"]]}
|
||||
{"args":["padding","9px 18px"],"result":[["paddingTop","9px"],["paddingRight","18px"],["paddingBottom","9px"],["paddingLeft","18px"]]}
|
||||
{"args":["border-radius","999px"],"result":[["borderRadius","999px"]]}
|
||||
{"args":["font-weight","500"],"result":[["fontWeight","500"]]}
|
||||
{"args":["text-decoration","none"],"result":[]}
|
||||
{"args":["background-color","rgb(55,65,81)"],"result":[["backgroundColor","rgb(55,65,81)"]]}
|
||||
{"args":["color","rgb(108,114,128)"],"result":[["color","rgb(108,114,128)"]]}
|
||||
{"args":["padding","10px 20px"],"result":[["paddingTop","10px"],["paddingRight","20px"],["paddingBottom","10px"],["paddingLeft","20px"]]}
|
||||
{"args":["border","0"],"result":[]}
|
||||
{"args":["background-color","rgb(20,20,25)"],"result":[["backgroundColor","rgb(20,20,25)"]]}
|
||||
{"args":["color","rgb(245,240,232)"],"result":[["color","rgb(245,240,232)"]]}
|
||||
{"args":["color","rgb(170,170,170)"],"result":[["color","rgb(170,170,170)"]]}
|
||||
{"args":["background-color","rgb(182,50,45)"],"result":[["backgroundColor","rgb(182,50,45)"]]}
|
||||
{"args":["color","rgb(92,84,73)"],"result":[["color","rgb(92,84,73)"]]}
|
||||
{"args":["font-weight","700"],"result":[["fontWeight","700"]]}
|
||||
{"args":["padding","2px 8px"],"result":[["paddingTop","2px"],["paddingRight","8px"],["paddingBottom","2px"],["paddingLeft","8px"]]}
|
||||
{"args":["border-radius","2px"],"result":[["borderRadius","2px"]]}
|
||||
{"args":["color","rgb(150,60,55)"],"result":[["color","rgb(150,60,55)"]]}
|
||||
{"args":["font-size","8px"],"result":[["fontSize","8px"]]}
|
||||
{"args":["padding","1px 4px"],"result":[["paddingTop","1px"],["paddingRight","4px"],["paddingBottom","1px"],["paddingLeft","4px"]]}
|
||||
{"args":["background","rgb(28,30,38)"],"result":[["backgroundColor","rgb(28,30,38)"]]}
|
||||
{"args":["color","rgb(230,232,237)"],"result":[["color","rgb(230,232,237)"]]}
|
||||
{"args":["padding","12px"],"result":[["paddingTop","12px"],["paddingRight","12px"],["paddingBottom","12px"],["paddingLeft","12px"]]}
|
||||
{"args":["background","rgb(246,242,244)"],"result":[["backgroundColor","rgb(246,242,244)"]]}
|
||||
{"args":["border-radius","3px"],"result":[["borderRadius","3px"]]}
|
||||
{"args":["background","none"],"result":[["backgroundColor","rgba(0, 0, 0, 0)"],["backgroundImage","none"]]}
|
||||
{"args":["background","linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)"],"result":[["backgroundImage","linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)"]]}
|
||||
{"args":["-webkit-background-clip","text"],"result":[["webkitBackgroundClip","text"]]}
|
||||
{"args":["background-clip","text"],"result":[["backgroundClip","text"]]}
|
||||
{"args":["-webkit-text-fill-color","transparent"],"result":[]}
|
||||
{"args":["color","#e8e6e3"],"result":[["color","#e8e6e3"]]}
|
||||
{"args":["font-size","40px"],"result":[["fontSize","40px"]]}
|
||||
{"args":["font-weight","800"],"result":[["fontWeight","800"]]}
|
||||
{"args":["background","#0f0f11"],"result":[["backgroundColor","#0f0f11"]]}
|
||||
{"args":["background","linear-gradient(160deg,rgba(52,192,168,0.09) 0%,#141419 65%)"],"result":[["backgroundImage","linear-gradient(160deg,rgba(52,192,168,0.09) 0%,#141419 65%)"]]}
|
||||
{"args":["padding","20px"],"result":[["paddingTop","20px"],["paddingRight","20px"],["paddingBottom","20px"],["paddingLeft","20px"]]}
|
||||
{"args":["font-size","18px"],"result":[["fontSize","18px"]]}
|
||||
{"args":["color","#8e8c89"],"result":[["color","#8e8c89"]]}
|
||||
{"args":["background","linear-gradient(160deg,color-mix(in oklab,oklch(90%0.02 95) 16%,transparent) 0%,#141419 65%)"],"result":[["backgroundImage","linear-gradient(160deg,color-mix(in oklab,oklch(90%0.02 95) 16%,transparent) 0%,#141419 65%)"]]}
|
||||
{"args":["color","#ded9cf"],"result":[["color","#ded9cf"]]}
|
||||
{"args":["--fixture-bone","#e8e2d6"],"result":[["--fixture-bone","#e8e2d6"]]}
|
||||
{"args":["background-color","currentcolor"],"result":[["backgroundColor","currentcolor"]]}
|
||||
{"args":["color","var(--fixture-bone)"],"result":[["color","var(--fixture-bone)"]]}
|
||||
{"args":["color","#cfc9bd"],"result":[["color","#cfc9bd"]]}
|
||||
{"args":["color","#3a352c"],"result":[["color","#3a352c"]]}
|
||||
{"args":["color","var(--fixture-undefined-token)"],"result":[["color","var(--fixture-undefined-token)"]]}
|
||||
{"args":["color","#efe9dd"],"result":[["color","#efe9dd"]]}
|
||||
{"args":["background","#000000"],"result":[["backgroundColor","#000000"]]}
|
||||
{"args":["background","rgb(59, 130, 246)"],"result":[["backgroundColor","rgb(59, 130, 246)"]]}
|
||||
{"args":["color","rgb(150, 150, 150)"],"result":[["color","rgb(150, 150, 150)"]]}
|
||||
{"args":["background","rgb(16, 185, 129)"],"result":[["backgroundColor","rgb(16, 185, 129)"]]}
|
||||
{"args":["color","rgb(180, 180, 180)"],"result":[["color","rgb(180, 180, 180)"]]}
|
||||
{"args":["color","rgb(200, 200, 200)"],"result":[["color","rgb(200, 200, 200)"]]}
|
||||
{"args":["background","rgb(30, 30, 30)"],"result":[["backgroundColor","rgb(30, 30, 30)"]]}
|
||||
{"args":["color","rgb(80, 80, 80)"],"result":[["color","rgb(80, 80, 80)"]]}
|
||||
{"args":["background","linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)"],"result":[["backgroundImage","linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)"]]}
|
||||
{"args":["color","#808080"],"result":[["color","#808080"]]}
|
||||
{"args":["font-size","32px"],"result":[["fontSize","32px"]]}
|
||||
{"args":["color","#666666"],"result":[["color","#666666"]]}
|
||||
{"args":["background","linear-gradient(135deg, #667eea, #764ba2)"],"result":[["backgroundImage","linear-gradient(135deg, #667eea, #764ba2)"]]}
|
||||
{"args":["color","rgb(139, 92, 246)"],"result":[["color","rgb(139, 92, 246)"]]}
|
||||
{"args":["background","black"],"result":[["backgroundColor","black"]]}
|
||||
{"args":["color","rgb(156, 163, 175)"],"result":[["color","rgb(156, 163, 175)"]]}
|
||||
{"args":["color","rgb(168, 85, 247)"],"result":[["color","rgb(168, 85, 247)"]]}
|
||||
{"args":["background","linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))"],"result":[["backgroundImage","linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))"]]}
|
||||
{"args":["background","rgb(26, 26, 30)"],"result":[["backgroundColor","rgb(26, 26, 30)"]]}
|
||||
{"args":["color","rgb(240, 240, 245)"],"result":[["color","rgb(240, 240, 245)"]]}
|
||||
{"args":["background","rgb(250, 250, 252)"],"result":[["backgroundColor","rgb(250, 250, 252)"]]}
|
||||
{"args":["color","rgb(20, 20, 25)"],"result":[["color","rgb(20, 20, 25)"]]}
|
||||
{"args":["background","#ffffff"],"result":[["backgroundColor","#ffffff"]]}
|
||||
{"args":["background","rgb(30, 64, 175)"],"result":[["backgroundColor","rgb(30, 64, 175)"]]}
|
||||
{"args":["color","rgb(5, 46, 32)"],"result":[["color","rgb(5, 46, 32)"]]}
|
||||
{"args":["color","rgb(220, 38, 38)"],"result":[["color","rgb(220, 38, 38)"]]}
|
||||
{"args":["font-size","1.25rem"],"result":[["fontSize","1.25rem"]]}
|
||||
{"args":["color","rgb(180, 83, 9)"],"result":[["color","rgb(180, 83, 9)"]]}
|
||||
{"args":["margin","8px 0 0"],"result":[["marginTop","8px"],["marginRight","0"],["marginBottom","0"],["marginLeft","0"]]}
|
||||
{"args":["background-image","url('data:image/png"],"result":[["backgroundImage","url('data:image/png"]]}
|
||||
{"args":["background-size","cover"],"result":[]}
|
||||
{"args":["color","rgb(255, 255, 255)"],"result":[["color","rgb(255, 255, 255)"]]}
|
||||
{"args":["background","rgba(0,0,0,0.03)"],"result":[["backgroundColor","rgba(0,0,0,0.03)"]]}
|
||||
{"args":["background","rgba(0,0,0,0)"],"result":[["backgroundColor","rgba(0,0,0,0)"]]}
|
||||
{"args":["background","rgba(0,0,0,0.5)"],"result":[["backgroundColor","rgba(0,0,0,0.5)"]]}
|
||||
{"args":["background","#ffe4e6"],"result":[["backgroundColor","#ffe4e6"]]}
|
||||
{"args":["color","#ffe4e6"],"result":[["color","#ffe4e6"]]}
|
||||
{"args":["font-size","24px"],"result":[["fontSize","24px"]]}
|
||||
{"args":["background","#1a1a1a"],"result":[["backgroundColor","#1a1a1a"]]}
|
||||
{"args":["padding","40px"],"result":[["paddingTop","40px"],["paddingRight","40px"],["paddingBottom","40px"],["paddingLeft","40px"]]}
|
||||
{"args":["background","#faf8f4"],"result":[["backgroundColor","#faf8f4"]]}
|
||||
{"args":["font-family","Arial,sans-serif"],"result":[["fontFamily","Arial,sans-serif"]]}
|
||||
{"args":["color","#262421"],"result":[["color","#262421"]]}
|
||||
{"args":["width","420px"],"result":[["width","420px"]]}
|
||||
{"args":["padding","16px 20px"],"result":[["paddingTop","16px"],["paddingRight","20px"],["paddingBottom","16px"],["paddingLeft","20px"]]}
|
||||
{"args":["margin","0 0 24px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","24px"],["marginLeft","0"]]}
|
||||
{"args":["border","1px solid #ddd8d0"],"result":[["borderTopWidth","1px"],["borderTopColor","#ddd8d0"],["borderRightWidth","1px"],["borderRightColor","#ddd8d0"],["borderBottomWidth","1px"],["borderBottomColor","#ddd8d0"],["borderLeftWidth","1px"],["borderLeftColor","#ddd8d0"]]}
|
||||
{"args":["border-left","6px solid #b8422e"],"result":[["borderLeftWidth","6px"],["borderLeftColor","#b8422e"]]}
|
||||
{"args":["border-left-width","4px"],"result":[["borderLeftWidth","4px"]]}
|
||||
{"args":["border-left-width","5px"],"result":[["borderLeftWidth","5px"]]}
|
||||
{"args":["border-left-width","7px"],"result":[["borderLeftWidth","7px"]]}
|
||||
{"args":["border-left-width","8px"],"result":[["borderLeftWidth","8px"]]}
|
||||
{"args":["border-left-width","9px"],"result":[["borderLeftWidth","9px"]]}
|
||||
{"args":["border-left-width","10px"],"result":[["borderLeftWidth","10px"]]}
|
||||
{"args":["border-left-width","11px"],"result":[["borderLeftWidth","11px"]]}
|
||||
{"args":["border-left-width","12px"],"result":[["borderLeftWidth","12px"]]}
|
||||
{"args":["display","flex"],"result":[["display","flex"]]}
|
||||
{"args":["width","max-content"],"result":[["width","max-content"]]}
|
||||
{"args":["animation","ticker-loop 80s linear infinite"],"result":[["animationName","ticker-loop"],["animationTimingFunction","linear"]]}
|
||||
{"args":["padding","8px 16px"],"result":[["paddingTop","8px"],["paddingRight","16px"],["paddingBottom","8px"],["paddingLeft","16px"]]}
|
||||
{"args":["padding","48px"],"result":[["paddingTop","48px"],["paddingRight","48px"],["paddingBottom","48px"],["paddingLeft","48px"]]}
|
||||
{"args":["background","linear-gradient(180deg,oklch(7%0.006 95),oklch(4%0.004 95))"],"result":[["backgroundImage","linear-gradient(180deg,oklch(7%0.006 95),oklch(4%0.004 95))"]]}
|
||||
{"args":["margin","0 0 32px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","32px"],["marginLeft","0"]]}
|
||||
{"args":["width","560px"],"result":[["width","560px"]]}
|
||||
{"args":["color","oklch(30%0 0)"],"result":[["color","oklch(30%0 0)"]]}
|
||||
{"args":["line-height","1.7"],"result":[["lineHeight","1.7"]]}
|
||||
{"args":["color","oklch(32%0 0)"],"result":[["color","oklch(32%0 0)"]]}
|
||||
{"args":["width","480px"],"result":[["width","480px"]]}
|
||||
{"args":["background","rgba(250,249,246,0.88)"],"result":[["backgroundColor","rgba(250,249,246,0.88)"]]}
|
||||
{"args":["border-radius","4px"],"result":[["borderRadius","4px"]]}
|
||||
{"args":["color","oklch(88%0 0)"],"result":[["color","oklch(88%0 0)"]]}
|
||||
{"args":["line-height","1.6"],"result":[["lineHeight","1.6"]]}
|
||||
{"args":["width","640px"],"result":[["width","640px"]]}
|
||||
{"args":["color","oklch(91%0 0)"],"result":[["color","oklch(91%0 0)"]]}
|
||||
{"args":["font-size","48px"],"result":[["fontSize","48px"]]}
|
||||
{"args":["background","oklch(11%0.006 95)"],"result":[["backgroundColor","oklch(11%0.006 95)"]]}
|
||||
{"args":["color","oklch(15%0.01 95)"],"result":[["color","oklch(15%0.01 95)"]]}
|
||||
{"args":["margin","0 0 12px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","12px"],["marginLeft","0"]]}
|
||||
{"args":["width","520px"],"result":[["width","520px"]]}
|
||||
{"args":["background-image","linear-gradient(180deg,#14120f,#0a0908)"],"result":[["backgroundImage","linear-gradient(180deg,#14120f,#0a0908)"]]}
|
||||
{"args":["color","oklch(90%0 0)"],"result":[["color","oklch(90%0 0)"]]}
|
||||
{"args":["width","460px"],"result":[["width","460px"]]}
|
||||
{"args":["padding","18px 22px"],"result":[["paddingTop","18px"],["paddingRight","22px"],["paddingBottom","18px"],["paddingLeft","22px"]]}
|
||||
{"args":["background","linear-gradient(180deg,rgba(255,255,255,0.3),rgba(255,255,255,0.2)),url(/fixtures/antipatterns/no-such-texture.png)center/cover"],"result":[["backgroundImage","linear-gradient(180deg,rgba(255,255,255,0.3),rgba(255,255,255,0.2)),url(/fixtures/antipatterns/no-such-texture.png)center/cover"]]}
|
||||
{"args":["background-image","url(/fixtures/antipatterns/no-such-photo.jpg)"],"result":[["backgroundImage","url(/fixtures/antipatterns/no-such-photo.jpg)"]]}
|
||||
{"args":["color","oklch(20%0 0)"],"result":[["color","oklch(20%0 0)"]]}
|
||||
{"args":["opacity","0"],"result":[["opacity","0"]]}
|
||||
{"args":["margin","2rem 0 0.75rem"],"result":[["marginTop","2rem"],["marginRight","0"],["marginBottom","0.75rem"],["marginLeft","0"]]}
|
||||
{"args":["margin-bottom","1.5rem"],"result":[["marginBottom","1.5rem"]]}
|
||||
{"args":["padding-left","1rem"],"result":[["paddingLeft","1rem"]]}
|
||||
{"args":["font-style","italic"],"result":[["fontStyle","italic"]]}
|
||||
{"args":["width","200px"],"result":[["width","200px"]]}
|
||||
{"args":["overflow","hidden"],"result":[["overflow","hidden"]]}
|
||||
{"args":["display","block"],"result":[["display","block"]]}
|
||||
{"args":["padding","0.75rem 1rem"],"result":[["paddingTop","0.75rem"],["paddingRight","1rem"],["paddingBottom","0.75rem"],["paddingLeft","1rem"]]}
|
||||
{"args":["border-left","3px solid transparent"],"result":[["borderLeftWidth","3px"],["borderLeftColor","transparent"]]}
|
||||
{"args":["border-left","3px solid #3b82f6"],"result":[["borderLeftWidth","3px"],["borderLeftColor","#3b82f6"]]}
|
||||
{"args":["background","#eff6ff"],"result":[["backgroundColor","#eff6ff"]]}
|
||||
{"args":["margin-bottom","0.25rem"],"result":[["marginBottom","0.25rem"]]}
|
||||
{"args":["width","100%"],"result":[["width","100%"]]}
|
||||
{"args":["padding","0.5rem 0.75rem"],"result":[["paddingTop","0.5rem"],["paddingRight","0.75rem"],["paddingBottom","0.5rem"],["paddingLeft","0.75rem"]]}
|
||||
{"args":["border","1px solid #fca5a5"],"result":[["borderTopWidth","1px"],["borderTopColor","#fca5a5"],["borderRightWidth","1px"],["borderRightColor","#fca5a5"],["borderBottomWidth","1px"],["borderBottomColor","#fca5a5"],["borderLeftWidth","1px"],["borderLeftColor","#fca5a5"]]}
|
||||
{"args":["border-left","3px solid #b91c1c"],"result":[["borderLeftWidth","3px"],["borderLeftColor","#b91c1c"]]}
|
||||
{"args":["border-radius","6px"],"result":[["borderRadius","6px"]]}
|
||||
{"args":["outline","none"],"result":[["outlineStyle","none"]]}
|
||||
{"args":["color","#b91c1c"],"result":[["color","#b91c1c"]]}
|
||||
{"args":["border-left","3px solid #e5e7eb"],"result":[["borderLeftWidth","3px"],["borderLeftColor","#e5e7eb"]]}
|
||||
{"args":["padding-left","1.5rem"],"result":[["paddingLeft","1.5rem"]]}
|
||||
{"args":["margin-left","0.75rem"],"result":[["marginLeft","0.75rem"]]}
|
||||
{"args":["position","relative"],"result":[["position","relative"]]}
|
||||
{"args":["padding-bottom","1.5rem"],"result":[["paddingBottom","1.5rem"]]}
|
||||
{"args":["position","absolute"],"result":[["position","absolute"]]}
|
||||
{"args":["left","-2.05rem"],"result":[["left","-2.05rem"]]}
|
||||
{"args":["top","0.125rem"],"result":[["top","0.125rem"]]}
|
||||
{"args":["width","10px"],"result":[["width","10px"]]}
|
||||
{"args":["height","10px"],"result":[["height","10px"]]}
|
||||
{"args":["border-radius","50%"],"result":[["borderRadius","50%"]]}
|
||||
{"args":["background","#3b82f6"],"result":[["backgroundColor","#3b82f6"]]}
|
||||
{"args":["border","2px solid white"],"result":[["borderTopWidth","2px"],["borderTopColor","white"],["borderRightWidth","2px"],["borderRightColor","white"],["borderBottomWidth","2px"],["borderBottomColor","white"],["borderLeftWidth","2px"],["borderLeftColor","white"]]}
|
||||
{"args":["margin","0.125rem 0 0"],"result":[["marginTop","0.125rem"],["marginRight","0"],["marginBottom","0"],["marginLeft","0"]]}
|
||||
{"args":["background","#d1d5db"],"result":[["backgroundColor","#d1d5db"]]}
|
||||
{"args":["color","#e2e8f0"],"result":[["color","#e2e8f0"]]}
|
||||
{"args":["overflow-x","auto"],"result":[["overflowX","auto"]]}
|
||||
{"args":["border-left","3px solid #ef4444"],"result":[["borderLeftWidth","3px"],["borderLeftColor","#ef4444"]]}
|
||||
{"args":["padding-left","0.75rem"],"result":[["paddingLeft","0.75rem"]]}
|
||||
{"args":["background","rgba(239,68,68,0.1)"],"result":[["backgroundColor","rgba(239,68,68,0.1)"]]}
|
||||
{"args":["border-left","3px solid #22c55e"],"result":[["borderLeftWidth","3px"],["borderLeftColor","#22c55e"]]}
|
||||
{"args":["background","rgba(34,197,94,0.1)"],"result":[["backgroundColor","rgba(34,197,94,0.1)"]]}
|
||||
{"args":["padding-left","calc(3px + 0.75rem)"],"result":[["paddingLeft","calc(3px + 0.75rem)"]]}
|
||||
{"args":["padding","0.75rem 1.25rem"],"result":[["paddingTop","0.75rem"],["paddingRight","1.25rem"],["paddingBottom","0.75rem"],["paddingLeft","1.25rem"]]}
|
||||
{"args":["border","none"],"result":[]}
|
||||
{"args":["border-bottom","2px solid #3b82f6"],"result":[["borderBottomWidth","2px"],["borderBottomColor","#3b82f6"]]}
|
||||
{"args":["cursor","pointer"],"result":[]}
|
||||
{"args":["border-bottom","2px solid transparent"],"result":[["borderBottomWidth","2px"],["borderBottomColor","transparent"]]}
|
||||
{"args":["border-collapse","collapse"],"result":[]}
|
||||
{"args":["text-align","left"],"result":[["textAlign","left"]]}
|
||||
{"args":["padding","0.5rem"],"result":[["paddingTop","0.5rem"],["paddingRight","0.5rem"],["paddingBottom","0.5rem"],["paddingLeft","0.5rem"]]}
|
||||
{"args":["border-bottom","2px solid #111827"],"result":[["borderBottomWidth","2px"],["borderBottomColor","#111827"]]}
|
||||
{"args":["text-align","right"],"result":[["textAlign","right"]]}
|
||||
{"args":["border","1px solid #f59e0b"],"result":[["borderTopWidth","1px"],["borderTopColor","#f59e0b"],["borderRightWidth","1px"],["borderRightColor","#f59e0b"],["borderBottomWidth","1px"],["borderBottomColor","#f59e0b"],["borderLeftWidth","1px"],["borderLeftColor","#f59e0b"]]}
|
||||
{"args":["background","#fffbeb"],"result":[["backgroundColor","#fffbeb"]]}
|
||||
{"args":["color","#92400e"],"result":[["color","#92400e"]]}
|
||||
{"args":["color","#d97706"],"result":[["color","#d97706"]]}
|
||||
{"args":["--brand","#87a8ff"],"result":[["--brand","#87a8ff"]]}
|
||||
{"args":["--warn","#8a6a2f"],"result":[["--warn","#8a6a2f"]]}
|
||||
{"args":["--terracotta","#aa674d"],"result":[["--terracotta","#aa674d"]]}
|
||||
{"args":["--line","#e5e7eb"],"result":[["--line","#e5e7eb"]]}
|
||||
{"args":["--rule","#f3f4f6"],"result":[["--rule","#f3f4f6"]]}
|
||||
{"args":["max-width","1120px"],"result":[]}
|
||||
{"args":["padding","12px 16px"],"result":[["paddingTop","12px"],["paddingRight","16px"],["paddingBottom","12px"],["paddingLeft","16px"]]}
|
||||
{"args":["margin-bottom","16px"],"result":[["marginBottom","16px"]]}
|
||||
{"args":["width","400px"],"result":[["width","400px"]]}
|
||||
{"args":["background","oklch(100%0 0)"],"result":[["backgroundColor","oklch(100%0 0)"]]}
|
||||
{"args":["border-left","3px solid oklch(65%0.12 250)"],"result":[["borderLeftWidth","3px"],["borderLeftColor","oklch(65%0.12 250)"]]}
|
||||
{"args":["border","1px solid oklch(80%0.05 250)"],"result":[["borderTopWidth","1px"],["borderTopColor","oklch(80%0.05 250)"],["borderRightWidth","1px"],["borderRightColor","oklch(80%0.05 250)"],["borderBottomWidth","1px"],["borderBottomColor","oklch(80%0.05 250)"],["borderLeftWidth","1px"],["borderLeftColor","oklch(80%0.05 250)"]]}
|
||||
{"args":["border-left","4px solid oklch(75%0.15 45)"],"result":[["borderLeftWidth","4px"],["borderLeftColor","oklch(75%0.15 45)"]]}
|
||||
{"args":["background","oklch(98%0.01 60)"],"result":[["backgroundColor","oklch(98%0.01 60)"]]}
|
||||
{"args":["border-left","4px solid oklch(75%0.18 45)"],"result":[["borderLeftWidth","4px"],["borderLeftColor","oklch(75%0.18 45)"]]}
|
||||
{"args":["border-left","4px solid oklab(60%0.1 0.15)"],"result":[["borderLeftWidth","4px"],["borderLeftColor","oklab(60%0.1 0.15)"]]}
|
||||
{"args":["border-left","4px solid lch(55%60 250)"],"result":[["borderLeftWidth","4px"],["borderLeftColor","lch(55%60 250)"]]}
|
||||
{"args":["border-left","4px solid lab(50%40-30)"],"result":[["borderLeftWidth","4px"],["borderLeftColor","lab(50%40-30)"]]}
|
||||
{"args":["grid-template-columns","auto 1fr"],"result":[]}
|
||||
{"args":["border-left","5px solid var(--brand)"],"result":[["borderLeftWidth","5px"],["borderLeftColor","var(--brand)"]]}
|
||||
{"args":["border","1px solid var(--line)"],"result":[["borderTopWidth","1px"],["borderTopColor","var(--line)"],["borderRightWidth","1px"],["borderRightColor","var(--line)"],["borderBottomWidth","1px"],["borderBottomColor","var(--line)"],["borderLeftWidth","1px"],["borderLeftColor","var(--line)"]]}
|
||||
{"args":["border-left","4px solid var(--warn)"],"result":[["borderLeftWidth","4px"],["borderLeftColor","var(--warn)"]]}
|
||||
{"args":["border-right","4px solid var(--terracotta)"],"result":[["borderRightWidth","4px"],["borderRightColor","var(--terracotta)"]]}
|
||||
{"args":["border-left","4px solid var(--brand)"],"result":[["borderLeftWidth","4px"],["borderLeftColor","var(--brand)"]]}
|
||||
{"args":["border-left","3px solid oklch(80%0 0)"],"result":[["borderLeftWidth","3px"],["borderLeftColor","oklch(80%0 0)"]]}
|
||||
{"args":["border-left","3px solid oklch(75%0.01 250)"],"result":[["borderLeftWidth","3px"],["borderLeftColor","oklch(75%0.01 250)"]]}
|
||||
{"args":["border","3px solid oklch(65%0.12 250)"],"result":[["borderTopWidth","3px"],["borderTopColor","oklch(65%0.12 250)"],["borderRightWidth","3px"],["borderRightColor","oklch(65%0.12 250)"],["borderBottomWidth","3px"],["borderBottomColor","oklch(65%0.12 250)"],["borderLeftWidth","3px"],["borderLeftColor","oklch(65%0.12 250)"]]}
|
||||
{"args":["border-left","1px solid oklch(65%0.12 250)"],"result":[["borderLeftWidth","1px"],["borderLeftColor","oklch(65%0.12 250)"]]}
|
||||
{"args":["border-left","3px solid lab(50%0 0)"],"result":[["borderLeftWidth","3px"],["borderLeftColor","lab(50%0 0)"]]}
|
||||
{"args":["border-left","3px solid lch(50%0 0)"],"result":[["borderLeftWidth","3px"],["borderLeftColor","lch(50%0 0)"]]}
|
||||
{"args":["color","#374151"],"result":[["color","#374151"]]}
|
||||
{"args":["padding","8px"],"result":[["paddingTop","8px"],["paddingRight","8px"],["paddingBottom","8px"],["paddingLeft","8px"]]}
|
||||
{"args":["margin-right","8px"],"result":[["marginRight","8px"]]}
|
||||
{"args":["border-left","3px solid var(--line)"],"result":[["borderLeftWidth","3px"],["borderLeftColor","var(--line)"]]}
|
||||
{"args":["border-left","1px solid var(--brand)"],"result":[["borderLeftWidth","1px"],["borderLeftColor","var(--brand)"]]}
|
||||
{"args":["border","3px solid var(--brand)"],"result":[["borderTopWidth","3px"],["borderTopColor","var(--brand)"],["borderRightWidth","3px"],["borderRightColor","var(--brand)"],["borderBottomWidth","3px"],["borderBottomColor","var(--brand)"],["borderLeftWidth","3px"],["borderLeftColor","var(--brand)"]]}
|
||||
{"args":["border-right","1px solid oklch(92%0 0/0.12)"],"result":[["borderRightWidth","1px"],["borderRightColor","oklch(92%0 0/0.12)"]]}
|
||||
{"args":["--accent","orange"],"result":[["--accent","orange"]]}
|
||||
{"args":["background","#f6f6f6"],"result":[["backgroundColor","#f6f6f6"]]}
|
||||
{"args":["border-left","4px solid purple"],"result":[["borderLeftWidth","4px"],["borderLeftColor","purple"]]}
|
||||
{"args":["border-left","5px solid rebeccapurple"],"result":[["borderLeftWidth","5px"],["borderLeftColor","rebeccapurple"]]}
|
||||
{"args":["border-top","4px solid crimson"],"result":[["borderTopWidth","4px"],["borderTopColor","crimson"]]}
|
||||
{"args":["border-left","3px solid teal"],"result":[["borderLeftWidth","3px"],["borderLeftColor","teal"]]}
|
||||
{"args":["border-left","6px solid var(--accent)"],"result":[["borderLeftWidth","6px"],["borderLeftColor","var(--accent)"]]}
|
||||
{"args":["border-left","4px solid dimgray"],"result":[["borderLeftWidth","4px"],["borderLeftColor","dimgray"]]}
|
||||
{"args":["border-left","3px solid gainsboro"],"result":[["borderLeftWidth","3px"],["borderLeftColor","gainsboro"]]}
|
||||
{"args":["border-left","4px solid black"],"result":[["borderLeftWidth","4px"],["borderLeftColor","black"]]}
|
||||
{"args":["border-left","1px solid purple"],"result":[["borderLeftWidth","1px"],["borderLeftColor","purple"]]}
|
||||
{"args":["border","3px solid purple"],"result":[["borderTopWidth","3px"],["borderTopColor","purple"],["borderRightWidth","3px"],["borderRightColor","purple"],["borderBottomWidth","3px"],["borderBottomColor","purple"],["borderLeftWidth","3px"],["borderLeftColor","purple"]]}
|
||||
{"args":["border-left","7px solid purple"],"result":[["borderLeftWidth","7px"],["borderLeftColor","purple"]]}
|
||||
{"args":["font-family","\"Inter\",sans-serif"],"result":[["fontFamily","\"Inter\",sans-serif"]]}
|
||||
{"args":["font","16px/1.5 system-ui,sans-serif"],"result":[["fontSize","16px"],["lineHeight","1.5"],["fontFamily","system-ui,sans-serif"]]}
|
||||
{"args":["min-width","0"],"result":[]}
|
||||
{"args":["padding","22px"],"result":[["paddingTop","22px"],["paddingRight","22px"],["paddingBottom","22px"],["paddingLeft","22px"]]}
|
||||
{"args":["margin","0 0 8px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","8px"],["marginLeft","0"]]}
|
||||
{"args":["line-height","1.2"],"result":[["lineHeight","1.2"]]}
|
||||
{"args":["margin","0 0 10px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","10px"],["marginLeft","0"]]}
|
||||
{"args":["font-size","10px"],"result":[["fontSize","10px"]]}
|
||||
{"args":["text-align","justify"],"result":[["textAlign","justify"]]}
|
||||
{"args":["font-family","\"Newsreader\",Georgia,serif"],"result":[["fontFamily","\"Newsreader\",Georgia,serif"]]}
|
||||
{"args":["line-height","0.98"],"result":[["lineHeight","0.98"]]}
|
||||
{"args":["margin","32px 0 10px"],"result":[["marginTop","32px"],["marginRight","0"],["marginBottom","10px"],["marginLeft","0"]]}
|
||||
{"args":["font-size","30px"],"result":[["fontSize","30px"]]}
|
||||
{"args":["line-height","1.08"],"result":[["lineHeight","1.08"]]}
|
||||
{"args":["font-family","\"Karla\",system-ui,sans-serif"],"result":[["fontFamily","\"Karla\",system-ui,sans-serif"]]}
|
||||
{"args":["margin","22px 0 6px"],"result":[["marginTop","22px"],["marginRight","0"],["marginBottom","6px"],["marginLeft","0"]]}
|
||||
{"args":["font-size","22px"],"result":[["fontSize","22px"]]}
|
||||
{"args":["line-height","1.15"],"result":[["lineHeight","1.15"]]}
|
||||
{"args":["font-size","12px"],"result":[["fontSize","12px"]]}
|
||||
{"args":["--brand-accent","#b8422e"],"result":[["--brand-accent","#b8422e"]]}
|
||||
{"args":["background","#f7f4ee"],"result":[["backgroundColor","#f7f4ee"]]}
|
||||
{"args":["color","#241f1a"],"result":[["color","#241f1a"]]}
|
||||
{"args":["font-family","\"IBM Plex Sans\",Arial,sans-serif"],"result":[["fontFamily","\"IBM Plex Sans\",Arial,sans-serif"]]}
|
||||
{"args":["border","1px solid #d4c7b9"],"result":[["borderTopWidth","1px"],["borderTopColor","#d4c7b9"],["borderRightWidth","1px"],["borderRightColor","#d4c7b9"],["borderBottomWidth","1px"],["borderBottomColor","#d4c7b9"],["borderLeftWidth","1px"],["borderLeftColor","#d4c7b9"]]}
|
||||
{"args":["padding","12px 14px"],"result":[["paddingTop","12px"],["paddingRight","14px"],["paddingBottom","12px"],["paddingLeft","14px"]]}
|
||||
{"args":["line-height","1.45"],"result":[["lineHeight","1.45"]]}
|
||||
{"args":["font-family","\"Poppins\",sans-serif"],"result":[["fontFamily","\"Poppins\",sans-serif"]]}
|
||||
{"args":["color","#ff00aa"],"result":[["color","#ff00aa"]]}
|
||||
{"args":["background-color","rgb(20,180,220)"],"result":[["backgroundColor","rgb(20,180,220)"]]}
|
||||
{"args":["border-color","#00a982"],"result":[["borderTopColor","#00a982"],["borderRightColor","#00a982"],["borderBottomColor","#00a982"],["borderLeftColor","#00a982"]]}
|
||||
{"args":["border-radius","18px"],"result":[["borderRadius","18px"]]}
|
||||
{"args":["font-size","12.5px"],"result":[["fontSize","12.5px"]]}
|
||||
{"args":["font-family","\"Avenir Next\",Georgia,serif"],"result":[["fontFamily","\"Avenir Next\",Georgia,serif"]]}
|
||||
{"args":["font-size","1rem"],"result":[["fontSize","1rem"]]}
|
||||
{"args":["font-size","1.2em"],"result":[["fontSize","1.2em"]]}
|
||||
{"args":["font-family","ui-sans-serif,system-ui,sans-serif"],"result":[["fontFamily","ui-sans-serif,system-ui,sans-serif"]]}
|
||||
{"args":["color","var(--brand-accent)"],"result":[["color","var(--brand-accent)"]]}
|
||||
{"args":["color","rgba(184,66,46,0.45)"],"result":[["color","rgba(184,66,46,0.45)"]]}
|
||||
{"args":["color","#bb442f"],"result":[["color","#bb442f"]]}
|
||||
{"args":["color","#d55a42"],"result":[["color","#d55a42"]]}
|
||||
{"args":["border-radius","32px"],"result":[["borderRadius","32px"]]}
|
||||
{"args":["border-radius","100px"],"result":[["borderRadius","100px"]]}
|
||||
{"args":["margin","0 0 18px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","18px"],["marginLeft","0"]]}
|
||||
{"args":["border","1px solid #d7d0c2"],"result":[["borderTopWidth","1px"],["borderTopColor","#d7d0c2"],["borderRightWidth","1px"],["borderRightColor","#d7d0c2"],["borderBottomWidth","1px"],["borderBottomColor","#d7d0c2"],["borderLeftWidth","1px"],["borderLeftColor","#d7d0c2"]]}
|
||||
{"args":["font","700 12px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace"],"result":[["fontWeight","700"],["fontSize","12px"],["lineHeight","1.1"],["fontFamily","ui-monospace,SFMono-Regular,Menlo,monospace"]]}
|
||||
{"args":["color","#7c5c00"],"result":[["color","#7c5c00"]]}
|
||||
{"args":["font-family","Georgia,serif"],"result":[["fontFamily","Georgia,serif"]]}
|
||||
{"args":["color","#222222"],"result":[["color","#222222"]]}
|
||||
{"args":["font-size","28px"],"result":[["fontSize","28px"]]}
|
||||
{"args":["margin-bottom","48px"],"result":[["marginBottom","48px"]]}
|
||||
{"args":["font-family","monospace"],"result":[["fontFamily","monospace"]]}
|
||||
{"args":["color","#b45309"],"result":[["color","#b45309"]]}
|
||||
{"args":["margin-bottom","8px"],"result":[["marginBottom","8px"]]}
|
||||
{"args":["letter-spacing","2px"],"result":[["letterSpacing","2px"]]}
|
||||
{"args":["font-weight","400"],"result":[["fontWeight","400"]]}
|
||||
{"args":["letter-spacing","0"],"result":[["letterSpacing","0"]]}
|
||||
{"args":["border","1px solid #d4d4d4"],"result":[["borderTopWidth","1px"],["borderTopColor","#d4d4d4"],["borderRightWidth","1px"],["borderRightColor","#d4d4d4"],["borderBottomWidth","1px"],["borderBottomColor","#d4d4d4"],["borderLeftWidth","1px"],["borderLeftColor","#d4d4d4"]]}
|
||||
{"args":["background","#f5f5f4"],"result":[["backgroundColor","#f5f5f4"]]}
|
||||
{"args":["border","1px solid #d6d3d1"],"result":[["borderTopWidth","1px"],["borderTopColor","#d6d3d1"],["borderRightWidth","1px"],["borderRightColor","#d6d3d1"],["borderBottomWidth","1px"],["borderBottomColor","#d6d3d1"],["borderLeftWidth","1px"],["borderLeftColor","#d6d3d1"]]}
|
||||
{"args":["width","360px"],"result":[["width","360px"]]}
|
||||
{"args":["margin-bottom","32px"],"result":[["marginBottom","32px"]]}
|
||||
{"args":["box-shadow","0 2px 8px rgba(0,0,0,0.12)"],"result":[["boxShadow","0 2px 8px rgba(0,0,0,0.12)"]]}
|
||||
{"args":["padding","6px 0"],"result":[["paddingTop","6px"],["paddingRight","0"],["paddingBottom","6px"],["paddingLeft","0"]]}
|
||||
{"args":["border-bottom","1px solid #eeeeee"],"result":[["borderBottomWidth","1px"],["borderBottomColor","#eeeeee"]]}
|
||||
{"args":["color","#57534e"],"result":[["color","#57534e"]]}
|
||||
{"args":["padding","6px 10px"],"result":[["paddingTop","6px"],["paddingRight","10px"],["paddingBottom","6px"],["paddingLeft","10px"]]}
|
||||
{"args":["max-width","960px"],"result":[]}
|
||||
{"args":["margin-bottom","24px"],"result":[["marginBottom","24px"]]}
|
||||
{"args":["border","1px solid #e2e8f0"],"result":[["borderTopWidth","1px"],["borderTopColor","#e2e8f0"],["borderRightWidth","1px"],["borderRightColor","#e2e8f0"],["borderBottomWidth","1px"],["borderBottomColor","#e2e8f0"],["borderLeftWidth","1px"],["borderLeftColor","#e2e8f0"]]}
|
||||
{"args":["background","#fff"],"result":[["backgroundColor","#fff"]]}
|
||||
{"args":["color","#0f172a"],"result":[["color","#0f172a"]]}
|
||||
{"args":["width","80px"],"result":[["width","80px"]]}
|
||||
{"args":["height","80px"],"result":[["height","80px"]]}
|
||||
{"args":["border-radius","20px"],"result":[["borderRadius","20px"]]}
|
||||
{"args":["background","linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)"],"result":[["backgroundImage","linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)"]]}
|
||||
{"args":["align-items","center"],"result":[]}
|
||||
{"args":["justify-content","center"],"result":[]}
|
||||
{"args":["width","64px"],"result":[["width","64px"]]}
|
||||
{"args":["height","64px"],"result":[["height","64px"]]}
|
||||
{"args":["border-radius","16px"],"result":[["borderRadius","16px"]]}
|
||||
{"args":["width","72px"],"result":[["width","72px"]]}
|
||||
{"args":["height","72px"],"result":[["height","72px"]]}
|
||||
{"args":["width","96px"],"result":[["width","96px"]]}
|
||||
{"args":["height","96px"],"result":[["height","96px"]]}
|
||||
{"args":["border-radius","24px"],"result":[["borderRadius","24px"]]}
|
||||
{"args":["background","#f1f5f9"],"result":[["backgroundColor","#f1f5f9"]]}
|
||||
{"args":["width","48px"],"result":[["width","48px"]]}
|
||||
{"args":["height","48px"],"result":[["height","48px"]]}
|
||||
{"args":["background","linear-gradient(135deg,#8b5cf6,#a855f7)"],"result":[["backgroundImage","linear-gradient(135deg,#8b5cf6,#a855f7)"]]}
|
||||
{"args":["background","#f59e0b"],"result":[["backgroundColor","#f59e0b"]]}
|
||||
{"args":["height","112px"],"result":[["height","112px"]]}
|
||||
{"args":["background","#cbd5e1"],"result":[["backgroundColor","#cbd5e1"]]}
|
||||
{"args":["gap","12px"],"result":[]}
|
||||
{"args":["background","#ddd6fe"],"result":[["backgroundColor","#ddd6fe"]]}
|
||||
{"args":["flex-shrink","0"],"result":[]}
|
||||
{"args":["margin-top","0"],"result":[["marginTop","0"]]}
|
||||
{"args":["width","24px"],"result":[["width","24px"]]}
|
||||
{"args":["height","24px"],"result":[["height","24px"]]}
|
||||
{"args":["background","#93c5fd"],"result":[["backgroundColor","#93c5fd"]]}
|
||||
{"args":["height","200px"],"result":[["height","200px"]]}
|
||||
{"args":["background","#0b0d13"],"result":[["backgroundColor","#0b0d13"]]}
|
||||
{"args":["flex-wrap","wrap"],"result":[]}
|
||||
{"args":["gap","24px"],"result":[]}
|
||||
{"args":["color","#e6e6e6"],"result":[["color","#e6e6e6"]]}
|
||||
{"args":["height","560px"],"result":[["height","560px"]]}
|
||||
{"args":["background","radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)"],"result":[["backgroundImage","radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)"]]}
|
||||
{"args":["width","900px"],"result":[["width","900px"]]}
|
||||
{"args":["height","600px"],"result":[["height","600px"]]}
|
||||
{"args":["background-image","radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)"],"result":[["backgroundImage","radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)"]]}
|
||||
{"args":["width","760px"],"result":[["width","760px"]]}
|
||||
{"args":["height","480px"],"result":[["height","480px"]]}
|
||||
{"args":["background","radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)"],"result":[["backgroundImage","radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)"]]}
|
||||
{"args":["height","400px"],"result":[["height","400px"]]}
|
||||
{"args":["background","radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)"],"result":[["backgroundImage","radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)"]]}
|
||||
{"args":["width","700px"],"result":[["width","700px"]]}
|
||||
{"args":["height","460px"],"result":[["height","460px"]]}
|
||||
{"args":["background","radial-gradient(circle,#506fff3d,transparent 50%)"],"result":[["backgroundImage","radial-gradient(circle,#506fff3d,transparent 50%)"]]}
|
||||
{"args":["width","800px"],"result":[["width","800px"]]}
|
||||
{"args":["height","520px"],"result":[["height","520px"]]}
|
||||
{"args":["background","radial-gradient(circle,#1e3a8a,#0f172a)"],"result":[["backgroundImage","radial-gradient(circle,#1e3a8a,#0f172a)"]]}
|
||||
{"args":["width","40px"],"result":[["width","40px"]]}
|
||||
{"args":["height","40px"],"result":[["height","40px"]]}
|
||||
{"args":["background","radial-gradient(circle,rgba(80,111,255,0.30),transparent)"],"result":[["backgroundImage","radial-gradient(circle,rgba(80,111,255,0.30),transparent)"]]}
|
||||
{"args":["background","radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)"],"result":[["backgroundImage","radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)"]]}
|
||||
{"args":["background","radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)"],"result":[["backgroundImage","radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)"]]}
|
||||
{"args":["width","820px"],"result":[["width","820px"]]}
|
||||
{"args":["height","540px"],"result":[["height","540px"]]}
|
||||
{"args":["background","radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)"],"result":[["backgroundImage","radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)"]]}
|
||||
{"args":["background","radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)"],"result":[["backgroundImage","radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)"]]}
|
||||
{"args":["width","780px"],"result":[["width","780px"]]}
|
||||
{"args":["height","500px"],"result":[["height","500px"]]}
|
||||
{"args":["background","radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)"],"result":[["backgroundImage","radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)"]]}
|
||||
{"args":["background","radial-gradient(circle,rgba(80,111,255,0.85),transparent)"],"result":[["backgroundImage","radial-gradient(circle,rgba(80,111,255,0.85),transparent)"]]}
|
||||
{"args":["background","linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)"],"result":[["backgroundImage","linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)"]]}
|
||||
{"args":["vertical-align","top"],"result":[]}
|
||||
{"args":["font-size","9px"],"result":[["fontSize","9px"]]}
|
||||
{"args":["width","120px"],"result":[["width","120px"]]}
|
||||
{"args":["letter-spacing","0.12em"],"result":[["letterSpacing","0.12em"]]}
|
||||
{"args":["line-height","1.5"],"result":[["lineHeight","1.5"]]}
|
||||
{"args":["width","1px"],"result":[["width","1px"]]}
|
||||
{"args":["height","1px"],"result":[["height","1px"]]}
|
||||
{"args":["clip","rect(0 0 0 0)"],"result":[]}
|
||||
{"args":["font-size","4px"],"result":[["fontSize","4px"]]}
|
||||
{"args":["font-size","20px"],"result":[["fontSize","20px"]]}
|
||||
{"args":["font-size","0.6em"],"result":[["fontSize","0.6em"]]}
|
||||
{"args":["display","none"],"result":[["display","none"]]}
|
||||
{"args":["visibility","hidden"],"result":[["visibility","hidden"]]}
|
||||
{"args":["max-width","1280px"],"result":[]}
|
||||
{"args":["margin-bottom","6px"],"result":[["marginBottom","6px"]]}
|
||||
{"args":["line-height","1.0"],"result":[["lineHeight","1.0"]]}
|
||||
{"args":["max-width","40em"],"result":[]}
|
||||
{"args":["max-width","30em"],"result":[]}
|
||||
{"args":["letter-spacing","0.15em"],"result":[["letterSpacing","0.15em"]]}
|
||||
{"args":["max-width","65ch"],"result":[]}
|
||||
{"args":["hyphens","auto"],"result":[["hyphens","auto"]]}
|
||||
{"args":["-webkit-hyphens","auto"],"result":[["webkitHyphens","auto"]]}
|
||||
{"args":["letter-spacing","0.1em"],"result":[["letterSpacing","0.1em"]]}
|
||||
{"args":["font-family","ui-monospace,SFMono-Regular,Menlo,Consolas,monospace"],"result":[["fontFamily","ui-monospace,SFMono-Regular,Menlo,Consolas,monospace"]]}
|
||||
{"args":["font-size","10.8px"],"result":[["fontSize","10.8px"]]}
|
||||
{"args":["font-size","11.84px"],"result":[["fontSize","11.84px"]]}
|
||||
{"args":["box-shadow","0 2px 8px rgba(0,0,0,0.1)"],"result":[["boxShadow","0 2px 8px rgba(0,0,0,0.1)"]]}
|
||||
{"args":["margin-bottom","0.75rem"],"result":[["marginBottom","0.75rem"]]}
|
||||
{"args":["box-shadow","0 1px 3px rgba(0,0,0,0.08)"],"result":[["boxShadow","0 1px 3px rgba(0,0,0,0.08)"]]}
|
||||
{"args":["margin","12px 0 0"],"result":[["marginTop","12px"],["marginRight","0"],["marginBottom","0"],["marginLeft","0"]]}
|
||||
{"args":["font-family","\"Fraunces\",Georgia,serif"],"result":[["fontFamily","\"Fraunces\",Georgia,serif"]]}
|
||||
{"args":["font-size","88px"],"result":[["fontSize","88px"]]}
|
||||
{"args":["font-family","\"Recoleta\",serif"],"result":[["fontFamily","\"Recoleta\",serif"]]}
|
||||
{"args":["font-size","64px"],"result":[["fontSize","64px"]]}
|
||||
{"args":["font-family","\"Playfair Display\",serif"],"result":[["fontFamily","\"Playfair Display\",serif"]]}
|
||||
{"args":["font-size","72px"],"result":[["fontSize","72px"]]}
|
||||
{"args":["font-family","\"CustomSerifFace\",serif"],"result":[["fontFamily","\"CustomSerifFace\",serif"]]}
|
||||
{"args":["font-size","56px"],"result":[["fontSize","56px"]]}
|
||||
{"args":["font-family","\"Karla\",sans-serif"],"result":[["fontFamily","\"Karla\",sans-serif"]]}
|
||||
{"args":["font-style","normal"],"result":[["fontStyle","normal"]]}
|
||||
{"args":["color","#334155"],"result":[["color","#334155"]]}
|
||||
{"args":["letter-spacing","0.16em"],"result":[["letterSpacing","0.16em"]]}
|
||||
{"args":["letter-spacing","0.14em"],"result":[["letterSpacing","0.14em"]]}
|
||||
{"args":["padding","4px 12px"],"result":[["paddingTop","4px"],["paddingRight","12px"],["paddingBottom","4px"],["paddingLeft","12px"]]}
|
||||
{"args":["letter-spacing","0.18em"],"result":[["letterSpacing","0.18em"]]}
|
||||
{"args":["letter-spacing","normal"],"result":[["letterSpacing","normal"]]}
|
||||
{"args":["margin-top","32px"],"result":[["marginTop","32px"]]}
|
||||
{"args":["background","#f6f2ec"],"result":[["backgroundColor","#f6f2ec"]]}
|
||||
{"args":["color","#171411"],"result":[["color","#171411"]]}
|
||||
{"args":["padding","32px"],"result":[["paddingTop","32px"],["paddingRight","32px"],["paddingBottom","32px"],["paddingLeft","32px"]]}
|
||||
{"args":["border","1px solid #c9bfb2"],"result":[["borderTopWidth","1px"],["borderTopColor","#c9bfb2"],["borderRightWidth","1px"],["borderRightColor","#c9bfb2"],["borderBottomWidth","1px"],["borderBottomColor","#c9bfb2"],["borderLeftWidth","1px"],["borderLeftColor","#c9bfb2"]]}
|
||||
{"args":["min-height","120px"],"result":[]}
|
||||
{"args":["background","#fffaf3"],"result":[["backgroundColor","#fffaf3"]]}
|
||||
{"args":["width","240px"],"result":[["width","240px"]]}
|
||||
{"args":["min-height","16px"],"result":[]}
|
||||
{"args":["line-height","16px"],"result":[["lineHeight","16px"]]}
|
||||
{"args":["letter-spacing","0.11em"],"result":[["letterSpacing","0.11em"]]}
|
||||
{"args":["color","#5b5046"],"result":[["color","#5b5046"]]}
|
||||
{"args":["font-variant","small-caps"],"result":[["fontVariant","small-caps"]]}
|
||||
{"args":["line-height","38px"],"result":[["lineHeight","38px"]]}
|
||||
{"args":["line-height","30px"],"result":[["lineHeight","30px"]]}
|
||||
{"args":["line-height","26px"],"result":[["lineHeight","26px"]]}
|
||||
{"args":["line-height","34px"],"result":[["lineHeight","34px"]]}
|
||||
{"args":["line-height","70px"],"result":[["lineHeight","70px"]]}
|
||||
{"args":["line-height","24px"],"result":[["lineHeight","24px"]]}
|
||||
{"args":["border","1px solid #d8cec0"],"result":[["borderTopWidth","1px"],["borderTopColor","#d8cec0"],["borderRightWidth","1px"],["borderRightColor","#d8cec0"],["borderBottomWidth","1px"],["borderBottomColor","#d8cec0"],["borderLeftWidth","1px"],["borderLeftColor","#d8cec0"]]}
|
||||
{"args":["min-height","80px"],"result":[]}
|
||||
{"args":["grid-template-columns","repeat(2,minmax(0,1fr))"],"result":[]}
|
||||
{"args":["min-height","100px"],"result":[]}
|
||||
{"args":["line-height","46px"],"result":[["lineHeight","46px"]]}
|
||||
{"args":["width","220px"],"result":[["width","220px"]]}
|
||||
{"args":["margin","4px 0 0"],"result":[["marginTop","4px"],["marginRight","0"],["marginBottom","0"],["marginLeft","0"]]}
|
||||
{"args":["animation","bounce-keyframe 1s infinite"],"result":[["animationName","bounce-keyframe"]]}
|
||||
{"args":["transition","transform 0.5s cubic-bezier(0.68,-0.55,0.265,1.55)"],"result":[["transitionProperty","transform"],["transitionTimingFunction","cubic-bezier(0.68,-0.55,0.265,1.55)"]]}
|
||||
{"args":["transition","width 0.3s ease"],"result":[["transitionProperty","width"],["transitionTimingFunction","ease"]]}
|
||||
{"args":["transition","height 0.4s ease-out"],"result":[["transitionProperty","height"],["transitionTimingFunction","ease-out"]]}
|
||||
{"args":["transition","padding 0.2s linear"],"result":[["transitionProperty","padding"],["transitionTimingFunction","linear"]]}
|
||||
{"args":["transition","margin 0.3s ease-in"],"result":[["transitionProperty","margin"],["transitionTimingFunction","ease-in"]]}
|
||||
{"args":["transition","max-height 0.5s ease"],"result":[["transitionProperty","max-height"],["transitionTimingFunction","ease"]]}
|
||||
{"args":["transition","width 0.3s ease,height 0.3s ease"],"result":[["transitionProperty","width, height"],["transitionTimingFunction","ease, ease"]]}
|
||||
{"args":["transition","width 0.3s ease,opacity 0.3s ease"],"result":[["transitionProperty","width, opacity"],["transitionTimingFunction","ease, ease"]]}
|
||||
{"args":["transition-property","width"],"result":[["transitionProperty","width"]]}
|
||||
{"args":["transition-duration","0.3s"],"result":[]}
|
||||
{"args":["animation","fade-in-keyframe 0.4s cubic-bezier(0.16,1,0.3,1)"],"result":[["animationName","fade-in-keyframe"],["animationTimingFunction","cubic-bezier(0.16,1,0.3,1)"]]}
|
||||
{"args":["transition","transform 0.4s cubic-bezier(0.25,1,0.5,1)"],"result":[["transitionProperty","transform"],["transitionTimingFunction","cubic-bezier(0.25,1,0.5,1)"]]}
|
||||
{"args":["transition","transform 0.5s cubic-bezier(0.16,1,0.3,1)"],"result":[["transitionProperty","transform"],["transitionTimingFunction","cubic-bezier(0.16,1,0.3,1)"]]}
|
||||
{"args":["transition","transform 0.3s ease-out"],"result":[["transitionProperty","transform"],["transitionTimingFunction","ease-out"]]}
|
||||
{"args":["transition","opacity 0.2s ease"],"result":[["transitionProperty","opacity"],["transitionTimingFunction","ease"]]}
|
||||
{"args":["transition","color 0.15s ease,background-color 0.15s ease"],"result":[["transitionProperty","color, background-color"],["transitionTimingFunction","ease, ease"]]}
|
||||
{"args":["transition","box-shadow 0.2s ease"],"result":[["transitionProperty","box-shadow"],["transitionTimingFunction","ease"]]}
|
||||
{"args":["transition","all 0.3s ease"],"result":[["transitionProperty","all"],["transitionTimingFunction","ease"]]}
|
||||
{"args":["transition","transform 0.3s ease,opacity 0.3s ease,box-shadow 0.2s ease"],"result":[["transitionProperty","transform, opacity, box-shadow"],["transitionTimingFunction","ease, ease, ease"]]}
|
||||
{"args":["color","#f9fafb"],"result":[["color","#f9fafb"]]}
|
||||
{"args":["box-shadow","0 0 20px rgba(59,130,246,0.4)"],"result":[["boxShadow","0 0 20px rgba(59,130,246,0.4)"]]}
|
||||
{"args":["box-shadow","0 0 25px rgba(139,92,246,0.35)"],"result":[["boxShadow","0 0 25px rgba(139,92,246,0.35)"]]}
|
||||
{"args":["box-shadow","0 0 15px rgba(6,182,212,0.5)"],"result":[["boxShadow","0 0 15px rgba(6,182,212,0.5)"]]}
|
||||
{"args":["box-shadow","0 4px 6px rgba(0,0,0,0.3),0 0 30px rgba(168,85,247,0.3)"],"result":[["boxShadow","0 4px 6px rgba(0,0,0,0.3),0 0 30px rgba(168,85,247,0.3)"]]}
|
||||
{"args":["--fixture-glow","oklch(0.78 0.14 155)"],"result":[["--fixture-glow","oklch(0.78 0.14 155)"]]}
|
||||
{"args":["box-shadow","0 0 18px oklch(0.72 0.15 195/0.5)"],"result":[["boxShadow","0 0 18px oklch(0.72 0.15 195/0.5)"]]}
|
||||
{"args":["box-shadow","0 0 16px #3b82f6"],"result":[["boxShadow","0 0 16px #3b82f6"]]}
|
||||
{"args":["box-shadow","0 0 22px hsl(280,80%,60%)"],"result":[["boxShadow","0 0 22px hsl(280,80%,60%)"]]}
|
||||
{"args":["box-shadow","0 0 10px var(--fixture-glow)"],"result":[["boxShadow","0 0 10px var(--fixture-glow)"]]}
|
||||
{"args":["text-shadow","0 0 12px #22d3ee"],"result":[["textShadow","0 0 12px #22d3ee"]]}
|
||||
{"args":["box-shadow","0 0 20px oklch(0.65 0.2 300/0.45)"],"result":[["boxShadow","0 0 20px oklch(0.65 0.2 300/0.45)"]]}
|
||||
{"args":["background-image","url(/fixtures/antipatterns/missing-photo.png)"],"result":[["backgroundImage","url(/fixtures/antipatterns/missing-photo.png)"]]}
|
||||
{"args":["box-shadow","0 0 26px rgba(217,70,239,0.5)"],"result":[["boxShadow","0 0 26px rgba(217,70,239,0.5)"]]}
|
||||
{"args":["background","linear-gradient(#111827,#0b1220),url(/fixtures/antipatterns/missing-photo.png)"],"result":[["backgroundImage","linear-gradient(#111827,#0b1220),url(/fixtures/antipatterns/missing-photo.png)"]]}
|
||||
{"args":["box-shadow","0 6px 22px rgba(249,115,22,0.5)"],"result":[["boxShadow","0 6px 22px rgba(249,115,22,0.5)"]]}
|
||||
{"args":["box-shadow","0 2px 4px rgba(59,130,246,0.15)"],"result":[["boxShadow","0 2px 4px rgba(59,130,246,0.15)"]]}
|
||||
{"args":["box-shadow","0 4px 12px rgba(0,0,0,0.4)"],"result":[["boxShadow","0 4px 12px rgba(0,0,0,0.4)"]]}
|
||||
{"args":["box-shadow","0 0 0 3px rgba(59,130,246,0.5)"],"result":[["boxShadow","0 0 0 3px rgba(59,130,246,0.5)"]]}
|
||||
{"args":["box-shadow","0 1px 3px rgba(59,130,246,0.2)"],"result":[["boxShadow","0 1px 3px rgba(59,130,246,0.2)"]]}
|
||||
{"args":["box-shadow","0 1px 3px rgba(0,0,0,0.3)"],"result":[["boxShadow","0 1px 3px rgba(0,0,0,0.3)"]]}
|
||||
{"args":["box-shadow","0 4px 6px -1px rgba(0,0,0,0.4)"],"result":[["boxShadow","0 4px 6px -1px rgba(0,0,0,0.4)"]]}
|
||||
{"args":["box-shadow","0 10px 25px -5px rgba(0,0,0,0.5)"],"result":[["boxShadow","0 10px 25px -5px rgba(0,0,0,0.5)"]]}
|
||||
{"args":["box-shadow","inset 0 2px 4px rgba(0,0,0,0.3)"],"result":[["boxShadow","inset 0 2px 4px rgba(0,0,0,0.3)"]]}
|
||||
{"args":["box-shadow","0 4px 6px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.2)"],"result":[["boxShadow","0 4px 6px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.2)"]]}
|
||||
{"args":["box-shadow","0 4px 6px -1px rgba(0,0,0,0.1)"],"result":[["boxShadow","0 4px 6px -1px rgba(0,0,0,0.1)"]]}
|
||||
{"args":["box-shadow","0 10px 30px -5px rgba(0,0,0,0.15)"],"result":[["boxShadow","0 10px 30px -5px rgba(0,0,0,0.15)"]]}
|
||||
{"args":["background","#6b7280"],"result":[["backgroundColor","#6b7280"]]}
|
||||
{"args":["color","#ffffff"],"result":[["color","#ffffff"]]}
|
||||
{"args":["box-shadow","0 2px 4px rgba(59,130,246,0.3)"],"result":[["boxShadow","0 2px 4px rgba(59,130,246,0.3)"]]}
|
||||
{"args":["box-shadow","0 8px 20px rgba(59,130,246,0.25)"],"result":[["boxShadow","0 8px 20px rgba(59,130,246,0.25)"]]}
|
||||
{"args":["box-shadow","0 0 24px rgba(0,0,0,0.15)"],"result":[["boxShadow","0 0 24px rgba(0,0,0,0.15)"]]}
|
||||
{"args":["box-shadow","0 6px 20px rgba(16,185,129,0.35)"],"result":[["boxShadow","0 6px 20px rgba(16,185,129,0.35)"]]}
|
||||
{"args":["background","linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(/fixtures/antipatterns/missing-photo.png)"],"result":[["backgroundImage","linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(/fixtures/antipatterns/missing-photo.png)"]]}
|
||||
{"args":["box-shadow","0 6px 22px rgba(244,63,94,0.45)"],"result":[["boxShadow","0 6px 22px rgba(244,63,94,0.45)"]]}
|
||||
{"args":["text-shadow","0 1px 2px rgba(0,0,0,0.6)"],"result":[["textShadow","0 1px 2px rgba(0,0,0,0.6)"]]}
|
||||
{"args":["box-shadow","0 0 20px rgba(236, 72, 153, 0.5)"],"result":[["boxShadow","0 0 20px rgba(236, 72, 153, 0.5)"]]}
|
||||
{"args":["max-width","1400px"],"result":[]}
|
||||
{"args":["letter-spacing","0.06em"],"result":[["letterSpacing","0.06em"]]}
|
||||
{"args":["margin","28px 0 10px"],"result":[["marginTop","28px"],["marginRight","0"],["marginBottom","10px"],["marginLeft","0"]]}
|
||||
{"args":["margin-bottom","14px"],"result":[["marginBottom","14px"]]}
|
||||
{"args":["max-width","60ch"],"result":[]}
|
||||
{"args":["padding","28px 0 0"],"result":[["paddingTop","28px"],["paddingRight","0"],["paddingBottom","0"],["paddingLeft","0"]]}
|
||||
{"args":["background","#fffbe6"],"result":[["backgroundColor","#fffbe6"]]}
|
||||
{"args":["border","1px solid #d4a017"],"result":[["borderTopWidth","1px"],["borderTopColor","#d4a017"],["borderRightWidth","1px"],["borderRightColor","#d4a017"],["borderBottomWidth","1px"],["borderBottomColor","#d4a017"],["borderLeftWidth","1px"],["borderLeftColor","#d4a017"]]}
|
||||
{"args":["flex-direction","column"],"result":[]}
|
||||
{"args":["gap","10px"],"result":[]}
|
||||
{"args":["font-family","ui-monospace,monospace"],"result":[["fontFamily","ui-monospace,monospace"]]}
|
||||
{"args":["color","#8b6914"],"result":[["color","#8b6914"]]}
|
||||
{"args":["gap","8px"],"result":[]}
|
||||
{"args":["list-style","none"],"result":[]}
|
||||
{"args":["padding","0"],"result":[["paddingTop","0"],["paddingRight","0"],["paddingBottom","0"],["paddingLeft","0"]]}
|
||||
{"args":["padding","6px 12px"],"result":[["paddingTop","6px"],["paddingRight","12px"],["paddingBottom","6px"],["paddingLeft","12px"]]}
|
||||
{"args":["background","#fef3c7"],"result":[["backgroundColor","#fef3c7"]]}
|
||||
{"args":["color","#78350f"],"result":[["color","#78350f"]]}
|
||||
{"args":["background","#fde68a"],"result":[["backgroundColor","#fde68a"]]}
|
||||
{"args":["background","transparent"],"result":[["backgroundColor","transparent"]]}
|
||||
{"args":["outline","2px solid #94a3b8"],"result":[["outlineWidth","2px"],["outlineColor","#94a3b8"],["outlineStyle","solid"]]}
|
||||
{"args":["outline-offset","0"],"result":[]}
|
||||
{"args":["padding","12px 16px 12px 0"],"result":[["paddingTop","12px"],["paddingRight","16px"],["paddingBottom","12px"],["paddingLeft","0"]]}
|
||||
{"args":["outline","0"],"result":[["outlineWidth","0px"]]}
|
||||
{"args":["background","#f5f5f7"],"result":[["backgroundColor","#f5f5f7"]]}
|
||||
{"args":["padding","24px 0 0"],"result":[["paddingTop","24px"],["paddingRight","0"],["paddingBottom","0"],["paddingLeft","0"]]}
|
||||
{"args":["border-top","1px solid #cbd5e1"],"result":[["borderTopWidth","1px"],["borderTopColor","#cbd5e1"]]}
|
||||
{"args":["padding","18px 20px"],"result":[["paddingTop","18px"],["paddingRight","20px"],["paddingBottom","18px"],["paddingLeft","20px"]]}
|
||||
{"args":["padding","14px 18px"],"result":[["paddingTop","14px"],["paddingRight","18px"],["paddingBottom","14px"],["paddingLeft","18px"]]}
|
||||
{"args":["background","linear-gradient(135deg,#cbd5e1,#94a3b8)"],"result":[["backgroundImage","linear-gradient(135deg,#cbd5e1,#94a3b8)"]]}
|
||||
{"args":["margin","16px 18px 4px"],"result":[["marginTop","16px"],["marginRight","18px"],["marginBottom","4px"],["marginLeft","18px"]]}
|
||||
{"args":["margin","0 18px 16px"],"result":[["marginTop","0"],["marginRight","18px"],["marginBottom","16px"],["marginLeft","18px"]]}
|
||||
{"args":["margin","18px"],"result":[["marginTop","18px"],["marginRight","18px"],["marginBottom","18px"],["marginLeft","18px"]]}
|
||||
{"args":["background","#eef2f7"],"result":[["backgroundColor","#eef2f7"]]}
|
||||
{"args":["background","#172033"],"result":[["backgroundColor","#172033"]]}
|
||||
{"args":["padding","14px"],"result":[["paddingTop","14px"],["paddingRight","14px"],["paddingBottom","14px"],["paddingLeft","14px"]]}
|
||||
{"args":["background","#23304a"],"result":[["backgroundColor","#23304a"]]}
|
||||
{"args":["border","1px solid rgba(255,255,255,0.16)"],"result":[["borderTopWidth","1px"],["borderTopColor","rgba(255,255,255,0.16)"],["borderRightWidth","1px"],["borderRightColor","rgba(255,255,255,0.16)"],["borderBottomWidth","1px"],["borderBottomColor","rgba(255,255,255,0.16)"],["borderLeftWidth","1px"],["borderLeftColor","rgba(255,255,255,0.16)"]]}
|
||||
{"args":["background","#0f172a"],"result":[["backgroundColor","#0f172a"]]}
|
||||
{"args":["gap","6px"],"result":[]}
|
||||
{"args":["min-height","92px"],"result":[]}
|
||||
{"args":["font-size","96px"],"result":[["fontSize","96px"]]}
|
||||
{"args":["font-size","80px"],"result":[["fontSize","80px"]]}
|
||||
{"args":["font-size","168px"],"result":[["fontSize","168px"]]}
|
||||
{"args":["font-size","120px"],"result":[["fontSize","120px"]]}
|
||||
{"args":["margin","0 0 20px"],"result":[["marginTop","0"],["marginRight","0"],["marginBottom","20px"],["marginLeft","0"]]}
|
||||
{"args":["letter-spacing","-0.06em"],"result":[["letterSpacing","-0.06em"]]}
|
||||
{"args":["letter-spacing","-4px"],"result":[["letterSpacing","-4px"]]}
|
||||
{"args":["letter-spacing","-0.07em"],"result":[["letterSpacing","-0.07em"]]}
|
||||
{"args":["letter-spacing","-0.02em"],"result":[["letterSpacing","-0.02em"]]}
|
||||
{"args":["height","120px"],"result":[["height","120px"]]}
|
||||
{"args":["border","1px solid #ddd"],"result":[["borderTopWidth","1px"],["borderTopColor","#ddd"],["borderRightWidth","1px"],["borderRightColor","#ddd"],["borderBottomWidth","1px"],["borderBottomColor","#ddd"],["borderLeftWidth","1px"],["borderLeftColor","#ddd"]]}
|
||||
{"args":["top","100%"],"result":[["top","100%"]]}
|
||||
{"args":["left","0"],"result":[["left","0"]]}
|
||||
{"args":["background","#222"],"result":[["backgroundColor","#222"]]}
|
||||
{"args":["color","#fff"],"result":[["color","#fff"]]}
|
||||
{"args":["top","-34px"],"result":[["top","-34px"]]}
|
||||
{"args":["left","16px"],"result":[["left","16px"]]}
|
||||
{"args":["width","160px"],"result":[["width","160px"]]}
|
||||
{"args":["top","28px"],"result":[["top","28px"]]}
|
||||
{"args":["left","100%"],"result":[["left","100%"]]}
|
||||
{"args":["width","180px"],"result":[["width","180px"]]}
|
||||
{"args":["top","10px"],"result":[["top","10px"]]}
|
||||
{"args":["right","10px"],"result":[["right","10px"]]}
|
||||
{"args":["width","36px"],"result":[["width","36px"]]}
|
||||
{"args":["background","#e5f0ff"],"result":[["backgroundColor","#e5f0ff"]]}
|
||||
{"args":["inset","0"],"result":[["inset","0"]]}
|
||||
{"args":["background","linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)"],"result":[["backgroundImage","linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)"]]}
|
||||
{"args":["inset","-18px"],"result":[["inset","-18px"]]}
|
||||
{"args":["background","linear-gradient(135deg,#b7d7ff,#486aa3)"],"result":[["backgroundImage","linear-gradient(135deg,#b7d7ff,#486aa3)"]]}
|
||||
{"args":["left","12px"],"result":[["left","12px"]]}
|
||||
{"args":["right","12px"],"result":[["right","12px"]]}
|
||||
{"args":["bottom","12px"],"result":[["bottom","12px"]]}
|
||||
{"args":["min-height","28px"],"result":[]}
|
||||
{"args":["background","rgba(255,255,255,.86)"],"result":[["backgroundColor","rgba(255,255,255,.86)"]]}
|
||||
{"args":["height","52px"],"result":[["height","52px"]]}
|
||||
{"args":["background","#111"],"result":[["backgroundColor","#111"]]}
|
||||
{"args":["height","100%"],"result":[["height","100%"]]}
|
||||
{"args":["background","#f5f5f5"],"result":[["backgroundColor","#f5f5f5"]]}
|
||||
{"args":["top","0"],"result":[["top","0"]]}
|
||||
{"args":["left","50%"],"result":[["left","50%"]]}
|
||||
{"args":["overflow","clip"],"result":[["overflow","clip"]]}
|
||||
{"args":["position","static"],"result":[["position","static"]]}
|
||||
{"args":["overflow","visible"],"result":[["overflow","visible"]]}
|
||||
{"args":["overflow","auto"],"result":[["overflow","auto"]]}
|
||||
{"args":["background","#f5efe2"],"result":[["backgroundColor","#f5efe2"]]}
|
||||
{"args":["color","#2a2622"],"result":[["color","#2a2622"]]}
|
||||
{"args":["box-shadow","0 0 24px rgba(0,0,0,0.18)"],"result":[["boxShadow","0 0 24px rgba(0,0,0,0.18)"]]}
|
||||
{"args":["background","repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)"],"result":[["backgroundImage","repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)"]]}
|
||||
{"args":["background","linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)"],"result":[["backgroundImage","linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)"]]}
|
||||
{"args":["background-size","78px 78px, 78px 78px"],"result":[]}
|
||||
{"args":["box-shadow","0 1px 4px rgba(0,0,0,0.08)"],"result":[["boxShadow","0 1px 4px rgba(0,0,0,0.08)"]]}
|
||||
{"args":["border","1px solid rgba(148, 163, 184, 0.16)"],"result":[["borderTopWidth","1px"],["borderTopColor","rgba(148, 163, 184, 0.16)"],["borderRightWidth","1px"],["borderRightColor","rgba(148, 163, 184, 0.16)"],["borderBottomWidth","1px"],["borderBottomColor","rgba(148, 163, 184, 0.16)"],["borderLeftWidth","1px"],["borderLeftColor","rgba(148, 163, 184, 0.16)"]]}
|
||||
{"args":["box-shadow","0 18px 48px -16px rgba(15, 23, 42, 0.18)"],"result":[["boxShadow","0 18px 48px -16px rgba(15, 23, 42, 0.18)"]]}
|
||||
{"args":["border","1px solid oklch(78% 0 0 / 0.16)"],"result":[["borderTopWidth","1px"],["borderTopColor","oklch(78% 0 0 / 0.16)"],["borderRightWidth","1px"],["borderRightColor","oklch(78% 0 0 / 0.16)"],["borderBottomWidth","1px"],["borderBottomColor","oklch(78% 0 0 / 0.16)"],["borderLeftWidth","1px"],["borderLeftColor","oklch(78% 0 0 / 0.16)"]]}
|
||||
{"args":["box-shadow","0 16px 36px -12px oklch(2% 0.004 95 / 0.18)"],"result":[["boxShadow","0 16px 36px -12px oklch(2% 0.004 95 / 0.18)"]]}
|
||||
{"args":["background","linear-gradient(180deg, #f3f4f6, #ffffff)"],"result":[["backgroundImage","linear-gradient(180deg, #f3f4f6, #ffffff)"]]}
|
||||
{"args":["background","linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":[["backgroundImage","linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"]]}
|
||||
{"args":["background-size","100% 32px"],"result":[]}
|
||||
{"args":["background","linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)"],"result":[["backgroundImage","linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)"]]}
|
||||
{"args":["background","linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":[["backgroundImage","linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"]]}
|
||||
{"args":["background","linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":[["backgroundImage","linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"]]}
|
||||
{"args":["background-size","32px 32px"],"result":[]}
|
||||
{"args":["mask-image","linear-gradient(180deg, #000 1px, transparent 1px)"],"result":[]}
|
||||
{"args":["background","#ddd"],"result":[["backgroundColor","#ddd"]]}
|
||||
{"args":["transition","transform 0.3s"],"result":[["transitionProperty","transform"]]}
|
||||
{"args":["transform","scale(1.05)"],"result":[]}
|
||||
{"args":["transform","translateY(-4px)"],"result":[]}
|
||||
{"args":["font-family","Georgia,\"Iowan Old Style\",serif"],"result":[["fontFamily","Georgia,\"Iowan Old Style\",serif"]]}
|
||||
{"args":["padding","32px 24px 40px"],"result":[["paddingTop","32px"],["paddingRight","24px"],["paddingBottom","40px"],["paddingLeft","24px"]]}
|
||||
{"args":["color","#1f2933"],"result":[["color","#1f2933"]]}
|
||||
{"args":["background","#fdfcf9"],"result":[["backgroundColor","#fdfcf9"]]}
|
||||
{"args":["margin","28px 0 8px"],"result":[["marginTop","28px"],["marginRight","0"],["marginBottom","8px"],["marginLeft","0"]]}
|
||||
{"args":["max-width","640px"],"result":[]}
|
||||
{"args":["background","#f1efe9"],"result":[["backgroundColor","#f1efe9"]]}
|
||||
{"args":["font-family","\"SF Mono\",ui-monospace,monospace"],"result":[["fontFamily","\"SF Mono\",ui-monospace,monospace"]]}
|
||||
{"args":["padding","40px 24px"],"result":[["paddingTop","40px"],["paddingRight","24px"],["paddingBottom","40px"],["paddingLeft","24px"]]}
|
||||
{"args":["background","linear-gradient(135deg,#7c3aed,#a855f7)"],"result":[["backgroundImage","linear-gradient(135deg,#7c3aed,#a855f7)"]]}
|
||||
{"args":["font-size","44px"],"result":[["fontSize","44px"]]}
|
||||
{"args":["background","linear-gradient(90deg, #667eea, #764ba2)"],"result":[["backgroundImage","linear-gradient(90deg, #667eea, #764ba2)"]]}
|
||||
{"args":["background","linear-gradient(oklch(0.07 0.006 95),oklch(0.11 0.008 95))"],"result":[["backgroundImage","linear-gradient(oklch(0.07 0.006 95),oklch(0.11 0.008 95))"]]}
|
||||
{"args":["background-color","color(srgb 0.1 0.11 0.12)"],"result":[["backgroundColor","color(srgb 0.1 0.11 0.12)"]]}
|
||||
{"args":["background-color","color-mix(in srgb,white 6%,#0b0b0d)"],"result":[["backgroundColor","color-mix(in srgb,white 6%,#0b0b0d)"]]}
|
||||
{"args":["background-color","color(display-p3 0.07 0.07 0.08)"],"result":[["backgroundColor","color(display-p3 0.07 0.07 0.08)"]]}
|
||||
{"args":["background-color","lch(18 4 60)"],"result":[["backgroundColor","lch(18 4 60)"]]}
|
||||
{"args":["background-color","color(srgb 0.98 0.97 0.95)"],"result":[["backgroundColor","color(srgb 0.98 0.97 0.95)"]]}
|
||||
{"args":["background-color","color(rec2020 0.05 0.05 0.05)"],"result":[["backgroundColor","color(rec2020 0.05 0.05 0.05)"]]}
|
||||
{"args":["background-image","url(opaque-panel.png),linear-gradient(#ff0000,#0000ff)"],"result":[["backgroundImage","url(opaque-panel.png),linear-gradient(#ff0000,#0000ff)"]]}
|
||||
{"args":["background-color","inherit"],"result":[["backgroundColor","inherit"]]}
|
||||
{"args":["color","color(srgb 0.94 0.93 0.91)"],"result":[["color","color(srgb 0.94 0.93 0.91)"]]}
|
||||
{"args":["color","color(srgb 0.78 0.77 0.75)"],"result":[["color","color(srgb 0.78 0.77 0.75)"]]}
|
||||
{"args":["color","oklch(0.92 0.01 90)"],"result":[["color","oklch(0.92 0.01 90)"]]}
|
||||
{"args":["color","color(srgb 0.1 0.11 0.12)"],"result":[["color","color(srgb 0.1 0.11 0.12)"]]}
|
||||
{"args":["color","oklch(0.32 0.01 90)"],"result":[["color","oklch(0.32 0.01 90)"]]}
|
||||
{"args":["color","color(srgb 0.28 0.28 0.3)"],"result":[["color","color(srgb 0.28 0.28 0.3)"]]}
|
||||
{"args":["color","color(display-p3 0.35 0.35 0.36)"],"result":[["color","color(display-p3 0.35 0.35 0.36)"]]}
|
||||
{"args":["color","lch(35 3 60)"],"result":[["color","lch(35 3 60)"]]}
|
||||
{"args":["color","color(srgb 0.75 0.74 0.72)"],"result":[["color","color(srgb 0.75 0.74 0.72)"]]}
|
||||
|
||||
@@ -162,140 +162,3 @@
|
||||
{"args":["var(--paper)"],"result":"var(--paper)"}
|
||||
{"args":["#1a1d24"],"result":"#1a1d24"}
|
||||
{"args":["#f5f2ea"],"result":"#f5f2ea"}
|
||||
{"args":["#f9fafb"],"result":"#f9fafb"}
|
||||
{"args":["1px"],"result":""}
|
||||
{"args":["solid"],"result":""}
|
||||
{"args":["#e5e7eb"],"result":"#e5e7eb"}
|
||||
{"args":["white"],"result":"white"}
|
||||
{"args":["4px"],"result":""}
|
||||
{"args":["#3b82f6"],"result":"#3b82f6"}
|
||||
{"args":["5px"],"result":""}
|
||||
{"args":["#8b5cf6"],"result":"#8b5cf6"}
|
||||
{"args":["3px"],"result":""}
|
||||
{"args":["#1f2937"],"result":"#1f2937"}
|
||||
{"args":["#f472b6"],"result":"#f472b6"}
|
||||
{"args":["#dbeafe"],"result":"#dbeafe"}
|
||||
{"args":["2px"],"result":""}
|
||||
{"args":["#10b981"],"result":"#10b981"}
|
||||
{"args":["#374151"],"result":"#374151"}
|
||||
{"args":["#111827"],"result":"#111827"}
|
||||
{"args":["#6366f1"],"result":"#6366f1"}
|
||||
{"args":["#1e293b"],"result":"#1e293b"}
|
||||
{"args":["#f8fafc"],"result":"#f8fafc"}
|
||||
{"args":["#fdfdfd"],"result":"#fdfdfd"}
|
||||
{"args":["#2563eb"],"result":"#2563eb"}
|
||||
{"args":["#dc2626"],"result":"#dc2626"}
|
||||
{"args":["#0f766e"],"result":"#0f766e"}
|
||||
{"args":["#7c3aed"],"result":"#7c3aed"}
|
||||
{"args":["#ea580c"],"result":"#ea580c"}
|
||||
{"args":["#141820"],"result":"#141820"}
|
||||
{"args":["#38bdf8"],"result":"#38bdf8"}
|
||||
{"args":["#cbd5e1"],"result":"#cbd5e1"}
|
||||
{"args":["#d1d5db"],"result":"#d1d5db"}
|
||||
{"args":["16px"],"result":""}
|
||||
{"args":["#161a22"],"result":"#161a22"}
|
||||
{"args":["#334155"],"result":"#334155"}
|
||||
{"args":["#fafafa"],"result":"#fafafa"}
|
||||
{"args":["0"],"result":""}
|
||||
{"args":["rgb(28,30,38)"],"result":"rgb(28,30,38)"}
|
||||
{"args":["rgb(246,242,244)"],"result":"rgb(246,242,244)"}
|
||||
{"args":["none"],"result":""}
|
||||
{"args":[""],"result":""}
|
||||
{"args":["#0f0f11"],"result":"#0f0f11"}
|
||||
{"args":["#000000"],"result":"#000000"}
|
||||
{"args":["rgb(59, 130, 246)"],"result":"rgb(59, 130, 246)"}
|
||||
{"args":["rgb(16, 185, 129)"],"result":"rgb(16, 185, 129)"}
|
||||
{"args":["rgb(30, 30, 30)"],"result":"rgb(30, 30, 30)"}
|
||||
{"args":["black"],"result":"black"}
|
||||
{"args":["rgb(26, 26, 30)"],"result":"rgb(26, 26, 30)"}
|
||||
{"args":["rgb(250, 250, 252)"],"result":"rgb(250, 250, 252)"}
|
||||
{"args":["#ffffff"],"result":"#ffffff"}
|
||||
{"args":["rgb(30, 64, 175)"],"result":"rgb(30, 64, 175)"}
|
||||
{"args":["rgba(0,0,0,0.03)"],"result":"rgba(0,0,0,0.03)"}
|
||||
{"args":["rgba(0,0,0,0)"],"result":"rgba(0,0,0,0)"}
|
||||
{"args":["rgba(0,0,0,0.5)"],"result":"rgba(0,0,0,0.5)"}
|
||||
{"args":["#ffe4e6"],"result":"#ffe4e6"}
|
||||
{"args":["#1a1a1a"],"result":"#1a1a1a"}
|
||||
{"args":["#faf8f4"],"result":"#faf8f4"}
|
||||
{"args":["#ddd8d0"],"result":"#ddd8d0"}
|
||||
{"args":["6px"],"result":""}
|
||||
{"args":["#b8422e"],"result":"#b8422e"}
|
||||
{"args":["rgba(250,249,246,0.88)"],"result":"rgba(250,249,246,0.88)"}
|
||||
{"args":["oklch(11%0.006 95)"],"result":"oklch(11%0.006 95)"}
|
||||
{"args":["transparent"],"result":"transparent"}
|
||||
{"args":["#eff6ff"],"result":"#eff6ff"}
|
||||
{"args":["#fca5a5"],"result":"#fca5a5"}
|
||||
{"args":["#b91c1c"],"result":"#b91c1c"}
|
||||
{"args":["#ef4444"],"result":"#ef4444"}
|
||||
{"args":["rgba(239,68,68,0.1)"],"result":"rgba(239,68,68,0.1)"}
|
||||
{"args":["#22c55e"],"result":"#22c55e"}
|
||||
{"args":["rgba(34,197,94,0.1)"],"result":"rgba(34,197,94,0.1)"}
|
||||
{"args":["#f59e0b"],"result":"#f59e0b"}
|
||||
{"args":["#fffbeb"],"result":"#fffbeb"}
|
||||
{"args":["oklch(100%0 0)"],"result":"oklch(100%0 0)"}
|
||||
{"args":["oklch(65%0.12 250)"],"result":"oklch(65%0.12 250)"}
|
||||
{"args":["oklch(80%0.05 250)"],"result":"oklch(80%0.05 250)"}
|
||||
{"args":["oklch(75%0.15 45)"],"result":"oklch(75%0.15 45)"}
|
||||
{"args":["oklch(98%0.01 60)"],"result":"oklch(98%0.01 60)"}
|
||||
{"args":["oklch(75%0.18 45)"],"result":"oklch(75%0.18 45)"}
|
||||
{"args":["oklab(60%0.1 0.15)"],"result":"oklab(60%0.1 0.15)"}
|
||||
{"args":["lch(55%60 250)"],"result":"lch(55%60 250)"}
|
||||
{"args":["lab(50%40-30)"],"result":"lab(50%40-30)"}
|
||||
{"args":["var(--brand)"],"result":"var(--brand)"}
|
||||
{"args":["var(--line)"],"result":"var(--line)"}
|
||||
{"args":["var(--warn)"],"result":"var(--warn)"}
|
||||
{"args":["var(--terracotta)"],"result":"var(--terracotta)"}
|
||||
{"args":["oklch(80%0 0)"],"result":"oklch(80%0 0)"}
|
||||
{"args":["oklch(75%0.01 250)"],"result":"oklch(75%0.01 250)"}
|
||||
{"args":["lab(50%0 0)"],"result":"lab(50%0 0)"}
|
||||
{"args":["lch(50%0 0)"],"result":"lch(50%0 0)"}
|
||||
{"args":["oklch(92%0 0/0.12)"],"result":"oklch(92%0 0/0.12)"}
|
||||
{"args":["#f6f6f6"],"result":"#f6f6f6"}
|
||||
{"args":["purple"],"result":"purple"}
|
||||
{"args":["rebeccapurple"],"result":"rebeccapurple"}
|
||||
{"args":["crimson"],"result":"crimson"}
|
||||
{"args":["teal"],"result":"teal"}
|
||||
{"args":["var(--accent)"],"result":"var(--accent)"}
|
||||
{"args":["dimgray"],"result":"dimgray"}
|
||||
{"args":["gainsboro"],"result":"gainsboro"}
|
||||
{"args":["7px"],"result":""}
|
||||
{"args":["#f7f4ee"],"result":"#f7f4ee"}
|
||||
{"args":["#d4c7b9"],"result":"#d4c7b9"}
|
||||
{"args":["#d7d0c2"],"result":"#d7d0c2"}
|
||||
{"args":["#d4d4d4"],"result":"#d4d4d4"}
|
||||
{"args":["#f5f5f4"],"result":"#f5f5f4"}
|
||||
{"args":["#d6d3d1"],"result":"#d6d3d1"}
|
||||
{"args":["#eeeeee"],"result":"#eeeeee"}
|
||||
{"args":["#e2e8f0"],"result":"#e2e8f0"}
|
||||
{"args":["#fff"],"result":"#fff"}
|
||||
{"args":["#f1f5f9"],"result":"#f1f5f9"}
|
||||
{"args":["#ddd6fe"],"result":"#ddd6fe"}
|
||||
{"args":["#93c5fd"],"result":"#93c5fd"}
|
||||
{"args":["#0b0d13"],"result":"#0b0d13"}
|
||||
{"args":["#f6f2ec"],"result":"#f6f2ec"}
|
||||
{"args":["#c9bfb2"],"result":"#c9bfb2"}
|
||||
{"args":["#fffaf3"],"result":"#fffaf3"}
|
||||
{"args":["#d8cec0"],"result":"#d8cec0"}
|
||||
{"args":["#6b7280"],"result":"#6b7280"}
|
||||
{"args":["#fffbe6"],"result":"#fffbe6"}
|
||||
{"args":["#d4a017"],"result":"#d4a017"}
|
||||
{"args":["#fef3c7"],"result":"#fef3c7"}
|
||||
{"args":["#fde68a"],"result":"#fde68a"}
|
||||
{"args":["#94a3b8"],"result":"#94a3b8"}
|
||||
{"args":["#f5f5f7"],"result":"#f5f5f7"}
|
||||
{"args":["#eef2f7"],"result":"#eef2f7"}
|
||||
{"args":["#172033"],"result":"#172033"}
|
||||
{"args":["#23304a"],"result":"#23304a"}
|
||||
{"args":["rgba(255,255,255,0.16)"],"result":"rgba(255,255,255,0.16)"}
|
||||
{"args":["#0f172a"],"result":"#0f172a"}
|
||||
{"args":["#ddd"],"result":"#ddd"}
|
||||
{"args":["#222"],"result":"#222"}
|
||||
{"args":["#e5f0ff"],"result":"#e5f0ff"}
|
||||
{"args":["rgba(255,255,255,.86)"],"result":"rgba(255,255,255,.86)"}
|
||||
{"args":["#111"],"result":"#111"}
|
||||
{"args":["#f5f5f5"],"result":"#f5f5f5"}
|
||||
{"args":["#f5efe2"],"result":"#f5efe2"}
|
||||
{"args":["rgba(148, 163, 184, 0.16)"],"result":"rgba(148, 163, 184, 0.16)"}
|
||||
{"args":["oklch(78% 0 0 / 0.16)"],"result":"oklch(78% 0 0 / 0.16)"}
|
||||
{"args":["#fdfcf9"],"result":"#fdfcf9"}
|
||||
{"args":["#f1efe9"],"result":"#f1efe9"}
|
||||
|
||||
-9
@@ -15,12 +15,3 @@
|
||||
{"args":["paddingLeft","24px",{"$map":[["--brand-accent","#b8422e"]]},null,{"color":"rgb(36, 31, 26)","backgroundColor":"rgb(247, 244, 238)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"\"IBM Plex Sans\",Arial,sans-serif","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"24px","paddingRight":"24px","paddingBottom":"24px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"24px"}
|
||||
{"args":["fontSize","10px",{"$map":[]},null,{"color":"rgb(0, 0, 0)","backgroundColor":"rgba(0, 0, 0, 0)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"10px"}
|
||||
{"args":["fontFamily","'Inter', sans-serif",{"$map":[]},null,{"color":"rgb(0, 0, 0)","backgroundColor":"rgba(0, 0, 0, 0)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"'Inter', sans-serif"}
|
||||
{"args":["fontFamily","'Inter', sans-serif",{"$map":[]},null,{"color":"rgb(0, 0, 0)","backgroundColor":"rgba(0, 0, 0, 0)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"'Inter', sans-serif"}
|
||||
{"args":["backgroundColor","#f7f4ee",{"$map":[["--brand-accent","#b8422e"]]},null,{"color":"rgb(0, 0, 0)","backgroundColor":"rgba(0, 0, 0, 0)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"rgb(247, 244, 238)"}
|
||||
{"args":["color","#241f1a",{"$map":[["--brand-accent","#b8422e"]]},null,{"color":"rgb(0, 0, 0)","backgroundColor":"rgb(247, 244, 238)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"rgb(36, 31, 26)"}
|
||||
{"args":["fontFamily","\"IBM Plex Sans\",Arial,sans-serif",{"$map":[["--brand-accent","#b8422e"]]},null,{"color":"rgb(36, 31, 26)","backgroundColor":"rgb(247, 244, 238)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"\"IBM Plex Sans\",Arial,sans-serif"}
|
||||
{"args":["paddingTop","24px",{"$map":[["--brand-accent","#b8422e"]]},null,{"color":"rgb(36, 31, 26)","backgroundColor":"rgb(247, 244, 238)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"\"IBM Plex Sans\",Arial,sans-serif","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"24px"}
|
||||
{"args":["paddingRight","24px",{"$map":[["--brand-accent","#b8422e"]]},null,{"color":"rgb(36, 31, 26)","backgroundColor":"rgb(247, 244, 238)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"\"IBM Plex Sans\",Arial,sans-serif","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"24px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"24px"}
|
||||
{"args":["paddingBottom","24px",{"$map":[["--brand-accent","#b8422e"]]},null,{"color":"rgb(36, 31, 26)","backgroundColor":"rgb(247, 244, 238)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"\"IBM Plex Sans\",Arial,sans-serif","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"24px","paddingRight":"24px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"24px"}
|
||||
{"args":["paddingLeft","24px",{"$map":[["--brand-accent","#b8422e"]]},null,{"color":"rgb(36, 31, 26)","backgroundColor":"rgb(247, 244, 238)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"\"IBM Plex Sans\",Arial,sans-serif","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"24px","paddingRight":"24px","paddingBottom":"24px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"24px"}
|
||||
{"args":["fontSize","10px",{"$map":[]},null,{"color":"rgb(0, 0, 0)","backgroundColor":"rgba(0, 0, 0, 0)","backgroundImage":"none","borderTopWidth":"0px","borderRightWidth":"0px","borderBottomWidth":"0px","borderLeftWidth":"0px","borderTopColor":"rgb(0, 0, 0)","borderRightColor":"rgb(0, 0, 0)","borderBottomColor":"rgb(0, 0, 0)","borderLeftColor":"rgb(0, 0, 0)","borderRadius":"0px","outlineWidth":"0px","outlineColor":"rgb(0, 0, 0)","outlineStyle":"none","boxShadow":"none","textShadow":"none","fontFamily":"","fontSize":"16px","fontStyle":"normal","fontVariant":"normal","fontWeight":"400","lineHeight":"normal","letterSpacing":"normal","textTransform":"none","textAlign":"start","hyphens":"manual","webkitHyphens":"manual","transitionProperty":"","transitionTimingFunction":"","animationName":"","animationTimingFunction":"","webkitBackgroundClip":"","backgroundClip":"","width":"","height":"","paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px","position":"static","visibility":"visible","opacity":"1","top":"auto","right":"auto","bottom":"auto","left":"auto","inset":"","display":"","overflow":"visible","overflowX":"visible","overflowY":"visible"}],"result":"10px"}
|
||||
|
||||
@@ -17,6 +17,3 @@
|
||||
{"args":["none"],"result":{"name":"","timing":""}}
|
||||
{"args":["ticker-loop 80s linear infinite"],"result":{"name":"ticker-loop","timing":"linear"}}
|
||||
{"args":["blink 1s infinite"],"result":{"name":"blink","timing":""}}
|
||||
{"args":["ticker-loop 80s linear infinite"],"result":{"name":"ticker-loop","timing":"linear"}}
|
||||
{"args":["bounce-keyframe 1s infinite"],"result":{"name":"bounce-keyframe","timing":""}}
|
||||
{"args":["fade-in-keyframe 0.4s cubic-bezier(0.16,1,0.3,1)"],"result":{"name":"fade-in-keyframe","timing":"cubic-bezier(0.16,1,0.3,1)"}}
|
||||
|
||||
@@ -88,89 +88,3 @@
|
||||
{"args":["1px solid #10b981"],"result":{"width":"1px","color":"#10b981"}}
|
||||
{"args":["1px solid #374151"],"result":{"width":"1px","color":"#374151"}}
|
||||
{"args":["2px solid #6366f1"],"result":{"width":"2px","color":"#6366f1"}}
|
||||
{"args":["1px solid #e5e7eb"],"result":{"width":"1px","color":"#e5e7eb"}}
|
||||
{"args":["4px solid #3b82f6"],"result":{"width":"4px","color":"#3b82f6"}}
|
||||
{"args":["5px solid #8b5cf6"],"result":{"width":"5px","color":"#8b5cf6"}}
|
||||
{"args":["3px solid #8b5cf6"],"result":{"width":"3px","color":"#8b5cf6"}}
|
||||
{"args":["4px solid #f472b6"],"result":{"width":"4px","color":"#f472b6"}}
|
||||
{"args":["1px solid #3b82f6"],"result":{"width":"1px","color":"#3b82f6"}}
|
||||
{"args":["2px solid #8b5cf6"],"result":{"width":"2px","color":"#8b5cf6"}}
|
||||
{"args":["2px solid #10b981"],"result":{"width":"2px","color":"#10b981"}}
|
||||
{"args":["1px solid #10b981"],"result":{"width":"1px","color":"#10b981"}}
|
||||
{"args":["1px solid #374151"],"result":{"width":"1px","color":"#374151"}}
|
||||
{"args":["2px solid #6366f1"],"result":{"width":"2px","color":"#6366f1"}}
|
||||
{"args":["4px solid #2563eb"],"result":{"width":"4px","color":"#2563eb"}}
|
||||
{"args":["5px solid #dc2626"],"result":{"width":"5px","color":"#dc2626"}}
|
||||
{"args":["4px solid #0f766e"],"result":{"width":"4px","color":"#0f766e"}}
|
||||
{"args":["4px solid #7c3aed"],"result":{"width":"4px","color":"#7c3aed"}}
|
||||
{"args":["3px solid #ea580c"],"result":{"width":"3px","color":"#ea580c"}}
|
||||
{"args":["4px solid #38bdf8"],"result":{"width":"4px","color":"#38bdf8"}}
|
||||
{"args":["1px solid #cbd5e1"],"result":{"width":"1px","color":"#cbd5e1"}}
|
||||
{"args":["4px solid #d1d5db"],"result":{"width":"4px","color":"#d1d5db"}}
|
||||
{"args":["1px solid #2563eb"],"result":{"width":"1px","color":"#2563eb"}}
|
||||
{"args":["3px solid #2563eb"],"result":{"width":"3px","color":"#2563eb"}}
|
||||
{"args":["16px solid #7c3aed"],"result":{"width":"16px","color":"#7c3aed"}}
|
||||
{"args":["1px solid #334155"],"result":{"width":"1px","color":"#334155"}}
|
||||
{"args":["4px solid #8b5cf6"],"result":{"width":"4px","color":"#8b5cf6"}}
|
||||
{"args":["0"],"result":{"width":"","color":""}}
|
||||
{"args":["1px solid #ddd8d0"],"result":{"width":"1px","color":"#ddd8d0"}}
|
||||
{"args":["6px solid #b8422e"],"result":{"width":"6px","color":"#b8422e"}}
|
||||
{"args":["3px solid transparent"],"result":{"width":"3px","color":"transparent"}}
|
||||
{"args":["3px solid #3b82f6"],"result":{"width":"3px","color":"#3b82f6"}}
|
||||
{"args":["1px solid #fca5a5"],"result":{"width":"1px","color":"#fca5a5"}}
|
||||
{"args":["3px solid #b91c1c"],"result":{"width":"3px","color":"#b91c1c"}}
|
||||
{"args":["none"],"result":{"width":"","color":""}}
|
||||
{"args":["3px solid #e5e7eb"],"result":{"width":"3px","color":"#e5e7eb"}}
|
||||
{"args":["2px solid white"],"result":{"width":"2px","color":"white"}}
|
||||
{"args":["3px solid #ef4444"],"result":{"width":"3px","color":"#ef4444"}}
|
||||
{"args":["3px solid #22c55e"],"result":{"width":"3px","color":"#22c55e"}}
|
||||
{"args":["2px solid #3b82f6"],"result":{"width":"2px","color":"#3b82f6"}}
|
||||
{"args":["2px solid transparent"],"result":{"width":"2px","color":"transparent"}}
|
||||
{"args":["2px solid #111827"],"result":{"width":"2px","color":"#111827"}}
|
||||
{"args":["1px solid #f59e0b"],"result":{"width":"1px","color":"#f59e0b"}}
|
||||
{"args":["3px solid oklch(65%0.12 250)"],"result":{"width":"3px","color":"oklch(65%0.12 250)"}}
|
||||
{"args":["1px solid oklch(80%0.05 250)"],"result":{"width":"1px","color":"oklch(80%0.05 250)"}}
|
||||
{"args":["4px solid oklch(75%0.15 45)"],"result":{"width":"4px","color":"oklch(75%0.15 45)"}}
|
||||
{"args":["4px solid oklch(75%0.18 45)"],"result":{"width":"4px","color":"oklch(75%0.18 45)"}}
|
||||
{"args":["4px solid oklab(60%0.1 0.15)"],"result":{"width":"4px","color":"oklab(60%0.1 0.15)"}}
|
||||
{"args":["4px solid lch(55%60 250)"],"result":{"width":"4px","color":"lch(55%60 250)"}}
|
||||
{"args":["4px solid lab(50%40-30)"],"result":{"width":"4px","color":"lab(50%40-30)"}}
|
||||
{"args":["5px solid var(--brand)"],"result":{"width":"5px","color":"var(--brand)"}}
|
||||
{"args":["1px solid var(--line)"],"result":{"width":"1px","color":"var(--line)"}}
|
||||
{"args":["4px solid var(--warn)"],"result":{"width":"4px","color":"var(--warn)"}}
|
||||
{"args":["4px solid var(--terracotta)"],"result":{"width":"4px","color":"var(--terracotta)"}}
|
||||
{"args":["4px solid var(--brand)"],"result":{"width":"4px","color":"var(--brand)"}}
|
||||
{"args":["3px solid oklch(80%0 0)"],"result":{"width":"3px","color":"oklch(80%0 0)"}}
|
||||
{"args":["3px solid oklch(75%0.01 250)"],"result":{"width":"3px","color":"oklch(75%0.01 250)"}}
|
||||
{"args":["1px solid oklch(65%0.12 250)"],"result":{"width":"1px","color":"oklch(65%0.12 250)"}}
|
||||
{"args":["3px solid lab(50%0 0)"],"result":{"width":"3px","color":"lab(50%0 0)"}}
|
||||
{"args":["3px solid lch(50%0 0)"],"result":{"width":"3px","color":"lch(50%0 0)"}}
|
||||
{"args":["3px solid var(--line)"],"result":{"width":"3px","color":"var(--line)"}}
|
||||
{"args":["1px solid var(--brand)"],"result":{"width":"1px","color":"var(--brand)"}}
|
||||
{"args":["3px solid var(--brand)"],"result":{"width":"3px","color":"var(--brand)"}}
|
||||
{"args":["1px solid oklch(92%0 0/0.12)"],"result":{"width":"1px","color":"oklch(92%0 0/0.12)"}}
|
||||
{"args":["4px solid purple"],"result":{"width":"4px","color":"purple"}}
|
||||
{"args":["5px solid rebeccapurple"],"result":{"width":"5px","color":"rebeccapurple"}}
|
||||
{"args":["4px solid crimson"],"result":{"width":"4px","color":"crimson"}}
|
||||
{"args":["3px solid teal"],"result":{"width":"3px","color":"teal"}}
|
||||
{"args":["6px solid var(--accent)"],"result":{"width":"6px","color":"var(--accent)"}}
|
||||
{"args":["4px solid dimgray"],"result":{"width":"4px","color":"dimgray"}}
|
||||
{"args":["3px solid gainsboro"],"result":{"width":"3px","color":"gainsboro"}}
|
||||
{"args":["4px solid black"],"result":{"width":"4px","color":"black"}}
|
||||
{"args":["1px solid purple"],"result":{"width":"1px","color":"purple"}}
|
||||
{"args":["3px solid purple"],"result":{"width":"3px","color":"purple"}}
|
||||
{"args":["7px solid purple"],"result":{"width":"7px","color":"purple"}}
|
||||
{"args":["1px solid #d4c7b9"],"result":{"width":"1px","color":"#d4c7b9"}}
|
||||
{"args":["1px solid #d7d0c2"],"result":{"width":"1px","color":"#d7d0c2"}}
|
||||
{"args":["1px solid #d4d4d4"],"result":{"width":"1px","color":"#d4d4d4"}}
|
||||
{"args":["1px solid #d6d3d1"],"result":{"width":"1px","color":"#d6d3d1"}}
|
||||
{"args":["1px solid #eeeeee"],"result":{"width":"1px","color":"#eeeeee"}}
|
||||
{"args":["1px solid #e2e8f0"],"result":{"width":"1px","color":"#e2e8f0"}}
|
||||
{"args":["1px solid #c9bfb2"],"result":{"width":"1px","color":"#c9bfb2"}}
|
||||
{"args":["1px solid #d8cec0"],"result":{"width":"1px","color":"#d8cec0"}}
|
||||
{"args":["1px solid #d4a017"],"result":{"width":"1px","color":"#d4a017"}}
|
||||
{"args":["2px solid #94a3b8"],"result":{"width":"2px","color":"#94a3b8"}}
|
||||
{"args":["1px solid rgba(255,255,255,0.16)"],"result":{"width":"1px","color":"rgba(255,255,255,0.16)"}}
|
||||
{"args":["1px solid #ddd"],"result":{"width":"1px","color":"#ddd"}}
|
||||
{"args":["1px solid rgba(148, 163, 184, 0.16)"],"result":{"width":"1px","color":"rgba(148, 163, 184, 0.16)"}}
|
||||
{"args":["1px solid oklch(78% 0 0 / 0.16)"],"result":{"width":"1px","color":"oklch(78% 0 0 / 0.16)"}}
|
||||
|
||||
@@ -241,199 +241,3 @@
|
||||
{"args":["rgb(246, 242, 232)"],"result":{"r":246,"g":242,"b":232,"a":1}}
|
||||
{"args":["#f5f2ea"],"result":{"r":245,"g":242,"b":234,"a":1}}
|
||||
{"args":["rgb(35, 31, 27)"],"result":{"r":35,"g":31,"b":27,"a":1}}
|
||||
{"args":["#ff00aa"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["#ff00aa"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["#f9fafb"],"result":{"r":249,"g":250,"b":251,"a":1}}
|
||||
{"args":["#6b7280"],"result":{"r":107,"g":114,"b":128,"a":1}}
|
||||
{"args":["#4b5563"],"result":{"r":75,"g":85,"b":99,"a":1}}
|
||||
{"args":["#e5e7eb"],"result":{"r":229,"g":231,"b":235,"a":1}}
|
||||
{"args":["white"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["#3b82f6"],"result":{"r":59,"g":130,"b":246,"a":1}}
|
||||
{"args":["#111827"],"result":{"r":17,"g":24,"b":39,"a":1}}
|
||||
{"args":["#8b5cf6"],"result":{"r":139,"g":92,"b":246,"a":1}}
|
||||
{"args":["#10b981"],"result":{"r":16,"g":185,"b":129,"a":1}}
|
||||
{"args":["#ef4444"],"result":{"r":239,"g":68,"b":68,"a":1}}
|
||||
{"args":["#1f2937"],"result":{"r":31,"g":41,"b":55,"a":1}}
|
||||
{"args":["#f472b6"],"result":{"r":244,"g":114,"b":182,"a":1}}
|
||||
{"args":["#9ca3af"],"result":{"r":156,"g":163,"b":175,"a":1}}
|
||||
{"args":["#dbeafe"],"result":{"r":219,"g":234,"b":254,"a":1}}
|
||||
{"args":["#1d4ed8"],"result":{"r":29,"g":78,"b":216,"a":1}}
|
||||
{"args":["#374151"],"result":{"r":55,"g":65,"b":81,"a":1}}
|
||||
{"args":["#6366f1"],"result":{"r":99,"g":102,"b":241,"a":1}}
|
||||
{"args":["#1e293b"],"result":{"r":30,"g":41,"b":59,"a":1}}
|
||||
{"args":["#94a3b8"],"result":{"r":148,"g":163,"b":184,"a":1}}
|
||||
{"args":["#f8fafc"],"result":{"r":248,"g":250,"b":252,"a":1}}
|
||||
{"args":["#475569"],"result":{"r":71,"g":85,"b":105,"a":1}}
|
||||
{"args":["#fdfdfd"],"result":{"r":253,"g":253,"b":253,"a":1}}
|
||||
{"args":["#2563eb"],"result":{"r":37,"g":99,"b":235,"a":1}}
|
||||
{"args":["#dc2626"],"result":{"r":220,"g":38,"b":38,"a":1}}
|
||||
{"args":["#0f766e"],"result":{"r":15,"g":118,"b":110,"a":1}}
|
||||
{"args":["#7c3aed"],"result":{"r":124,"g":58,"b":237,"a":1}}
|
||||
{"args":["#ea580c"],"result":{"r":234,"g":88,"b":12,"a":1}}
|
||||
{"args":["#141820"],"result":{"r":20,"g":24,"b":32,"a":1}}
|
||||
{"args":["#f4f7fb"],"result":{"r":244,"g":247,"b":251,"a":1}}
|
||||
{"args":["#38bdf8"],"result":{"r":56,"g":189,"b":248,"a":1}}
|
||||
{"args":["#cbd5e1"],"result":{"r":203,"g":213,"b":225,"a":1}}
|
||||
{"args":["#d1d5db"],"result":{"r":209,"g":213,"b":219,"a":1}}
|
||||
{"args":["#161a22"],"result":{"r":22,"g":26,"b":34,"a":1}}
|
||||
{"args":["#334155"],"result":{"r":51,"g":65,"b":85,"a":1}}
|
||||
{"args":["#fafafa"],"result":{"r":250,"g":250,"b":250,"a":1}}
|
||||
{"args":["#1a1a1a"],"result":{"r":26,"g":26,"b":26,"a":1}}
|
||||
{"args":["#64748b"],"result":{"r":100,"g":116,"b":139,"a":1}}
|
||||
{"args":["#000000"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(59, 130, 246)"],"result":{"r":59,"g":130,"b":246,"a":1}}
|
||||
{"args":["rgb(150, 150, 150)"],"result":{"r":150,"g":150,"b":150,"a":1}}
|
||||
{"args":["rgb(16, 185, 129)"],"result":{"r":16,"g":185,"b":129,"a":1}}
|
||||
{"args":["rgb(180, 180, 180)"],"result":{"r":180,"g":180,"b":180,"a":1}}
|
||||
{"args":["rgb(200, 200, 200)"],"result":{"r":200,"g":200,"b":200,"a":1}}
|
||||
{"args":["rgb(30, 30, 30)"],"result":{"r":30,"g":30,"b":30,"a":1}}
|
||||
{"args":["rgb(80, 80, 80)"],"result":{"r":80,"g":80,"b":80,"a":1}}
|
||||
{"args":["#808080"],"result":{"r":128,"g":128,"b":128,"a":1}}
|
||||
{"args":["#666666"],"result":{"r":102,"g":102,"b":102,"a":1}}
|
||||
{"args":["rgb(139, 92, 246)"],"result":{"r":139,"g":92,"b":246,"a":1}}
|
||||
{"args":["rgb(31,26,21)"],"result":{"r":31,"g":26,"b":21,"a":1}}
|
||||
{"args":["rgb(91,79,68)"],"result":{"r":91,"g":79,"b":68,"a":1}}
|
||||
{"args":["rgb(55,65,81)"],"result":{"r":55,"g":65,"b":81,"a":1}}
|
||||
{"args":["rgb(108,114,128)"],"result":{"r":108,"g":114,"b":128,"a":1}}
|
||||
{"args":["rgb(182,50,45)"],"result":{"r":182,"g":50,"b":45,"a":1}}
|
||||
{"args":["rgb(92,84,73)"],"result":{"r":92,"g":84,"b":73,"a":1}}
|
||||
{"args":["black"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(156, 163, 175)"],"result":{"r":156,"g":163,"b":175,"a":1}}
|
||||
{"args":["rgb(168, 85, 247)"],"result":{"r":168,"g":85,"b":247,"a":1}}
|
||||
{"args":["currentcolor"],"result":null}
|
||||
{"args":["#e8e2d6"],"result":{"r":232,"g":226,"b":214,"a":1}}
|
||||
{"args":["#cfc9bd"],"result":{"r":207,"g":201,"b":189,"a":1}}
|
||||
{"args":["rgb(26, 26, 30)"],"result":{"r":26,"g":26,"b":30,"a":1}}
|
||||
{"args":["rgb(240, 240, 245)"],"result":{"r":240,"g":240,"b":245,"a":1}}
|
||||
{"args":["rgb(250, 250, 252)"],"result":{"r":250,"g":250,"b":252,"a":1}}
|
||||
{"args":["rgb(20, 20, 25)"],"result":{"r":20,"g":20,"b":25,"a":1}}
|
||||
{"args":["#ffffff"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["rgb(30, 64, 175)"],"result":{"r":30,"g":64,"b":175,"a":1}}
|
||||
{"args":["rgb(5, 46, 32)"],"result":{"r":5,"g":46,"b":32,"a":1}}
|
||||
{"args":["rgb(220, 38, 38)"],"result":{"r":220,"g":38,"b":38,"a":1}}
|
||||
{"args":["rgb(180, 83, 9)"],"result":{"r":180,"g":83,"b":9,"a":1}}
|
||||
{"args":["rgb(255, 255, 255)"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["rgba(0,0,0,0.03)"],"result":{"r":0,"g":0,"b":0,"a":0.03}}
|
||||
{"args":["rgba(0,0,0,0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgba(0,0,0,0.5)"],"result":{"r":0,"g":0,"b":0,"a":0.5}}
|
||||
{"args":["rgb(170,170,170)"],"result":{"r":170,"g":170,"b":170,"a":1}}
|
||||
{"args":["rgb(20,20,25)"],"result":{"r":20,"g":20,"b":25,"a":1}}
|
||||
{"args":["rgb(245,240,232)"],"result":{"r":245,"g":240,"b":232,"a":1}}
|
||||
{"args":["rgb(150,60,55)"],"result":{"r":150,"g":60,"b":55,"a":1}}
|
||||
{"args":["rgb(28,30,38)"],"result":{"r":28,"g":30,"b":38,"a":1}}
|
||||
{"args":["rgb(230,232,237)"],"result":{"r":230,"g":232,"b":237,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["#e8e6e3"],"result":{"r":232,"g":230,"b":227,"a":1}}
|
||||
{"args":["#0f0f11"],"result":{"r":15,"g":15,"b":17,"a":1}}
|
||||
{"args":["#8e8c89"],"result":{"r":142,"g":140,"b":137,"a":1}}
|
||||
{"args":["#ded9cf"],"result":{"r":222,"g":217,"b":207,"a":1}}
|
||||
{"args":["#3a352c"],"result":{"r":58,"g":53,"b":44,"a":1}}
|
||||
{"args":["var(--fixture-undefined-token)"],"result":null}
|
||||
{"args":["#efe9dd"],"result":{"r":239,"g":233,"b":221,"a":1}}
|
||||
{"args":["#ffe4e6"],"result":{"r":255,"g":228,"b":230,"a":1}}
|
||||
{"args":["#faf8f4"],"result":{"r":250,"g":248,"b":244,"a":1}}
|
||||
{"args":["#262421"],"result":{"r":38,"g":36,"b":33,"a":1}}
|
||||
{"args":["#ddd8d0"],"result":{"r":221,"g":216,"b":208,"a":1}}
|
||||
{"args":["#b8422e"],"result":{"r":184,"g":66,"b":46,"a":1}}
|
||||
{"args":["oklch(91%0 0)"],"result":{"r":225,"g":225,"b":225,"a":1}}
|
||||
{"args":["oklch(88%0 0)"],"result":{"r":215,"g":215,"b":215,"a":1}}
|
||||
{"args":["oklch(11%0.006 95)"],"result":{"r":5,"g":4,"b":3,"a":1}}
|
||||
{"args":["rgba(250,249,246,0.88)"],"result":{"r":250,"g":249,"b":246,"a":0.88}}
|
||||
{"args":["oklch(15%0.01 95)"],"result":{"r":12,"g":11,"b":7,"a":1}}
|
||||
{"args":["oklch(30%0 0)"],"result":{"r":46,"g":46,"b":46,"a":1}}
|
||||
{"args":["oklch(32%0 0)"],"result":{"r":51,"g":51,"b":51,"a":1}}
|
||||
{"args":["oklch(90%0 0)"],"result":{"r":222,"g":222,"b":222,"a":1}}
|
||||
{"args":["oklch(20%0 0)"],"result":{"r":22,"g":22,"b":22,"a":1}}
|
||||
{"args":["transparent"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["#eff6ff"],"result":{"r":239,"g":246,"b":255,"a":1}}
|
||||
{"args":["#fca5a5"],"result":{"r":252,"g":165,"b":165,"a":1}}
|
||||
{"args":["#b91c1c"],"result":{"r":185,"g":28,"b":28,"a":1}}
|
||||
{"args":["#e2e8f0"],"result":{"r":226,"g":232,"b":240,"a":1}}
|
||||
{"args":["rgba(239,68,68,0.1)"],"result":{"r":239,"g":68,"b":68,"a":0.1}}
|
||||
{"args":["#22c55e"],"result":{"r":34,"g":197,"b":94,"a":1}}
|
||||
{"args":["rgba(34,197,94,0.1)"],"result":{"r":34,"g":197,"b":94,"a":0.1}}
|
||||
{"args":["#f59e0b"],"result":{"r":245,"g":158,"b":11,"a":1}}
|
||||
{"args":["#fffbeb"],"result":{"r":255,"g":251,"b":235,"a":1}}
|
||||
{"args":["#92400e"],"result":{"r":146,"g":64,"b":14,"a":1}}
|
||||
{"args":["#d97706"],"result":{"r":217,"g":119,"b":6,"a":1}}
|
||||
{"args":["oklch(100%0 0)"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["oklch(98%0.01 60)"],"result":{"r":254,"g":247,"b":242,"a":1}}
|
||||
{"args":["#87a8ff"],"result":{"r":135,"g":168,"b":255,"a":1}}
|
||||
{"args":["#8a6a2f"],"result":{"r":138,"g":106,"b":47,"a":1}}
|
||||
{"args":["#aa674d"],"result":{"r":170,"g":103,"b":77,"a":1}}
|
||||
{"args":["#f6f6f6"],"result":{"r":246,"g":246,"b":246,"a":1}}
|
||||
{"args":["purple"],"result":{"r":128,"g":0,"b":128,"a":1}}
|
||||
{"args":["rebeccapurple"],"result":{"r":102,"g":51,"b":153,"a":1}}
|
||||
{"args":["crimson"],"result":{"r":220,"g":20,"b":60,"a":1}}
|
||||
{"args":["teal"],"result":{"r":0,"g":128,"b":128,"a":1}}
|
||||
{"args":["orange"],"result":{"r":255,"g":165,"b":0,"a":1}}
|
||||
{"args":["dimgray"],"result":{"r":105,"g":105,"b":105,"a":1}}
|
||||
{"args":["gainsboro"],"result":{"r":220,"g":220,"b":220,"a":1}}
|
||||
{"args":["#f7f4ee"],"result":{"r":247,"g":244,"b":238,"a":1}}
|
||||
{"args":["#241f1a"],"result":{"r":36,"g":31,"b":26,"a":1}}
|
||||
{"args":["#d4c7b9"],"result":{"r":212,"g":199,"b":185,"a":1}}
|
||||
{"args":["#ff00aa"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["rgb(20,180,220)"],"result":{"r":20,"g":180,"b":220,"a":1}}
|
||||
{"args":["#00a982"],"result":{"r":0,"g":169,"b":130,"a":1}}
|
||||
{"args":["rgba(184,66,46,0.45)"],"result":{"r":184,"g":66,"b":46,"a":0.45}}
|
||||
{"args":["#bb442f"],"result":{"r":187,"g":68,"b":47,"a":1}}
|
||||
{"args":["#d55a42"],"result":{"r":213,"g":90,"b":66,"a":1}}
|
||||
{"args":["#d7d0c2"],"result":{"r":215,"g":208,"b":194,"a":1}}
|
||||
{"args":["#7c5c00"],"result":{"r":124,"g":92,"b":0,"a":1}}
|
||||
{"args":["#222222"],"result":{"r":34,"g":34,"b":34,"a":1}}
|
||||
{"args":["#b45309"],"result":{"r":180,"g":83,"b":9,"a":1}}
|
||||
{"args":["#d4d4d4"],"result":{"r":212,"g":212,"b":212,"a":1}}
|
||||
{"args":["#f5f5f4"],"result":{"r":245,"g":245,"b":244,"a":1}}
|
||||
{"args":["#d6d3d1"],"result":{"r":214,"g":211,"b":209,"a":1}}
|
||||
{"args":["#57534e"],"result":{"r":87,"g":83,"b":78,"a":1}}
|
||||
{"args":["#eeeeee"],"result":{"r":238,"g":238,"b":238,"a":1}}
|
||||
{"args":["#fff"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["#0f172a"],"result":{"r":15,"g":23,"b":42,"a":1}}
|
||||
{"args":["#f1f5f9"],"result":{"r":241,"g":245,"b":249,"a":1}}
|
||||
{"args":["#ddd6fe"],"result":{"r":221,"g":214,"b":254,"a":1}}
|
||||
{"args":["#93c5fd"],"result":{"r":147,"g":197,"b":253,"a":1}}
|
||||
{"args":["#0b0d13"],"result":{"r":11,"g":13,"b":19,"a":1}}
|
||||
{"args":["#e6e6e6"],"result":{"r":230,"g":230,"b":230,"a":1}}
|
||||
{"args":["#f6f2ec"],"result":{"r":246,"g":242,"b":236,"a":1}}
|
||||
{"args":["#171411"],"result":{"r":23,"g":20,"b":17,"a":1}}
|
||||
{"args":["#c9bfb2"],"result":{"r":201,"g":191,"b":178,"a":1}}
|
||||
{"args":["#fffaf3"],"result":{"r":255,"g":250,"b":243,"a":1}}
|
||||
{"args":["#5b5046"],"result":{"r":91,"g":80,"b":70,"a":1}}
|
||||
{"args":["#d8cec0"],"result":{"r":216,"g":206,"b":192,"a":1}}
|
||||
{"args":["#fffbe6"],"result":{"r":255,"g":251,"b":230,"a":1}}
|
||||
{"args":["#d4a017"],"result":{"r":212,"g":160,"b":23,"a":1}}
|
||||
{"args":["#8b6914"],"result":{"r":139,"g":105,"b":20,"a":1}}
|
||||
{"args":["#fef3c7"],"result":{"r":254,"g":243,"b":199,"a":1}}
|
||||
{"args":["#78350f"],"result":{"r":120,"g":53,"b":15,"a":1}}
|
||||
{"args":["#fde68a"],"result":{"r":253,"g":230,"b":138,"a":1}}
|
||||
{"args":["#f5f5f7"],"result":{"r":245,"g":245,"b":247,"a":1}}
|
||||
{"args":["#eef2f7"],"result":{"r":238,"g":242,"b":247,"a":1}}
|
||||
{"args":["#172033"],"result":{"r":23,"g":32,"b":51,"a":1}}
|
||||
{"args":["#23304a"],"result":{"r":35,"g":48,"b":74,"a":1}}
|
||||
{"args":["rgba(255,255,255,0.16)"],"result":{"r":255,"g":255,"b":255,"a":0.16}}
|
||||
{"args":["#ddd"],"result":{"r":221,"g":221,"b":221,"a":1}}
|
||||
{"args":["#222"],"result":{"r":34,"g":34,"b":34,"a":1}}
|
||||
{"args":["#e5f0ff"],"result":{"r":229,"g":240,"b":255,"a":1}}
|
||||
{"args":["#111"],"result":{"r":17,"g":17,"b":17,"a":1}}
|
||||
{"args":["rgba(255,255,255,.86)"],"result":{"r":255,"g":255,"b":255,"a":0.86}}
|
||||
{"args":["#f5f5f5"],"result":{"r":245,"g":245,"b":245,"a":1}}
|
||||
{"args":["#f5efe2"],"result":{"r":245,"g":239,"b":226,"a":1}}
|
||||
{"args":["#2a2622"],"result":{"r":42,"g":38,"b":34,"a":1}}
|
||||
{"args":["rgba(148, 163, 184, 0.16)"],"result":{"r":148,"g":163,"b":184,"a":0.16}}
|
||||
{"args":["#1f2933"],"result":{"r":31,"g":41,"b":51,"a":1}}
|
||||
{"args":["#fdfcf9"],"result":{"r":253,"g":252,"b":249,"a":1}}
|
||||
{"args":["#f1efe9"],"result":{"r":241,"g":239,"b":233,"a":1}}
|
||||
{"args":["oklch(0.92 0.01 90)"],"result":{"r":231,"g":228,"b":221,"a":1}}
|
||||
{"args":["oklch(0.32 0.01 90)"],"result":{"r":53,"g":51,"b":45,"a":1}}
|
||||
{"args":["color(srgb 0.1 0.11 0.12)"],"result":{"r":26,"g":28,"b":31,"a":1}}
|
||||
{"args":["color(srgb 0.28 0.28 0.3)"],"result":{"r":71,"g":71,"b":77,"a":1}}
|
||||
{"args":["color(display-p3 0.07 0.07 0.08)"],"result":{"r":18,"g":18,"b":21,"a":1}}
|
||||
{"args":["color(display-p3 0.35 0.35 0.36)"],"result":{"r":89,"g":89,"b":92,"a":1}}
|
||||
{"args":["lch(18 4 60)"],"result":{"r":48,"g":43,"b":39,"a":1}}
|
||||
{"args":["lch(35 3 60)"],"result":{"r":86,"g":81,"b":78,"a":1}}
|
||||
{"args":["color(srgb 0.98 0.97 0.95)"],"result":{"r":250,"g":247,"b":242,"a":1}}
|
||||
{"args":["color(srgb 0.75 0.74 0.72)"],"result":{"r":191,"g":189,"b":184,"a":1}}
|
||||
{"args":["color(srgb 0.78 0.77 0.75)"],"result":{"r":199,"g":196,"b":191,"a":1}}
|
||||
{"args":["color(srgb 0.94 0.93 0.91)"],"result":{"r":240,"g":237,"b":232,"a":1}}
|
||||
{"args":["color-mix(in srgb,white 6%,#0b0b0d)"],"result":{"r":26,"g":26,"b":28,"a":1}}
|
||||
{"args":["color(rec2020 0.05 0.05 0.05)"],"result":null}
|
||||
|
||||
@@ -2,6 +2,3 @@
|
||||
{"args":["600 14px/1 system-ui"],"result":[["fontWeight","600"],["fontSize","14px"],["lineHeight","1"],["fontFamily","system-ui"]]}
|
||||
{"args":["700 12px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace"],"result":[["fontWeight","700"],["fontSize","12px"],["lineHeight","1.1"],["fontFamily","ui-monospace,SFMono-Regular,Menlo,monospace"]]}
|
||||
{"args":["16px/1.5 system-ui,sans-serif"],"result":[["fontSize","16px"],["lineHeight","1.5"],["fontFamily","system-ui,sans-serif"]]}
|
||||
{"args":["14px/1.5 system-ui,sans-serif"],"result":[["fontSize","14px"],["lineHeight","1.5"],["fontFamily","system-ui,sans-serif"]]}
|
||||
{"args":["16px/1.5 system-ui,sans-serif"],"result":[["fontSize","16px"],["lineHeight","1.5"],["fontFamily","system-ui,sans-serif"]]}
|
||||
{"args":["700 12px/1.1 ui-monospace,SFMono-Regular,Menlo,monospace"],"result":[["fontWeight","700"],["fontSize","12px"],["lineHeight","1.1"],["fontFamily","ui-monospace,SFMono-Regular,Menlo,monospace"]]}
|
||||
|
||||
-154
@@ -188,157 +188,3 @@
|
||||
{"args":["color: rgb(246, 242, 232);",6017],"result":[{"prop":"color","value":"rgb(246, 242, 232)","important":false,"order":6017}]}
|
||||
{"args":["color: rgb(35, 31, 27);",7017],"result":[{"prop":"color","value":"rgb(35, 31, 27)","important":false,"order":7017}]}
|
||||
{"args":["color: rgb(255, 255, 255);",8017],"result":[{"prop":"color","value":"rgb(255, 255, 255)","important":false,"order":8017}]}
|
||||
{"args":["background: #1f2937; padding: 1rem; border-radius: 12px; border-left: 4px solid #f472b6; max-width: 28rem;",15],"result":[{"prop":"background","value":"#1f2937","important":false,"order":15},{"prop":"padding","value":"1rem","important":false,"order":16},{"prop":"border-radius","value":"12px","important":false,"order":17},{"prop":"border-left","value":"4px solid #f472b6","important":false,"order":18},{"prop":"max-width","value":"28rem","important":false,"order":19}]}
|
||||
{"args":["font-weight: 600; font-size: 0.875rem; color: white;",1015],"result":[{"prop":"font-weight","value":"600","important":false,"order":1015},{"prop":"font-size","value":"0.875rem","important":false,"order":1016},{"prop":"color","value":"white","important":false,"order":1017}]}
|
||||
{"args":["font-size: 0.8125rem; color: #9ca3af;",2015],"result":[{"prop":"font-size","value":"0.8125rem","important":false,"order":2015},{"prop":"color","value":"#9ca3af","important":false,"order":2016}]}
|
||||
{"args":["border: 1px solid #e5e7eb;",13],"result":[{"prop":"border","value":"1px solid #e5e7eb","important":false,"order":13}]}
|
||||
{"args":["max-width: 28rem; margin-bottom: 1rem; padding: 1.5rem; background: white; border-top: 1px solid #3b82f6; box-shadow: 0 1px 3px rgba(0,0,0,0.1);",1013],"result":[{"prop":"max-width","value":"28rem","important":false,"order":1013},{"prop":"margin-bottom","value":"1rem","important":false,"order":1014},{"prop":"padding","value":"1.5rem","important":false,"order":1015},{"prop":"background","value":"white","important":false,"order":1016},{"prop":"border-top","value":"1px solid #3b82f6","important":false,"order":1017},{"prop":"box-shadow","value":"0 1px 3px rgba(0,0,0,0.1)","important":false,"order":1018}]}
|
||||
{"args":["font-weight: 600; color: #111827;",2013],"result":[{"prop":"font-weight","value":"600","important":false,"order":2013},{"prop":"color","value":"#111827","important":false,"order":2014}]}
|
||||
{"args":["font-size: 0.875rem; color: #6b7280; margin-top: 0.25rem;",3013],"result":[{"prop":"font-size","value":"0.875rem","important":false,"order":3013},{"prop":"color","value":"#6b7280","important":false,"order":3014},{"prop":"margin-top","value":"0.25rem","important":false,"order":3015}]}
|
||||
{"args":["max-width: 28rem; margin-bottom: 1rem; padding: 1.5rem; background: white; border-bottom: 2px solid #10b981; box-shadow: 0 1px 3px rgba(0,0,0,0.1);",4013],"result":[{"prop":"max-width","value":"28rem","important":false,"order":4013},{"prop":"margin-bottom","value":"1rem","important":false,"order":4014},{"prop":"padding","value":"1.5rem","important":false,"order":4015},{"prop":"background","value":"white","important":false,"order":4016},{"prop":"border-bottom","value":"2px solid #10b981","important":false,"order":4017},{"prop":"box-shadow","value":"0 1px 3px rgba(0,0,0,0.1)","important":false,"order":4018}]}
|
||||
{"args":["font-weight: 600; color: #111827;",5013],"result":[{"prop":"font-weight","value":"600","important":false,"order":5013},{"prop":"color","value":"#111827","important":false,"order":5014}]}
|
||||
{"args":["font-size: 0.875rem; color: #6b7280; margin-top: 0.25rem;",6013],"result":[{"prop":"font-size","value":"0.875rem","important":false,"order":6013},{"prop":"color","value":"#6b7280","important":false,"order":6014},{"prop":"margin-top","value":"0.25rem","important":false,"order":6015}]}
|
||||
{"args":["border-left: 1px solid #10b981;",7013],"result":[{"prop":"border-left","value":"1px solid #10b981","important":false,"order":7013}]}
|
||||
{"args":["background: #1f2937; padding: 1.5rem; border-radius: 0.5rem; border: 1px solid #374151; max-width: 28rem; margin-bottom: 1rem;",8013],"result":[{"prop":"background","value":"#1f2937","important":false,"order":8013},{"prop":"padding","value":"1.5rem","important":false,"order":8014},{"prop":"border-radius","value":"0.5rem","important":false,"order":8015},{"prop":"border","value":"1px solid #374151","important":false,"order":8016},{"prop":"max-width","value":"28rem","important":false,"order":8017},{"prop":"margin-bottom","value":"1rem","important":false,"order":8018}]}
|
||||
{"args":["font-weight: 600; color: white;",9013],"result":[{"prop":"font-weight","value":"600","important":false,"order":9013},{"prop":"color","value":"white","important":false,"order":9014}]}
|
||||
{"args":["font-size: 0.875rem; color: #9ca3af; margin-top: 0.25rem;",10013],"result":[{"prop":"font-size","value":"0.875rem","important":false,"order":10013},{"prop":"color","value":"#9ca3af","important":false,"order":10014},{"prop":"margin-top","value":"0.25rem","important":false,"order":10015}]}
|
||||
{"args":["background: #111827; padding: 1.5rem; max-width: 28rem; margin-bottom: 1rem; border-bottom: 2px solid #6366f1;",11013],"result":[{"prop":"background","value":"#111827","important":false,"order":11013},{"prop":"padding","value":"1.5rem","important":false,"order":11014},{"prop":"max-width","value":"28rem","important":false,"order":11015},{"prop":"margin-bottom","value":"1rem","important":false,"order":11016},{"prop":"border-bottom","value":"2px solid #6366f1","important":false,"order":11017}]}
|
||||
{"args":["font-weight: 600; color: white;",12013],"result":[{"prop":"font-weight","value":"600","important":false,"order":12013},{"prop":"color","value":"white","important":false,"order":12014}]}
|
||||
{"args":["font-size: 0.875rem; color: #9ca3af; margin-top: 0.25rem;",13013],"result":[{"prop":"font-size","value":"0.875rem","important":false,"order":13013},{"prop":"color","value":"#9ca3af","important":false,"order":13014},{"prop":"margin-top","value":"0.25rem","important":false,"order":13015}]}
|
||||
{"args":["background: #1e293b; padding: 1.5rem; border-radius: 0.5rem; max-width: 28rem; margin-bottom: 1rem; box-shadow: 0 4px 6px rgba(0,0,0,0.3);",14013],"result":[{"prop":"background","value":"#1e293b","important":false,"order":14013},{"prop":"padding","value":"1.5rem","important":false,"order":14014},{"prop":"border-radius","value":"0.5rem","important":false,"order":14015},{"prop":"max-width","value":"28rem","important":false,"order":14016},{"prop":"margin-bottom","value":"1rem","important":false,"order":14017},{"prop":"box-shadow","value":"0 4px 6px rgba(0,0,0,0.3)","important":false,"order":14018}]}
|
||||
{"args":["font-weight: 600; color: white;",15013],"result":[{"prop":"font-weight","value":"600","important":false,"order":15013},{"prop":"color","value":"white","important":false,"order":15014}]}
|
||||
{"args":["font-size: 0.875rem; color: #94a3b8; margin-top: 0.25rem;",16013],"result":[{"prop":"font-size","value":"0.875rem","important":false,"order":16013},{"prop":"color","value":"#94a3b8","important":false,"order":16014},{"prop":"margin-top","value":"0.25rem","important":false,"order":16015}]}
|
||||
{"args":["font-family: 'Inter', sans-serif;",1],"result":[{"prop":"font-family","value":"'Inter', sans-serif","important":false,"order":1}]}
|
||||
{"args":["font-size: 14px; border-left: 4px solid #3b82f6; border-radius: 8px; padding: 1rem; background: white;",1001],"result":[{"prop":"font-size","value":"14px","important":false,"order":1001},{"prop":"border-left","value":"4px solid #3b82f6","important":false,"order":1002},{"prop":"border-radius","value":"8px","important":false,"order":1003},{"prop":"padding","value":"1rem","important":false,"order":1004},{"prop":"background","value":"white","important":false,"order":1005}]}
|
||||
{"args":["font-size: 16px; font-weight: 600;",2001],"result":[{"prop":"font-size","value":"16px","important":false,"order":2001},{"prop":"font-weight","value":"600","important":false,"order":2002}]}
|
||||
{"args":["font-size: 15px; color: #6b7280;",3001],"result":[{"prop":"font-size","value":"15px","important":false,"order":3001},{"prop":"color","value":"#6b7280","important":false,"order":3002}]}
|
||||
{"args":["background: #000000; color: white;",30],"result":[{"prop":"background","value":"#000000","important":false,"order":30},{"prop":"color","value":"white","important":false,"order":31}]}
|
||||
{"args":["background: rgb(59, 130, 246);",1030],"result":[{"prop":"background","value":"rgb(59, 130, 246)","important":false,"order":1030}]}
|
||||
{"args":["color: rgb(150, 150, 150);",2030],"result":[{"prop":"color","value":"rgb(150, 150, 150)","important":false,"order":2030}]}
|
||||
{"args":["background: rgb(16, 185, 129);",3030],"result":[{"prop":"background","value":"rgb(16, 185, 129)","important":false,"order":3030}]}
|
||||
{"args":["color: rgb(180, 180, 180);",4030],"result":[{"prop":"color","value":"rgb(180, 180, 180)","important":false,"order":4030}]}
|
||||
{"args":["background: white;",5030],"result":[{"prop":"background","value":"white","important":false,"order":5030}]}
|
||||
{"args":["color: rgb(200, 200, 200);",6030],"result":[{"prop":"color","value":"rgb(200, 200, 200)","important":false,"order":6030}]}
|
||||
{"args":["background: rgb(30, 30, 30);",7030],"result":[{"prop":"background","value":"rgb(30, 30, 30)","important":false,"order":7030}]}
|
||||
{"args":["color: rgb(80, 80, 80);",8030],"result":[{"prop":"color","value":"rgb(80, 80, 80)","important":false,"order":8030}]}
|
||||
{"args":["background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%); padding: 16px;",9030],"result":[{"prop":"background","value":"linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)","important":false,"order":9030},{"prop":"padding","value":"16px","important":false,"order":9031}]}
|
||||
{"args":["color: #808080; font-size: 32px; font-weight: 800; margin: 0;",10030],"result":[{"prop":"color","value":"#808080","important":false,"order":10030},{"prop":"font-size","value":"32px","important":false,"order":10031},{"prop":"font-weight","value":"800","important":false,"order":10032},{"prop":"margin","value":"0","important":false,"order":10033}]}
|
||||
{"args":["color: #666666; font-size: 14px;",11030],"result":[{"prop":"color","value":"#666666","important":false,"order":11030},{"prop":"font-size","value":"14px","important":false,"order":11031}]}
|
||||
{"args":["background: linear-gradient(135deg, #667eea, #764ba2); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.5rem;",12030],"result":[{"prop":"background","value":"linear-gradient(135deg, #667eea, #764ba2)","important":false,"order":12030},{"prop":"-webkit-background-clip","value":"text","important":false,"order":12031},{"prop":"background-clip","value":"text","important":false,"order":12032},{"prop":"-webkit-text-fill-color","value":"transparent","important":false,"order":12033},{"prop":"font-size","value":"1.5rem","important":false,"order":12034}]}
|
||||
{"args":["color: rgb(139, 92, 246); font-size: 1.5rem; margin: 0;",13030],"result":[{"prop":"color","value":"rgb(139, 92, 246)","important":false,"order":13030},{"prop":"font-size","value":"1.5rem","important":false,"order":13031},{"prop":"margin","value":"0","important":false,"order":13032}]}
|
||||
{"args":["background: black; color: white;",14030],"result":[{"prop":"background","value":"black","important":false,"order":14030},{"prop":"color","value":"white","important":false,"order":14031}]}
|
||||
{"args":["background: rgb(59, 130, 246);",15030],"result":[{"prop":"background","value":"rgb(59, 130, 246)","important":false,"order":15030}]}
|
||||
{"args":["color: rgb(156, 163, 175);",16030],"result":[{"prop":"color","value":"rgb(156, 163, 175)","important":false,"order":16030}]}
|
||||
{"args":["color: rgb(168, 85, 247); font-size: 1.5rem; font-weight: 700;",17030],"result":[{"prop":"color","value":"rgb(168, 85, 247)","important":false,"order":17030},{"prop":"font-size","value":"1.5rem","important":false,"order":17031},{"prop":"font-weight","value":"700","important":false,"order":17032}]}
|
||||
{"args":["background: linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241)); color: white;",18030],"result":[{"prop":"background","value":"linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))","important":false,"order":18030},{"prop":"color","value":"white","important":false,"order":18031}]}
|
||||
{"args":["background: rgb(26, 26, 30);",19030],"result":[{"prop":"background","value":"rgb(26, 26, 30)","important":false,"order":19030}]}
|
||||
{"args":["color: rgb(240, 240, 245);",20030],"result":[{"prop":"color","value":"rgb(240, 240, 245)","important":false,"order":20030}]}
|
||||
{"args":["background: rgb(250, 250, 252);",21030],"result":[{"prop":"background","value":"rgb(250, 250, 252)","important":false,"order":21030}]}
|
||||
{"args":["color: rgb(20, 20, 25);",22030],"result":[{"prop":"color","value":"rgb(20, 20, 25)","important":false,"order":22030}]}
|
||||
{"args":["background: #ffffff;",23030],"result":[{"prop":"background","value":"#ffffff","important":false,"order":23030}]}
|
||||
{"args":["color: #111827;",24030],"result":[{"prop":"color","value":"#111827","important":false,"order":24030}]}
|
||||
{"args":["background: rgb(30, 64, 175);",25030],"result":[{"prop":"background","value":"rgb(30, 64, 175)","important":false,"order":25030}]}
|
||||
{"args":["color: rgb(240, 240, 245);",26030],"result":[{"prop":"color","value":"rgb(240, 240, 245)","important":false,"order":26030}]}
|
||||
{"args":["background: rgb(16, 185, 129);",27030],"result":[{"prop":"background","value":"rgb(16, 185, 129)","important":false,"order":27030}]}
|
||||
{"args":["color: rgb(5, 46, 32);",28030],"result":[{"prop":"color","value":"rgb(5, 46, 32)","important":false,"order":28030}]}
|
||||
{"args":["color: rgb(220, 38, 38); font-size: 1.25rem; margin: 0;",29030],"result":[{"prop":"color","value":"rgb(220, 38, 38)","important":false,"order":29030},{"prop":"font-size","value":"1.25rem","important":false,"order":29031},{"prop":"margin","value":"0","important":false,"order":29032}]}
|
||||
{"args":["color: rgb(180, 83, 9); font-size: 1.25rem; margin: 8px 0 0;",30030],"result":[{"prop":"color","value":"rgb(180, 83, 9)","important":false,"order":30030},{"prop":"font-size","value":"1.25rem","important":false,"order":30031},{"prop":"margin","value":"8px 0 0","important":false,"order":30032}]}
|
||||
{"args":["background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPj/HwADBwIAMCbHYQAAAABJRU5ErkJggg=='); background-size: cover; padding: 20px;",31030],"result":[{"prop":"background-image","value":"url('data:image/png","important":false,"order":31030},{"prop":"background-size","value":"cover","important":false,"order":31031},{"prop":"padding","value":"20px","important":false,"order":31032}]}
|
||||
{"args":["color: rgb(255, 255, 255); font-size: 16px;",32030],"result":[{"prop":"color","value":"rgb(255, 255, 255)","important":false,"order":32030},{"prop":"font-size","value":"16px","important":false,"order":32031}]}
|
||||
{"args":["background: rgba(0,0,0,0.03);",33030],"result":[{"prop":"background","value":"rgba(0,0,0,0.03)","important":false,"order":33030}]}
|
||||
{"args":["background: rgba(0,0,0,0);",34030],"result":[{"prop":"background","value":"rgba(0,0,0,0)","important":false,"order":34030}]}
|
||||
{"args":["background: rgba(0,0,0,0.5);",35030],"result":[{"prop":"background","value":"rgba(0,0,0,0.5)","important":false,"order":35030}]}
|
||||
{"args":["color: white;",36030],"result":[{"prop":"color","value":"white","important":false,"order":36030}]}
|
||||
{"args":["background: #ffe4e6;",37030],"result":[{"prop":"background","value":"#ffe4e6","important":false,"order":37030}]}
|
||||
{"args":["color: #ffe4e6; font-size: 24px;",38030],"result":[{"prop":"color","value":"#ffe4e6","important":false,"order":38030},{"prop":"font-size","value":"24px","important":false,"order":38031}]}
|
||||
{"args":["background: #1a1a1a;",39030],"result":[{"prop":"background","value":"#1a1a1a","important":false,"order":39030}]}
|
||||
{"args":["color: #1a1a1a; font-size: 24px;",40030],"result":[{"prop":"color","value":"#1a1a1a","important":false,"order":40030},{"prop":"font-size","value":"24px","important":false,"order":40031}]}
|
||||
{"args":["color: #6b7280; margin-bottom: 2rem;",5],"result":[{"prop":"color","value":"#6b7280","important":false,"order":5},{"prop":"margin-bottom","value":"2rem","important":false,"order":6}]}
|
||||
{"args":["border-left: 4px solid #d1d5db; padding-left: 1rem; margin: 0; color: #4b5563; font-style: italic;",1005],"result":[{"prop":"border-left","value":"4px solid #d1d5db","important":false,"order":1005},{"prop":"padding-left","value":"1rem","important":false,"order":1006},{"prop":"margin","value":"0","important":false,"order":1007},{"prop":"color","value":"#4b5563","important":false,"order":1008},{"prop":"font-style","value":"italic","important":false,"order":1009}]}
|
||||
{"args":["width: 200px; background: white; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden;",2005],"result":[{"prop":"width","value":"200px","important":false,"order":2005},{"prop":"background","value":"white","important":false,"order":2006},{"prop":"border","value":"1px solid #e5e7eb","important":false,"order":2007},{"prop":"border-radius","value":"8px","important":false,"order":2008},{"prop":"overflow","value":"hidden","important":false,"order":2009}]}
|
||||
{"args":["display: block; padding: 0.75rem 1rem; color: #6b7280; text-decoration: none; border-left: 3px solid transparent;",3005],"result":[{"prop":"display","value":"block","important":false,"order":3005},{"prop":"padding","value":"0.75rem 1rem","important":false,"order":3006},{"prop":"color","value":"#6b7280","important":false,"order":3007},{"prop":"text-decoration","value":"none","important":false,"order":3008},{"prop":"border-left","value":"3px solid transparent","important":false,"order":3009}]}
|
||||
{"args":["display: block; padding: 0.75rem 1rem; color: #1d4ed8; text-decoration: none; border-left: 3px solid #3b82f6; background: #eff6ff; font-weight: 500;",4005],"result":[{"prop":"display","value":"block","important":false,"order":4005},{"prop":"padding","value":"0.75rem 1rem","important":false,"order":4006},{"prop":"color","value":"#1d4ed8","important":false,"order":4007},{"prop":"text-decoration","value":"none","important":false,"order":4008},{"prop":"border-left","value":"3px solid #3b82f6","important":false,"order":4009},{"prop":"background","value":"#eff6ff","important":false,"order":4010},{"prop":"font-weight","value":"500","important":false,"order":4011}]}
|
||||
{"args":["display: block; padding: 0.75rem 1rem; color: #6b7280; text-decoration: none; border-left: 3px solid transparent;",5005],"result":[{"prop":"display","value":"block","important":false,"order":5005},{"prop":"padding","value":"0.75rem 1rem","important":false,"order":5006},{"prop":"color","value":"#6b7280","important":false,"order":5007},{"prop":"text-decoration","value":"none","important":false,"order":5008},{"prop":"border-left","value":"3px solid transparent","important":false,"order":5009}]}
|
||||
{"args":["margin-bottom: 1rem;",6005],"result":[{"prop":"margin-bottom","value":"1rem","important":false,"order":6005}]}
|
||||
{"args":["display: block; font-size: 0.875rem; font-weight: 500; margin-bottom: 0.25rem;",7005],"result":[{"prop":"display","value":"block","important":false,"order":7005},{"prop":"font-size","value":"0.875rem","important":false,"order":7006},{"prop":"font-weight","value":"500","important":false,"order":7007},{"prop":"margin-bottom","value":"0.25rem","important":false,"order":7008}]}
|
||||
{"args":["width: 100%; padding: 0.5rem 0.75rem; border: 1px solid #fca5a5; border-left: 3px solid #b91c1c; border-radius: 6px; outline: none; font-size: 0.875rem;",8005],"result":[{"prop":"width","value":"100%","important":false,"order":8005},{"prop":"padding","value":"0.5rem 0.75rem","important":false,"order":8006},{"prop":"border","value":"1px solid #fca5a5","important":false,"order":8007},{"prop":"border-left","value":"3px solid #b91c1c","important":false,"order":8008},{"prop":"border-radius","value":"6px","important":false,"order":8009},{"prop":"outline","value":"none","important":false,"order":8010},{"prop":"font-size","value":"0.875rem","important":false,"order":8011}]}
|
||||
{"args":["color: #b91c1c; font-size: 0.75rem; margin-top: 0.25rem;",9005],"result":[{"prop":"color","value":"#b91c1c","important":false,"order":9005},{"prop":"font-size","value":"0.75rem","important":false,"order":9006},{"prop":"margin-top","value":"0.25rem","important":false,"order":9007}]}
|
||||
{"args":["border-left: 3px solid #e5e7eb; padding-left: 1.5rem; margin-left: 0.75rem;",10005],"result":[{"prop":"border-left","value":"3px solid #e5e7eb","important":false,"order":10005},{"prop":"padding-left","value":"1.5rem","important":false,"order":10006},{"prop":"margin-left","value":"0.75rem","important":false,"order":10007}]}
|
||||
{"args":["position: relative; padding-bottom: 1.5rem;",11005],"result":[{"prop":"position","value":"relative","important":false,"order":11005},{"prop":"padding-bottom","value":"1.5rem","important":false,"order":11006}]}
|
||||
{"args":["position: absolute; left: -2.05rem; top: 0.125rem; width: 10px; height: 10px; border-radius: 50%; background: #3b82f6; border: 2px solid white;",12005],"result":[{"prop":"position","value":"absolute","important":false,"order":12005},{"prop":"left","value":"-2.05rem","important":false,"order":12006},{"prop":"top","value":"0.125rem","important":false,"order":12007},{"prop":"width","value":"10px","important":false,"order":12008},{"prop":"height","value":"10px","important":false,"order":12009},{"prop":"border-radius","value":"50%","important":false,"order":12010},{"prop":"background","value":"#3b82f6","important":false,"order":12011},{"prop":"border","value":"2px solid white","important":false,"order":12012}]}
|
||||
{"args":["font-weight: 500; margin: 0;",13005],"result":[{"prop":"font-weight","value":"500","important":false,"order":13005},{"prop":"margin","value":"0","important":false,"order":13006}]}
|
||||
{"args":["font-size: 0.75rem; color: #6b7280; margin: 0.125rem 0 0;",14005],"result":[{"prop":"font-size","value":"0.75rem","important":false,"order":14005},{"prop":"color","value":"#6b7280","important":false,"order":14006},{"prop":"margin","value":"0.125rem 0 0","important":false,"order":14007}]}
|
||||
{"args":["position: relative; padding-bottom: 1.5rem;",15005],"result":[{"prop":"position","value":"relative","important":false,"order":15005},{"prop":"padding-bottom","value":"1.5rem","important":false,"order":15006}]}
|
||||
{"args":["position: absolute; left: -2.05rem; top: 0.125rem; width: 10px; height: 10px; border-radius: 50%; background: #3b82f6; border: 2px solid white;",16005],"result":[{"prop":"position","value":"absolute","important":false,"order":16005},{"prop":"left","value":"-2.05rem","important":false,"order":16006},{"prop":"top","value":"0.125rem","important":false,"order":16007},{"prop":"width","value":"10px","important":false,"order":16008},{"prop":"height","value":"10px","important":false,"order":16009},{"prop":"border-radius","value":"50%","important":false,"order":16010},{"prop":"background","value":"#3b82f6","important":false,"order":16011},{"prop":"border","value":"2px solid white","important":false,"order":16012}]}
|
||||
{"args":["font-weight: 500; margin: 0;",17005],"result":[{"prop":"font-weight","value":"500","important":false,"order":17005},{"prop":"margin","value":"0","important":false,"order":17006}]}
|
||||
{"args":["font-size: 0.75rem; color: #6b7280; margin: 0.125rem 0 0;",18005],"result":[{"prop":"font-size","value":"0.75rem","important":false,"order":18005},{"prop":"color","value":"#6b7280","important":false,"order":18006},{"prop":"margin","value":"0.125rem 0 0","important":false,"order":18007}]}
|
||||
{"args":["position: relative;",19005],"result":[{"prop":"position","value":"relative","important":false,"order":19005}]}
|
||||
{"args":["position: absolute; left: -2.05rem; top: 0.125rem; width: 10px; height: 10px; border-radius: 50%; background: #d1d5db; border: 2px solid white;",20005],"result":[{"prop":"position","value":"absolute","important":false,"order":20005},{"prop":"left","value":"-2.05rem","important":false,"order":20006},{"prop":"top","value":"0.125rem","important":false,"order":20007},{"prop":"width","value":"10px","important":false,"order":20008},{"prop":"height","value":"10px","important":false,"order":20009},{"prop":"border-radius","value":"50%","important":false,"order":20010},{"prop":"background","value":"#d1d5db","important":false,"order":20011},{"prop":"border","value":"2px solid white","important":false,"order":20012}]}
|
||||
{"args":["font-weight: 500; margin: 0; color: #4b5563;",21005],"result":[{"prop":"font-weight","value":"500","important":false,"order":21005},{"prop":"margin","value":"0","important":false,"order":21006},{"prop":"color","value":"#4b5563","important":false,"order":21007}]}
|
||||
{"args":["font-size: 0.75rem; color: #6b7280; margin: 0.125rem 0 0;",22005],"result":[{"prop":"font-size","value":"0.75rem","important":false,"order":22005},{"prop":"color","value":"#6b7280","important":false,"order":22006},{"prop":"margin","value":"0.125rem 0 0","important":false,"order":22007}]}
|
||||
{"args":["background: #1e293b; color: #e2e8f0; padding: 1rem; border-radius: 8px; font-size: 0.8125rem; overflow-x: auto; margin: 0;",23005],"result":[{"prop":"background","value":"#1e293b","important":false,"order":23005},{"prop":"color","value":"#e2e8f0","important":false,"order":23006},{"prop":"padding","value":"1rem","important":false,"order":23007},{"prop":"border-radius","value":"8px","important":false,"order":23008},{"prop":"font-size","value":"0.8125rem","important":false,"order":23009},{"prop":"overflow-x","value":"auto","important":false,"order":23010},{"prop":"margin","value":"0","important":false,"order":23011}]}
|
||||
{"args":["display: block; border-left: 3px solid #ef4444; padding-left: 0.75rem; background: rgba(239,68,68,0.1);",24005],"result":[{"prop":"display","value":"block","important":false,"order":24005},{"prop":"border-left","value":"3px solid #ef4444","important":false,"order":24006},{"prop":"padding-left","value":"0.75rem","important":false,"order":24007},{"prop":"background","value":"rgba(239,68,68,0.1)","important":false,"order":24008}]}
|
||||
{"args":["display: block; border-left: 3px solid #22c55e; padding-left: 0.75rem; background: rgba(34,197,94,0.1);",25005],"result":[{"prop":"display","value":"block","important":false,"order":25005},{"prop":"border-left","value":"3px solid #22c55e","important":false,"order":25006},{"prop":"padding-left","value":"0.75rem","important":false,"order":25007},{"prop":"background","value":"rgba(34,197,94,0.1)","important":false,"order":25008}]}
|
||||
{"args":["display: block; padding-left: calc(3px + 0.75rem);",26005],"result":[{"prop":"display","value":"block","important":false,"order":26005},{"prop":"padding-left","value":"calc(3px + 0.75rem)","important":false,"order":26006}]}
|
||||
{"args":["display: flex; border-bottom: 1px solid #e5e7eb;",27005],"result":[{"prop":"display","value":"flex","important":false,"order":27005},{"prop":"border-bottom","value":"1px solid #e5e7eb","important":false,"order":27006}]}
|
||||
{"args":["padding: 0.75rem 1.25rem; border: none; background: none; font-size: 0.875rem; color: #1d4ed8; border-bottom: 2px solid #3b82f6; font-weight: 500; cursor: pointer;",28005],"result":[{"prop":"padding","value":"0.75rem 1.25rem","important":false,"order":28005},{"prop":"border","value":"none","important":false,"order":28006},{"prop":"background","value":"none","important":false,"order":28007},{"prop":"font-size","value":"0.875rem","important":false,"order":28008},{"prop":"color","value":"#1d4ed8","important":false,"order":28009},{"prop":"border-bottom","value":"2px solid #3b82f6","important":false,"order":28010},{"prop":"font-weight","value":"500","important":false,"order":28011},{"prop":"cursor","value":"pointer","important":false,"order":28012}]}
|
||||
{"args":["padding: 0.75rem 1.25rem; border: none; background: none; font-size: 0.875rem; color: #6b7280; border-bottom: 2px solid transparent; cursor: pointer;",29005],"result":[{"prop":"padding","value":"0.75rem 1.25rem","important":false,"order":29005},{"prop":"border","value":"none","important":false,"order":29006},{"prop":"background","value":"none","important":false,"order":29007},{"prop":"font-size","value":"0.875rem","important":false,"order":29008},{"prop":"color","value":"#6b7280","important":false,"order":29009},{"prop":"border-bottom","value":"2px solid transparent","important":false,"order":29010},{"prop":"cursor","value":"pointer","important":false,"order":29011}]}
|
||||
{"args":["padding: 0.75rem 1.25rem; border: none; background: none; font-size: 0.875rem; color: #6b7280; border-bottom: 2px solid transparent; cursor: pointer;",30005],"result":[{"prop":"padding","value":"0.75rem 1.25rem","important":false,"order":30005},{"prop":"border","value":"none","important":false,"order":30006},{"prop":"background","value":"none","important":false,"order":30007},{"prop":"font-size","value":"0.875rem","important":false,"order":30008},{"prop":"color","value":"#6b7280","important":false,"order":30009},{"prop":"border-bottom","value":"2px solid transparent","important":false,"order":30010},{"prop":"cursor","value":"pointer","important":false,"order":30011}]}
|
||||
{"args":["width: 100%; border-collapse: collapse; font-size: 0.875rem;",31005],"result":[{"prop":"width","value":"100%","important":false,"order":31005},{"prop":"border-collapse","value":"collapse","important":false,"order":31006},{"prop":"font-size","value":"0.875rem","important":false,"order":31007}]}
|
||||
{"args":["text-align: left; padding: 0.5rem; border-bottom: 2px solid #111827;",32005],"result":[{"prop":"text-align","value":"left","important":false,"order":32005},{"prop":"padding","value":"0.5rem","important":false,"order":32006},{"prop":"border-bottom","value":"2px solid #111827","important":false,"order":32007}]}
|
||||
{"args":["text-align: right; padding: 0.5rem; border-bottom: 2px solid #111827;",33005],"result":[{"prop":"text-align","value":"right","important":false,"order":33005},{"prop":"padding","value":"0.5rem","important":false,"order":33006},{"prop":"border-bottom","value":"2px solid #111827","important":false,"order":33007}]}
|
||||
{"args":["padding: 0.5rem; border-bottom: 1px solid #e5e7eb;",34005],"result":[{"prop":"padding","value":"0.5rem","important":false,"order":34005},{"prop":"border-bottom","value":"1px solid #e5e7eb","important":false,"order":34006}]}
|
||||
{"args":["text-align: right; padding: 0.5rem; border-bottom: 1px solid #e5e7eb;",35005],"result":[{"prop":"text-align","value":"right","important":false,"order":35005},{"prop":"padding","value":"0.5rem","important":false,"order":35006},{"prop":"border-bottom","value":"1px solid #e5e7eb","important":false,"order":35007}]}
|
||||
{"args":["padding: 0.5rem; border-bottom: 1px solid #e5e7eb;",36005],"result":[{"prop":"padding","value":"0.5rem","important":false,"order":36005},{"prop":"border-bottom","value":"1px solid #e5e7eb","important":false,"order":36006}]}
|
||||
{"args":["text-align: right; padding: 0.5rem; border-bottom: 1px solid #e5e7eb;",37005],"result":[{"prop":"text-align","value":"right","important":false,"order":37005},{"prop":"padding","value":"0.5rem","important":false,"order":37006},{"prop":"border-bottom","value":"1px solid #e5e7eb","important":false,"order":37007}]}
|
||||
{"args":["border: 1px solid #f59e0b; background: #fffbeb; padding: 0.75rem 1rem; font-size: 0.875rem; color: #92400e;",38005],"result":[{"prop":"border","value":"1px solid #f59e0b","important":false,"order":38005},{"prop":"background","value":"#fffbeb","important":false,"order":38006},{"prop":"padding","value":"0.75rem 1rem","important":false,"order":38007},{"prop":"font-size","value":"0.875rem","important":false,"order":38008},{"prop":"color","value":"#92400e","important":false,"order":38009}]}
|
||||
{"args":["color: #d97706;",39005],"result":[{"prop":"color","value":"#d97706","important":false,"order":39005}]}
|
||||
{"args":["width: 400px; background: #ffffff; border-left: 7px solid purple",18],"result":[{"prop":"width","value":"400px","important":false,"order":18},{"prop":"background","value":"#ffffff","important":false,"order":19},{"prop":"border-left","value":"7px solid purple","important":false,"order":20}]}
|
||||
{"args":["font-size: 10px",6],"result":[{"prop":"font-size","value":"10px","important":false,"order":6}]}
|
||||
{"args":["font-size: 20px; margin: 0 0 4px;",26],"result":[{"prop":"font-size","value":"20px","important":false,"order":26},{"prop":"margin","value":"0 0 4px","important":false,"order":27}]}
|
||||
{"args":["font-size: 16px; margin: 0;",1026],"result":[{"prop":"font-size","value":"16px","important":false,"order":1026},{"prop":"margin","value":"0","important":false,"order":1027}]}
|
||||
{"args":["font-size: 20px; margin: 0 0 4px;",2026],"result":[{"prop":"font-size","value":"20px","important":false,"order":2026},{"prop":"margin","value":"0 0 4px","important":false,"order":2027}]}
|
||||
{"args":["font-size: 18px; margin: 0 0 4px;",3026],"result":[{"prop":"font-size","value":"18px","important":false,"order":3026},{"prop":"margin","value":"0 0 4px","important":false,"order":3027}]}
|
||||
{"args":["font-size: 16px; margin: 0;",4026],"result":[{"prop":"font-size","value":"16px","important":false,"order":4026},{"prop":"margin","value":"0","important":false,"order":4027}]}
|
||||
{"args":["background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); padding: 1.5rem; margin-bottom: 1rem;",5],"result":[{"prop":"background","value":"white","important":false,"order":5},{"prop":"border-radius","value":"12px","important":false,"order":6},{"prop":"box-shadow","value":"0 2px 8px rgba(0,0,0,0.1)","important":false,"order":7},{"prop":"padding","value":"1.5rem","important":false,"order":8},{"prop":"margin-bottom","value":"1rem","important":false,"order":9}]}
|
||||
{"args":["font-weight: 600; margin-bottom: 0.75rem;",1005],"result":[{"prop":"font-weight","value":"600","important":false,"order":1005},{"prop":"margin-bottom","value":"0.75rem","important":false,"order":1006}]}
|
||||
{"args":["background: #f9fafb; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); padding: 1rem;",2005],"result":[{"prop":"background","value":"#f9fafb","important":false,"order":2005},{"prop":"border-radius","value":"8px","important":false,"order":2006},{"prop":"box-shadow","value":"0 1px 3px rgba(0,0,0,0.08)","important":false,"order":2007},{"prop":"padding","value":"1rem","important":false,"order":2008}]}
|
||||
{"args":["font-size: 0.875rem; color: #6b7280;",3005],"result":[{"prop":"font-size","value":"0.875rem","important":false,"order":3005},{"prop":"color","value":"#6b7280","important":false,"order":3006}]}
|
||||
{"args":["margin-top:32px",18],"result":[{"prop":"margin-top","value":"32px","important":false,"order":18}]}
|
||||
{"args":["width: 220px; height: 40px;",38],"result":[{"prop":"width","value":"220px","important":false,"order":38},{"prop":"height","value":"40px","important":false,"order":39}]}
|
||||
{"args":["box-shadow: 0 0 20px rgba(236, 72, 153, 0.5);",53],"result":[{"prop":"box-shadow","value":"0 0 20px rgba(236, 72, 153, 0.5)","important":false,"order":53}]}
|
||||
{"args":["font-size: 96px",5],"result":[{"prop":"font-size","value":"96px","important":false,"order":5}]}
|
||||
{"args":["font-size: 80px",1005],"result":[{"prop":"font-size","value":"80px","important":false,"order":1005}]}
|
||||
{"args":["font-size: 168px",2005],"result":[{"prop":"font-size","value":"168px","important":false,"order":2005}]}
|
||||
{"args":["font-size: 120px",3005],"result":[{"prop":"font-size","value":"120px","important":false,"order":3005}]}
|
||||
{"args":["font-size: 40px",4005],"result":[{"prop":"font-size","value":"40px","important":false,"order":4005}]}
|
||||
{"args":["letter-spacing: -0.06em",6],"result":[{"prop":"letter-spacing","value":"-0.06em","important":false,"order":6}]}
|
||||
{"args":["letter-spacing: -4px; font-size: 64px",1006],"result":[{"prop":"letter-spacing","value":"-4px","important":false,"order":1006},{"prop":"font-size","value":"64px","important":false,"order":1007}]}
|
||||
{"args":["letter-spacing: -0.07em",2006],"result":[{"prop":"letter-spacing","value":"-0.07em","important":false,"order":2006}]}
|
||||
{"args":["letter-spacing: -0.02em; font-size: 72px",3006],"result":[{"prop":"letter-spacing","value":"-0.02em","important":false,"order":3006},{"prop":"font-size","value":"72px","important":false,"order":3007}]}
|
||||
{"args":["letter-spacing: normal",4006],"result":[{"prop":"letter-spacing","value":"normal","important":false,"order":4006}]}
|
||||
{"args":["overflow: hidden",19],"result":[{"prop":"overflow","value":"hidden","important":false,"order":19}]}
|
||||
{"args":["overflow: clip",1019],"result":[{"prop":"overflow","value":"clip","important":false,"order":1019}]}
|
||||
{"args":["overflow: hidden",2019],"result":[{"prop":"overflow","value":"hidden","important":false,"order":2019}]}
|
||||
{"args":["overflow: hidden",3019],"result":[{"prop":"overflow","value":"hidden","important":false,"order":3019}]}
|
||||
{"args":["overflow: hidden",4019],"result":[{"prop":"overflow","value":"hidden","important":false,"order":4019}]}
|
||||
{"args":["overflow: clip",5019],"result":[{"prop":"overflow","value":"clip","important":false,"order":5019}]}
|
||||
{"args":["overflow: hidden",6019],"result":[{"prop":"overflow","value":"hidden","important":false,"order":6019}]}
|
||||
{"args":["position: static",7019],"result":[{"prop":"position","value":"static","important":false,"order":7019}]}
|
||||
{"args":["overflow: visible",8019],"result":[{"prop":"overflow","value":"visible","important":false,"order":8019}]}
|
||||
{"args":["overflow: auto",9019],"result":[{"prop":"overflow","value":"auto","important":false,"order":9019}]}
|
||||
{"args":["overflow: hidden",10019],"result":[{"prop":"overflow","value":"hidden","important":false,"order":10019}]}
|
||||
{"args":["overflow: hidden",11019],"result":[{"prop":"overflow","value":"hidden","important":false,"order":11019}]}
|
||||
{"args":["overflow: clip",12019],"result":[{"prop":"overflow","value":"clip","important":false,"order":12019}]}
|
||||
{"args":["border: 1px solid #e5e7eb; box-shadow: 0 0 24px rgba(0,0,0,0.18)",7],"result":[{"prop":"border","value":"1px solid #e5e7eb","important":false,"order":7},{"prop":"box-shadow","value":"0 0 24px rgba(0,0,0,0.18)","important":false,"order":8}]}
|
||||
{"args":["background: repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)",1007],"result":[{"prop":"background","value":"repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)","important":false,"order":1007}]}
|
||||
{"args":["background: linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px); background-size: 78px 78px, 78px 78px;",2007],"result":[{"prop":"background","value":"linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)","important":false,"order":2007},{"prop":"background-size","value":"78px 78px, 78px 78px","important":false,"order":2008}]}
|
||||
{"args":["border: 1px solid #e5e7eb; box-shadow: 0 1px 4px rgba(0,0,0,0.08)",3007],"result":[{"prop":"border","value":"1px solid #e5e7eb","important":false,"order":3007},{"prop":"box-shadow","value":"0 1px 4px rgba(0,0,0,0.08)","important":false,"order":3008}]}
|
||||
{"args":["border: 1px solid rgba(148, 163, 184, 0.16); box-shadow: 0 18px 48px -16px rgba(15, 23, 42, 0.18)",4007],"result":[{"prop":"border","value":"1px solid rgba(148, 163, 184, 0.16)","important":false,"order":4007},{"prop":"box-shadow","value":"0 18px 48px -16px rgba(15, 23, 42, 0.18)","important":false,"order":4008}]}
|
||||
{"args":["border: 1px solid oklch(78% 0 0 / 0.16); box-shadow: 0 16px 36px -12px oklch(2% 0.004 95 / 0.18)",5007],"result":[{"prop":"border","value":"1px solid oklch(78% 0 0 / 0.16)","important":false,"order":5007},{"prop":"box-shadow","value":"0 16px 36px -12px oklch(2% 0.004 95 / 0.18)","important":false,"order":5008}]}
|
||||
{"args":["background: linear-gradient(180deg, #f3f4f6, #ffffff)",6007],"result":[{"prop":"background","value":"linear-gradient(180deg, #f3f4f6, #ffffff)","important":false,"order":6007}]}
|
||||
{"args":["background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px); background-size: 100% 32px",7007],"result":[{"prop":"background","value":"linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)","important":false,"order":7007},{"prop":"background-size","value":"100% 32px","important":false,"order":7008}]}
|
||||
{"args":["background: linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)",8007],"result":[{"prop":"background","value":"linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)","important":false,"order":8007}]}
|
||||
{"args":["background: linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)",9007],"result":[{"prop":"background","value":"linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)","important":false,"order":9007}]}
|
||||
{"args":["background: linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(180deg, #000 1px, transparent 1px)",10007],"result":[{"prop":"background","value":"linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)","important":false,"order":10007},{"prop":"background-size","value":"32px 32px","important":false,"order":10008},{"prop":"mask-image","value":"linear-gradient(180deg, #000 1px, transparent 1px)","important":false,"order":10009}]}
|
||||
{"args":["background: linear-gradient(90deg, #667eea, #764ba2); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 28px;",3],"result":[{"prop":"background","value":"linear-gradient(90deg, #667eea, #764ba2)","important":false,"order":3},{"prop":"-webkit-background-clip","value":"text","important":false,"order":4},{"prop":"background-clip","value":"text","important":false,"order":5},{"prop":"-webkit-text-fill-color","value":"transparent","important":false,"order":6},{"prop":"font-size","value":"28px","important":false,"order":7}]}
|
||||
|
||||
-17
@@ -16,20 +16,3 @@
|
||||
{"args":["all 0.3s ease"],"result":{"property":"all","timing":"ease"}}
|
||||
{"args":["transform 0.3s ease,opacity 0.3s ease,box-shadow 0.2s ease"],"result":{"property":"transform, opacity, box-shadow","timing":"ease, ease, ease"}}
|
||||
{"args":["opacity 0.4s ease-out,transform 0.4s ease-out"],"result":{"property":"opacity, transform","timing":"ease-out, ease-out"}}
|
||||
{"args":["transform 0.5s cubic-bezier(0.68,-0.55,0.265,1.55)"],"result":{"property":"transform","timing":"cubic-bezier(0.68,-0.55,0.265,1.55)"}}
|
||||
{"args":["width 0.3s ease"],"result":{"property":"width","timing":"ease"}}
|
||||
{"args":["height 0.4s ease-out"],"result":{"property":"height","timing":"ease-out"}}
|
||||
{"args":["padding 0.2s linear"],"result":{"property":"padding","timing":"linear"}}
|
||||
{"args":["margin 0.3s ease-in"],"result":{"property":"margin","timing":"ease-in"}}
|
||||
{"args":["max-height 0.5s ease"],"result":{"property":"max-height","timing":"ease"}}
|
||||
{"args":["width 0.3s ease,height 0.3s ease"],"result":{"property":"width, height","timing":"ease, ease"}}
|
||||
{"args":["width 0.3s ease,opacity 0.3s ease"],"result":{"property":"width, opacity","timing":"ease, ease"}}
|
||||
{"args":["transform 0.4s cubic-bezier(0.25,1,0.5,1)"],"result":{"property":"transform","timing":"cubic-bezier(0.25,1,0.5,1)"}}
|
||||
{"args":["transform 0.5s cubic-bezier(0.16,1,0.3,1)"],"result":{"property":"transform","timing":"cubic-bezier(0.16,1,0.3,1)"}}
|
||||
{"args":["transform 0.3s ease-out"],"result":{"property":"transform","timing":"ease-out"}}
|
||||
{"args":["opacity 0.2s ease"],"result":{"property":"opacity","timing":"ease"}}
|
||||
{"args":["color 0.15s ease,background-color 0.15s ease"],"result":{"property":"color, background-color","timing":"ease, ease"}}
|
||||
{"args":["box-shadow 0.2s ease"],"result":{"property":"box-shadow","timing":"ease"}}
|
||||
{"args":["all 0.3s ease"],"result":{"property":"all","timing":"ease"}}
|
||||
{"args":["transform 0.3s ease,opacity 0.3s ease,box-shadow 0.2s ease"],"result":{"property":"transform, opacity, box-shadow","timing":"ease, ease, ease"}}
|
||||
{"args":["transform 0.3s"],"result":{"property":"transform","timing":""}}
|
||||
|
||||
@@ -696,502 +696,6 @@
|
||||
{"args":[".faint"],"result":[".faint"]}
|
||||
{"args":[".brand"],"result":[".brand"]}
|
||||
{"args":[".also"],"result":[".also"]}
|
||||
{"args":[".card"],"result":[".card"]}
|
||||
{"args":[".dot"],"result":[".dot"]}
|
||||
{"args":[".off"],"result":[".off"]}
|
||||
{"args":["blink 1s infinite"],"result":["blink 1s infinite"]}
|
||||
{"args":[".faint"],"result":[".faint"]}
|
||||
{"args":[".brand"],"result":[".brand"]}
|
||||
{"args":[".also"],"result":[".also"]}
|
||||
{"args":["body"],"result":["body"]}
|
||||
{"args":["h1"],"result":["h1"]}
|
||||
{"args":["h2"],"result":["h2"]}
|
||||
{"args":["p.intro"],"result":["p.intro"]}
|
||||
{"args":[".cards"],"result":[".cards"]}
|
||||
{"args":[".card"],"result":[".card"]}
|
||||
{"args":[".card h3"],"result":[".card h3"]}
|
||||
{"args":[".card p"],"result":[".card p"]}
|
||||
{"args":[".card-shorthand-left"],"result":[".card-shorthand-left"]}
|
||||
{"args":[".card-shorthand-right"],"result":[".card-shorthand-right"]}
|
||||
{"args":[".card-longhand-left"],"result":[".card-longhand-left"]}
|
||||
{"args":[".card-longhand-right"],"result":[".card-longhand-right"]}
|
||||
{"args":[".card-css-top"],"result":[".card-css-top"]}
|
||||
{"args":[".card-css-bottom"],"result":[".card-css-bottom"]}
|
||||
{"args":[".section"],"result":[".section"]}
|
||||
{"args":[".card-rounded"],"result":[".card-rounded"]}
|
||||
{"args":[".card-rounded h3"],"result":[".card-rounded h3"]}
|
||||
{"args":[".card-rounded p"],"result":[".card-rounded p"]}
|
||||
{"args":[".card-flat"],"result":[".card-flat"]}
|
||||
{"args":[".badge"],"result":[".badge"]}
|
||||
{"args":[".thin-left"],"result":[".thin-left"]}
|
||||
{"args":[".thin-right"],"result":[".thin-right"]}
|
||||
{"args":[".intro"],"result":[".intro"]}
|
||||
{"args":[".grid"],"result":[".grid"]}
|
||||
{"args":[".col h2"],"result":[".col h2"]}
|
||||
{"args":[".case"],"result":[".case"]}
|
||||
{"args":[".case h3"],"result":[".case h3"]}
|
||||
{"args":[".case p"],"result":[".case p"]}
|
||||
{"args":[".flag-left"],"result":[".flag-left"]}
|
||||
{"args":[".flag-right"],"result":[".flag-right"]}
|
||||
{"args":[".flag-left-plain"],"result":[".flag-left-plain"]}
|
||||
{"args":[".flag-top"],"result":[".flag-top"]}
|
||||
{"args":[".flag-bottom"],"result":[".flag-bottom"]}
|
||||
{"args":[".flag-dark"],"result":[".flag-dark"]}
|
||||
{"args":[".flag-dark p"],"result":[".flag-dark p"]}
|
||||
{"args":[".pass-full-border"],"result":[".pass-full-border"]}
|
||||
{"args":[".pass-neutral-side"],"result":[".pass-neutral-side"]}
|
||||
{"args":[".pass-thin-side"],"result":[".pass-thin-side"]}
|
||||
{"args":[".pass-status-alert"],"result":[".pass-status-alert"]}
|
||||
{"args":[".flag-square-top"],"result":[".flag-square-top"]}
|
||||
{"args":[".flag-square-bottom"],"result":[".flag-square-bottom"]}
|
||||
{"args":[".pass-tab-underline"],"result":[".pass-tab-underline"]}
|
||||
{"args":[".pass-thick-band"],"result":[".pass-thick-band"]}
|
||||
{"args":[".pass-dark-uniform"],"result":[".pass-dark-uniform"]}
|
||||
{"args":[".pass-dark-uniform p"],"result":[".pass-dark-uniform p"]}
|
||||
{"args":["h3"],"result":["h3"]}
|
||||
{"args":[".cards p"],"result":[".cards p"]}
|
||||
{"args":[".external-side-tab"],"result":[".external-side-tab"]}
|
||||
{"args":[".external-top-accent"],"result":[".external-top-accent"]}
|
||||
{"args":[".external-inter"],"result":[".external-inter"]}
|
||||
{"args":[".external-clean"],"result":[".external-clean"]}
|
||||
{"args":[".external-neutral-side"],"result":[".external-neutral-side"]}
|
||||
{"args":[".external-square-top"],"result":[".external-square-top"]}
|
||||
{"args":[".col h3"],"result":[".col h3"]}
|
||||
{"args":[".styled-pill-low"],"result":[".styled-pill-low"]}
|
||||
{"args":[".low-contrast-button"],"result":[".low-contrast-button"]}
|
||||
{"args":[".good-pill-high"],"result":[".good-pill-high"]}
|
||||
{"args":[".inline-link-low"],"result":[".inline-link-low"]}
|
||||
{"args":[".chip-sev-low"],"result":[".chip-sev-low"]}
|
||||
{"args":[".chip-ok-high"],"result":[".chip-ok-high"]}
|
||||
{"args":[".chip-sub9-low"],"result":[".chip-sub9-low"]}
|
||||
{"args":[".panel-reset"],"result":[".panel-reset"]}
|
||||
{"args":[".panel-reset code"],"result":[".panel-reset code"]}
|
||||
{"args":[".panel-reset pre code"],"result":[".panel-reset pre code"]}
|
||||
{"args":[".ox-grad-text"],"result":[".ox-grad-text"]}
|
||||
{"args":[".ox-dark-wrap"],"result":[".ox-dark-wrap"]}
|
||||
{"args":[".ox-glow"],"result":[".ox-glow"]}
|
||||
{"args":[".ox-glow p"],"result":[".ox-glow p"]}
|
||||
{"args":[".ox-glow .muted"],"result":[".ox-glow .muted"]}
|
||||
{"args":[".mix-dark-wrap"],"result":[".mix-dark-wrap"]}
|
||||
{"args":[".mix-glow"],"result":[".mix-glow"]}
|
||||
{"args":[".mix-glow p"],"result":[".mix-glow p"]}
|
||||
{"args":[":root"],"result":[":root"]}
|
||||
{"args":[".currentcolor-surface"],"result":[".currentcolor-surface"]}
|
||||
{"args":[".currentcolor-low-text"],"result":[".currentcolor-low-text"]}
|
||||
{"args":[".currentcolor-good-text"],"result":[".currentcolor-good-text"]}
|
||||
{"args":[".currentcolor-unknown"],"result":[".currentcolor-unknown"]}
|
||||
{"args":[".currentcolor-unknown p"],"result":[".currentcolor-unknown p"]}
|
||||
{"args":[".tabbed"],"result":[".tabbed"]}
|
||||
{"args":[".w4"],"result":[".w4"]}
|
||||
{"args":[".w5"],"result":[".w5"]}
|
||||
{"args":[".w7"],"result":[".w7"]}
|
||||
{"args":[".w8"],"result":[".w8"]}
|
||||
{"args":[".w9"],"result":[".w9"]}
|
||||
{"args":[".w10"],"result":[".w10"]}
|
||||
{"args":[".w11"],"result":[".w11"]}
|
||||
{"args":[".w12"],"result":[".w12"]}
|
||||
{"args":[".quote-track"],"result":[".quote-track"]}
|
||||
{"args":[".quote-track span"],"result":[".quote-track span"]}
|
||||
{"args":[".never-rendered-grid"],"result":[".never-rendered-grid"]}
|
||||
{"args":["ticker-loop 80s linear infinite"],"result":["ticker-loop 80s linear infinite"]}
|
||||
{"args":["body>*"],"result":["body>*"]}
|
||||
{"args":[".flag-muted-direct"],"result":[".flag-muted-direct"]}
|
||||
{"args":[".flag-muted-nested-wrapper"],"result":[".flag-muted-nested-wrapper"]}
|
||||
{"args":[".flag-muted-nested"],"result":[".flag-muted-nested"]}
|
||||
{"args":[".frosted-light"],"result":[".frosted-light"]}
|
||||
{"args":[".flag-light-on-frosted"],"result":[".flag-light-on-frosted"]}
|
||||
{"args":[".pass-hero-title"],"result":[".pass-hero-title"]}
|
||||
{"args":[".pass-hero-body"],"result":[".pass-hero-body"]}
|
||||
{"args":[".pass-on-raised"],"result":[".pass-on-raised"]}
|
||||
{"args":[".pass-dark-on-frosted"],"result":[".pass-dark-on-frosted"]}
|
||||
{"args":[".pass-hex-gradient"],"result":[".pass-hex-gradient"]}
|
||||
{"args":[".pass-image-backed"],"result":[".pass-image-backed"]}
|
||||
{"args":[".pass-photo-panel"],"result":[".pass-photo-panel"]}
|
||||
{"args":[".pass-hidden-scene"],"result":[".pass-hidden-scene"]}
|
||||
{"args":[".pass-hidden-scene p"],"result":[".pass-hidden-scene p"]}
|
||||
{"args":[".demo"],"result":[".demo"]}
|
||||
{"args":["#flag-oklch-1"],"result":["#flag-oklch-1"]}
|
||||
{"args":["#flag-oklch-2"],"result":["#flag-oklch-2"]}
|
||||
{"args":["#flag-oklch-3"],"result":["#flag-oklch-3"]}
|
||||
{"args":["#flag-oklab-1"],"result":["#flag-oklab-1"]}
|
||||
{"args":["#flag-lch-1"],"result":["#flag-lch-1"]}
|
||||
{"args":["#flag-lab-1"],"result":["#flag-lab-1"]}
|
||||
{"args":["label#flag-label-oklch"],"result":["label#flag-label-oklch"]}
|
||||
{"args":["label#flag-label-rgb"],"result":["label#flag-label-rgb"]}
|
||||
{"args":["#flag-var-shorthand"],"result":["#flag-var-shorthand"]}
|
||||
{"args":["#flag-var-mixed"],"result":["#flag-var-mixed"]}
|
||||
{"args":["#flag-var-right"],"result":["#flag-var-right"]}
|
||||
{"args":["label#flag-label-var"],"result":["label#flag-label-var"]}
|
||||
{"args":["#pass-oklch-neutral"],"result":["#pass-oklch-neutral"]}
|
||||
{"args":["#pass-oklch-nearneutral"],"result":["#pass-oklch-nearneutral"]}
|
||||
{"args":["#pass-oklch-allsides"],"result":["#pass-oklch-allsides"]}
|
||||
{"args":["#pass-oklch-thin"],"result":["#pass-oklch-thin"]}
|
||||
{"args":["#pass-lab-neutral"],"result":["#pass-lab-neutral"]}
|
||||
{"args":["#pass-lch-neutral"],"result":["#pass-lch-neutral"]}
|
||||
{"args":["label#pass-label-plain"],"result":["label#pass-label-plain"]}
|
||||
{"args":["label#pass-label-neutral-border"],"result":["label#pass-label-neutral-border"]}
|
||||
{"args":["label#pass-label-inline"],"result":["label#pass-label-inline"]}
|
||||
{"args":["label#pass-label-thin"],"result":["label#pass-label-thin"]}
|
||||
{"args":["#pass-var-neutral"],"result":["#pass-var-neutral"]}
|
||||
{"args":["#pass-var-thin"],"result":["#pass-var-thin"]}
|
||||
{"args":["#pass-var-allsides"],"result":["#pass-var-allsides"]}
|
||||
{"args":["#pass-oklch-neutral-right-divider"],"result":["#pass-oklch-neutral-right-divider"]}
|
||||
{"args":["#flag-named-purple"],"result":["#flag-named-purple"]}
|
||||
{"args":["#flag-named-rebecca"],"result":["#flag-named-rebecca"]}
|
||||
{"args":["#flag-named-crimson-top"],"result":["#flag-named-crimson-top"]}
|
||||
{"args":["#flag-named-teal"],"result":["#flag-named-teal"]}
|
||||
{"args":["#flag-named-var"],"result":["#flag-named-var"]}
|
||||
{"args":["#pass-named-dimgray"],"result":["#pass-named-dimgray"]}
|
||||
{"args":["#pass-named-gainsboro"],"result":["#pass-named-gainsboro"]}
|
||||
{"args":["#pass-named-black"],"result":["#pass-named-black"]}
|
||||
{"args":["#pass-named-thin"],"result":["#pass-named-thin"]}
|
||||
{"args":["#pass-named-allsides"],"result":["#pass-named-allsides"]}
|
||||
{"args":["p"],"result":["p"]}
|
||||
{"args":[".caption"],"result":[".caption"]}
|
||||
{"args":[".col"],"result":[".col"]}
|
||||
{"args":[".col-label"],"result":[".col-label"]}
|
||||
{"args":[".flag-type"],"result":[".flag-type"]}
|
||||
{"args":[".flag-type h1"],"result":[".flag-type h1"]}
|
||||
{"args":[".flag-type h2"],"result":[".flag-type h2"]}
|
||||
{"args":[".flag-type h3"],"result":[".flag-type h3"]}
|
||||
{"args":[".flag-type p"],"result":[".flag-type p"]}
|
||||
{"args":[".flag-type .caption"],"result":[".flag-type .caption"]}
|
||||
{"args":[".flag-type .tight-leading-demo"],"result":[".flag-type .tight-leading-demo"]}
|
||||
{"args":[".flag-type .tiny-body-demo"],"result":[".flag-type .tiny-body-demo"]}
|
||||
{"args":[".flag-type .caps-body-demo"],"result":[".flag-type .caps-body-demo"]}
|
||||
{"args":[".flag-type .tracked-body-demo"],"result":[".flag-type .tracked-body-demo"]}
|
||||
{"args":[".flag-type .justified-body-demo"],"result":[".flag-type .justified-body-demo"]}
|
||||
{"args":[".pass-type"],"result":[".pass-type"]}
|
||||
{"args":[".pass-type h1,.pass-type h2"],"result":[".pass-type h1",".pass-type h2"]}
|
||||
{"args":[".pass-type h1"],"result":[".pass-type h1"]}
|
||||
{"args":[".pass-type h2"],"result":[".pass-type h2"]}
|
||||
{"args":[".pass-type h3,.pass-type p,.pass-type .caption"],"result":[".pass-type h3",".pass-type p",".pass-type .caption"]}
|
||||
{"args":[".pass-type h3"],"result":[".pass-type h3"]}
|
||||
{"args":[".pass-type p"],"result":[".pass-type p"]}
|
||||
{"args":[".pass-type .caption"],"result":[".pass-type .caption"]}
|
||||
{"args":[".design-system-fixture"],"result":[".design-system-fixture"]}
|
||||
{"args":[".fixture-note"],"result":[".fixture-note"]}
|
||||
{"args":[".fixture-note strong"],"result":[".fixture-note strong"]}
|
||||
{"args":[".flag-font"],"result":[".flag-font"]}
|
||||
{"args":[".flag-color"],"result":[".flag-color"]}
|
||||
{"args":[".flag-background"],"result":[".flag-background"]}
|
||||
{"args":[".flag-border"],"result":[".flag-border"]}
|
||||
{"args":[".flag-radius"],"result":[".flag-radius"]}
|
||||
{"args":[".flag-font-size"],"result":[".flag-font-size"]}
|
||||
{"args":[".pass-display-font"],"result":[".pass-display-font"]}
|
||||
{"args":[".pass-rem-font-size"],"result":[".pass-rem-font-size"]}
|
||||
{"args":[".pass-relative-font-size"],"result":[".pass-relative-font-size"]}
|
||||
{"args":[".pass-generic-font"],"result":[".pass-generic-font"]}
|
||||
{"args":[".pass-token-color"],"result":[".pass-token-color"]}
|
||||
{"args":[".pass-alpha-color"],"result":[".pass-alpha-color"]}
|
||||
{"args":[".pass-close-color"],"result":[".pass-close-color"]}
|
||||
{"args":[".pass-ramp-color"],"result":[".pass-ramp-color"]}
|
||||
{"args":[".pass-zero-radius"],"result":[".pass-zero-radius"]}
|
||||
{"args":[".pass-percent-radius"],"result":[".pass-percent-radius"]}
|
||||
{"args":[".pass-scale-radius"],"result":[".pass-scale-radius"]}
|
||||
{"args":[".pass-mid-pill-radius"],"result":[".pass-mid-pill-radius"]}
|
||||
{"args":[".pass-pill-radius"],"result":[".pass-pill-radius"]}
|
||||
{"args":[".fixture-grid"],"result":[".fixture-grid"]}
|
||||
{"args":[".marker"],"result":[".marker"]}
|
||||
{"args":[".code-like::before"],"result":[".code-like::before"]}
|
||||
{"args":[".column"],"result":[".column"]}
|
||||
{"args":["section"],"result":["section"]}
|
||||
{"args":[".sec-index"],"result":[".sec-index"]}
|
||||
{"args":[".sec-index-micro"],"result":[".sec-index-micro"]}
|
||||
{"args":[".big-index"],"result":[".big-index"]}
|
||||
{"args":[".plain-note"],"result":[".plain-note"]}
|
||||
{"args":[".step-label"],"result":[".step-label"]}
|
||||
{"args":[".shadow-card"],"result":[".shadow-card"]}
|
||||
{"args":[".big-word"],"result":[".big-word"]}
|
||||
{"args":[".tag"],"result":[".tag"]}
|
||||
{"args":[".row"],"result":[".row"]}
|
||||
{"args":[".status"],"result":[".status"]}
|
||||
{"args":["td,th"],"result":["td","th"]}
|
||||
{"args":[".icon-pastel"],"result":[".icon-pastel"]}
|
||||
{"args":[".icon-solid"],"result":[".icon-solid"]}
|
||||
{"args":[".icon-white"],"result":[".icon-white"]}
|
||||
{"args":[".icon-large"],"result":[".icon-large"]}
|
||||
{"args":[".icon-emoji"],"result":[".icon-emoji"]}
|
||||
{"args":[".avatar-round"],"result":[".avatar-round"]}
|
||||
{"args":[".thumb-wide"],"result":[".thumb-wide"]}
|
||||
{"args":[".inline-row"],"result":[".inline-row"]}
|
||||
{"args":[".inline-row .icon-inline"],"result":[".inline-row .icon-inline"]}
|
||||
{"args":[".no-icon h3"],"result":[".no-icon h3"]}
|
||||
{"args":[".icon-tiny"],"result":[".icon-tiny"]}
|
||||
{"args":[".img-huge"],"result":[".img-huge"]}
|
||||
{"args":[".flag-hero-blue"],"result":[".flag-hero-blue"]}
|
||||
{"args":[".flag-section-violet"],"result":[".flag-section-violet"]}
|
||||
{"args":[".flag-overlay-cyan"],"result":[".flag-overlay-cyan"]}
|
||||
{"args":[".flag-two-stop-rose"],"result":[".flag-two-stop-rose"]}
|
||||
{"args":[".flag-hex-alpha"],"result":[".flag-hex-alpha"]}
|
||||
{"args":[".pass-opaque-bg"],"result":[".pass-opaque-bg"]}
|
||||
{"args":[".pass-badge"],"result":[".pass-badge"]}
|
||||
{"args":[".pass-avatar-light"],"result":[".pass-avatar-light"]}
|
||||
{"args":[".pass-neutral-vignette"],"result":[".pass-neutral-vignette"]}
|
||||
{"args":[".pass-white-vignette"],"result":[".pass-white-vignette"]}
|
||||
{"args":[".pass-rich-composition"],"result":[".pass-rich-composition"]}
|
||||
{"args":[".pass-rich-transparent"],"result":[".pass-rich-transparent"]}
|
||||
{"args":[".pass-opaque-center"],"result":[".pass-opaque-center"]}
|
||||
{"args":[".pass-linear-wash"],"result":[".pass-linear-wash"]}
|
||||
{"args":[".nav-link"],"result":[".nav-link"]}
|
||||
{"args":[".category"],"result":[".category"]}
|
||||
{"args":[".meta"],"result":[".meta"]}
|
||||
{"args":[".btn-small"],"result":[".btn-small"]}
|
||||
{"args":[".cell-small"],"result":[".cell-small"]}
|
||||
{"args":[".caps-label"],"result":[".caps-label"]}
|
||||
{"args":[".footer-link"],"result":[".footer-link"]}
|
||||
{"args":[".legal"],"result":[".legal"]}
|
||||
{"args":[".sr-only"],"result":[".sr-only"]}
|
||||
{"args":[".sup-marker"],"result":[".sup-marker"]}
|
||||
{"args":[".sub-marker"],"result":[".sub-marker"]}
|
||||
{"args":[".em-parent"],"result":[".em-parent"]}
|
||||
{"args":[".em-child"],"result":[".em-child"]}
|
||||
{"args":[".mock-terminal"],"result":[".mock-terminal"]}
|
||||
{"args":[".term-line"],"result":[".term-line"]}
|
||||
{"args":[".normal-link"],"result":[".normal-link"]}
|
||||
{"args":[".rendered-body"],"result":[".rendered-body"]}
|
||||
{"args":[".rendered-nav-link"],"result":[".rendered-nav-link"]}
|
||||
{"args":[".none-block"],"result":[".none-block"]}
|
||||
{"args":[".hidden-block"],"result":[".hidden-block"]}
|
||||
{"args":[".case-label"],"result":[".case-label"]}
|
||||
{"args":[".long-lines"],"result":[".long-lines"]}
|
||||
{"args":[".tight-leading"],"result":[".tight-leading"]}
|
||||
{"args":[".tiny-text"],"result":[".tiny-text"]}
|
||||
{"args":[".tiny-text-11"],"result":[".tiny-text-11"]}
|
||||
{"args":[".justified-no-hyphens"],"result":[".justified-no-hyphens"]}
|
||||
{"args":[".all-caps-body"],"result":[".all-caps-body"]}
|
||||
{"args":[".wide-tracking-body"],"result":[".wide-tracking-body"]}
|
||||
{"args":[".good-measure"],"result":[".good-measure"]}
|
||||
{"args":[".good-leading"],"result":[".good-leading"]}
|
||||
{"args":[".good-text-size"],"result":[".good-text-size"]}
|
||||
{"args":[".justified-with-hyphens"],"result":[".justified-with-hyphens"]}
|
||||
{"args":[".label-caps"],"result":[".label-caps"]}
|
||||
{"args":[".label-tracking"],"result":[".label-tracking"]}
|
||||
{"args":[".mock-terminal-title,.mock-terminal-meta,.mock-diff-line"],"result":[".mock-terminal-title",".mock-terminal-meta",".mock-diff-line"]}
|
||||
{"args":[".mock-terminal-title"],"result":[".mock-terminal-title"]}
|
||||
{"args":[".mock-terminal-meta"],"result":[".mock-terminal-meta"]}
|
||||
{"args":[".mock-diff-line"],"result":[".mock-diff-line"]}
|
||||
{"args":[".col h2.col-label"],"result":[".col h2.col-label"]}
|
||||
{"args":[".hero-fraunces"],"result":[".hero-fraunces"]}
|
||||
{"args":[".hero-recoleta"],"result":[".hero-recoleta"]}
|
||||
{"args":[".hero-playfair"],"result":[".hero-playfair"]}
|
||||
{"args":[".hero-unknown-serif"],"result":[".hero-unknown-serif"]}
|
||||
{"args":[".pass-sans-italic"],"result":[".pass-sans-italic"]}
|
||||
{"args":[".pass-roman-serif"],"result":[".pass-roman-serif"]}
|
||||
{"args":[".pass-pull-quote"],"result":[".pass-pull-quote"]}
|
||||
{"args":[".pass-roman-h1-em-italic"],"result":[".pass-roman-h1-em-italic"]}
|
||||
{"args":[".pass-roman-h1-em-italic em"],"result":[".pass-roman-h1-em-italic em"]}
|
||||
{"args":[".pass-italic-serif-32"],"result":[".pass-italic-serif-32"]}
|
||||
{"args":[".pass-h1-sans-roman"],"result":[".pass-h1-sans-roman"]}
|
||||
{"args":[".case h1"],"result":[".case h1"]}
|
||||
{"args":[".hero"],"result":[".hero"]}
|
||||
{"args":[".eyebrow-classic"],"result":[".eyebrow-classic"]}
|
||||
{"args":[".eyebrow-span"],"result":[".eyebrow-span"]}
|
||||
{"args":[".eyebrow-pill"],"result":[".eyebrow-pill"]}
|
||||
{"args":[".eyebrow-already-uppercase"],"result":[".eyebrow-already-uppercase"]}
|
||||
{"args":[".pass-eyebrow-no-tracking"],"result":[".pass-eyebrow-no-tracking"]}
|
||||
{"args":[".pass-body-heading"],"result":[".pass-body-heading"]}
|
||||
{"args":[".pass-card-caption"],"result":[".pass-card-caption"]}
|
||||
{"args":[".pass-bare-hero"],"result":[".pass-bare-hero"]}
|
||||
{"args":[".pass-h2-above-h1"],"result":[".pass-h2-above-h1"]}
|
||||
{"args":[".pass-long-uppercase"],"result":[".pass-long-uppercase"]}
|
||||
{"args":["main"],"result":["main"]}
|
||||
{"args":[".kicker,.pass-kicker,.pass-kicker-caps"],"result":[".kicker",".pass-kicker",".pass-kicker-caps"]}
|
||||
{"args":[".kicker,.pass-kicker-caps"],"result":[".kicker",".pass-kicker-caps"]}
|
||||
{"args":[".tight-tracked-kicker"],"result":[".tight-tracked-kicker"]}
|
||||
{"args":[".smallcaps-kicker"],"result":[".smallcaps-kicker"]}
|
||||
{"args":[".untracked-caps"],"result":[".untracked-caps"]}
|
||||
{"args":["h1,h2"],"result":["h1","h2"]}
|
||||
{"args":["h4"],"result":["h4"]}
|
||||
{"args":[".role-heading"],"result":[".role-heading"]}
|
||||
{"args":[".hero-h1"],"result":[".hero-h1"]}
|
||||
{"args":[".hero-eyebrow"],"result":[".hero-eyebrow"]}
|
||||
{"args":["p,label,figcaption,a,li"],"result":["p","label","figcaption","a","li"]}
|
||||
{"args":["nav,form,figure,ol"],"result":["nav","form","figure","ol"]}
|
||||
{"args":[".card-grid"],"result":[".card-grid"]}
|
||||
{"args":[".suite-card"],"result":[".suite-card"]}
|
||||
{"args":[".taxonomy-label"],"result":[".taxonomy-label"]}
|
||||
{"args":[".suite-card h3"],"result":[".suite-card h3"]}
|
||||
{"args":[".stat"],"result":[".stat"]}
|
||||
{"args":[".stat h3"],"result":[".stat h3"]}
|
||||
{"args":[".hidden-mockup"],"result":[".hidden-mockup"]}
|
||||
{"args":[".mockup-hero"],"result":[".mockup-hero"]}
|
||||
{"args":[".mockup-hero h2"],"result":[".mockup-hero h2"]}
|
||||
{"args":[".demo h4"],"result":[".demo h4"]}
|
||||
{"args":[".demo p"],"result":[".demo p"]}
|
||||
{"args":[".bounce-animation"],"result":[".bounce-animation"]}
|
||||
{"args":[".elastic-transition"],"result":[".elastic-transition"]}
|
||||
{"args":[".width-transition"],"result":[".width-transition"]}
|
||||
{"args":[".height-transition"],"result":[".height-transition"]}
|
||||
{"args":[".padding-transition"],"result":[".padding-transition"]}
|
||||
{"args":[".margin-transition"],"result":[".margin-transition"]}
|
||||
{"args":[".max-height-transition"],"result":[".max-height-transition"]}
|
||||
{"args":[".multi-layout-transition"],"result":[".multi-layout-transition"]}
|
||||
{"args":[".mixed-transition"],"result":[".mixed-transition"]}
|
||||
{"args":[".transition-property-width"],"result":[".transition-property-width"]}
|
||||
{"args":[".fade-in-good"],"result":[".fade-in-good"]}
|
||||
{"args":[".ease-out-quart"],"result":[".ease-out-quart"]}
|
||||
{"args":[".ease-out-expo"],"result":[".ease-out-expo"]}
|
||||
{"args":[".transform-transition"],"result":[".transform-transition"]}
|
||||
{"args":[".opacity-transition"],"result":[".opacity-transition"]}
|
||||
{"args":[".color-transition"],"result":[".color-transition"]}
|
||||
{"args":[".shadow-transition"],"result":[".shadow-transition"]}
|
||||
{"args":[".all-transition"],"result":[".all-transition"]}
|
||||
{"args":[".multi-safe-transition"],"result":[".multi-safe-transition"]}
|
||||
{"args":["bounce-keyframe 1s infinite"],"result":["bounce-keyframe 1s infinite"]}
|
||||
{"args":["transform 0.5s cubic-bezier(0.68,-0.55,0.265,1.55)"],"result":["transform 0.5s cubic-bezier(0.68,-0.55,0.265,1.55)"]}
|
||||
{"args":["width 0.3s ease"],"result":["width 0.3s ease"]}
|
||||
{"args":["height 0.4s ease-out"],"result":["height 0.4s ease-out"]}
|
||||
{"args":["padding 0.2s linear"],"result":["padding 0.2s linear"]}
|
||||
{"args":["margin 0.3s ease-in"],"result":["margin 0.3s ease-in"]}
|
||||
{"args":["max-height 0.5s ease"],"result":["max-height 0.5s ease"]}
|
||||
{"args":["width 0.3s ease,height 0.3s ease"],"result":["width 0.3s ease","height 0.3s ease"]}
|
||||
{"args":["width 0.3s ease,opacity 0.3s ease"],"result":["width 0.3s ease","opacity 0.3s ease"]}
|
||||
{"args":["fade-in-keyframe 0.4s cubic-bezier(0.16,1,0.3,1)"],"result":["fade-in-keyframe 0.4s cubic-bezier(0.16,1,0.3,1)"]}
|
||||
{"args":["transform 0.4s cubic-bezier(0.25,1,0.5,1)"],"result":["transform 0.4s cubic-bezier(0.25,1,0.5,1)"]}
|
||||
{"args":["transform 0.5s cubic-bezier(0.16,1,0.3,1)"],"result":["transform 0.5s cubic-bezier(0.16,1,0.3,1)"]}
|
||||
{"args":["transform 0.3s ease-out"],"result":["transform 0.3s ease-out"]}
|
||||
{"args":["opacity 0.2s ease"],"result":["opacity 0.2s ease"]}
|
||||
{"args":["color 0.15s ease,background-color 0.15s ease"],"result":["color 0.15s ease","background-color 0.15s ease"]}
|
||||
{"args":["box-shadow 0.2s ease"],"result":["box-shadow 0.2s ease"]}
|
||||
{"args":["all 0.3s ease"],"result":["all 0.3s ease"]}
|
||||
{"args":["transform 0.3s ease,opacity 0.3s ease,box-shadow 0.2s ease"],"result":["transform 0.3s ease","opacity 0.3s ease","box-shadow 0.2s ease"]}
|
||||
{"args":[".dark-context"],"result":[".dark-context"]}
|
||||
{"args":[".dark-context+.dark-context"],"result":[".dark-context+.dark-context"]}
|
||||
{"args":[".card h4"],"result":[".card h4"]}
|
||||
{"args":[".card-dark"],"result":[".card-dark"]}
|
||||
{"args":[".card-dark h4"],"result":[".card-dark h4"]}
|
||||
{"args":[".card-dark p"],"result":[".card-dark p"]}
|
||||
{"args":[".card-light"],"result":[".card-light"]}
|
||||
{"args":[".card-light h4"],"result":[".card-light h4"]}
|
||||
{"args":[".card-light p"],"result":[".card-light p"]}
|
||||
{"args":[".glow-blue"],"result":[".glow-blue"]}
|
||||
{"args":[".glow-purple"],"result":[".glow-purple"]}
|
||||
{"args":[".glow-cyan"],"result":[".glow-cyan"]}
|
||||
{"args":[".glow-multi"],"result":[".glow-multi"]}
|
||||
{"args":[".glow-oklch"],"result":[".glow-oklch"]}
|
||||
{"args":[".glow-hex"],"result":[".glow-hex"]}
|
||||
{"args":[".glow-hsl"],"result":[".glow-hsl"]}
|
||||
{"args":[".glow-var"],"result":[".glow-var"]}
|
||||
{"args":[".glow-text h4"],"result":[".glow-text h4"]}
|
||||
{"args":[".glow-light-oklch"],"result":[".glow-light-oklch"]}
|
||||
{"args":[".photo-context"],"result":[".photo-context"]}
|
||||
{"args":[".glow-photo-halo"],"result":[".glow-photo-halo"]}
|
||||
{"args":[".photo-opaque-grad"],"result":[".photo-opaque-grad"]}
|
||||
{"args":[".glow-photo-opaque"],"result":[".glow-photo-opaque"]}
|
||||
{"args":[".light-colored-shadow"],"result":[".light-colored-shadow"]}
|
||||
{"args":[".dark-normal-shadow"],"result":[".dark-normal-shadow"]}
|
||||
{"args":[".dark-focus-ring"],"result":[".dark-focus-ring"]}
|
||||
{"args":[".dark-subtle-shadow"],"result":[".dark-subtle-shadow"]}
|
||||
{"args":[".dark-elevated-sm"],"result":[".dark-elevated-sm"]}
|
||||
{"args":[".dark-elevated-md"],"result":[".dark-elevated-md"]}
|
||||
{"args":[".dark-elevated-lg"],"result":[".dark-elevated-lg"]}
|
||||
{"args":[".dark-elevated-inset"],"result":[".dark-elevated-inset"]}
|
||||
{"args":[".dark-elevated-multi"],"result":[".dark-elevated-multi"]}
|
||||
{"args":[".elevated-sm-light"],"result":[".elevated-sm-light"]}
|
||||
{"args":[".elevated-md-light"],"result":[".elevated-md-light"]}
|
||||
{"args":[".elevated-warm-light"],"result":[".elevated-warm-light"]}
|
||||
{"args":[".card-medium"],"result":[".card-medium"]}
|
||||
{"args":[".card-medium h4"],"result":[".card-medium h4"]}
|
||||
{"args":[".card-medium p"],"result":[".card-medium p"]}
|
||||
{"args":[".medium-gray-shadow"],"result":[".medium-gray-shadow"]}
|
||||
{"args":[".light-offset-colored"],"result":[".light-offset-colored"]}
|
||||
{"args":[".light-soft-neutral"],"result":[".light-soft-neutral"]}
|
||||
{"args":[".photo-offset-colored"],"result":[".photo-offset-colored"]}
|
||||
{"args":[".photo-translucent-grad"],"result":[".photo-translucent-grad"]}
|
||||
{"args":[".photo-translucent-offset"],"result":[".photo-translucent-offset"]}
|
||||
{"args":[".dark-text-offset h4"],"result":[".dark-text-offset h4"]}
|
||||
{"args":[".flag-frameworks"],"result":[".flag-frameworks"]}
|
||||
{"args":[".flag-frameworks-label"],"result":[".flag-frameworks-label"]}
|
||||
{"args":[".flag-frameworks-list"],"result":[".flag-frameworks-list"]}
|
||||
{"args":[".flag-frameworks-list li"],"result":[".flag-frameworks-list li"]}
|
||||
{"args":[".flag-card-borders"],"result":[".flag-card-borders"]}
|
||||
{"args":[".flag-card-borders h4"],"result":[".flag-card-borders h4"]}
|
||||
{"args":[".flag-card-borders p"],"result":[".flag-card-borders p"]}
|
||||
{"args":[".flag-bg-only"],"result":[".flag-bg-only"]}
|
||||
{"args":[".flag-bg-only h4"],"result":[".flag-bg-only h4"]}
|
||||
{"args":[".flag-bg-only p"],"result":[".flag-bg-only p"]}
|
||||
{"args":[".flag-outline-only"],"result":[".flag-outline-only"]}
|
||||
{"args":[".flag-outline-only h4"],"result":[".flag-outline-only h4"]}
|
||||
{"args":[".flag-outline-only p"],"result":[".flag-outline-only p"]}
|
||||
{"args":[".flag-asym-leftflush"],"result":[".flag-asym-leftflush"]}
|
||||
{"args":[".flag-asym-leftflush h4"],"result":[".flag-asym-leftflush h4"]}
|
||||
{"args":[".flag-asym-leftflush p"],"result":[".flag-asym-leftflush p"]}
|
||||
{"args":[".pass-no-boundary"],"result":[".pass-no-boundary"]}
|
||||
{"args":[".pass-no-boundary-label"],"result":[".pass-no-boundary-label"]}
|
||||
{"args":[".pass-no-boundary-list"],"result":[".pass-no-boundary-list"]}
|
||||
{"args":[".pass-no-boundary-list li"],"result":[".pass-no-boundary-list li"]}
|
||||
{"args":[".pass-top-rule"],"result":[".pass-top-rule"]}
|
||||
{"args":[".pass-top-rule-label"],"result":[".pass-top-rule-label"]}
|
||||
{"args":[".pass-top-rule-list"],"result":[".pass-top-rule-list"]}
|
||||
{"args":[".pass-top-rule-list li"],"result":[".pass-top-rule-list li"]}
|
||||
{"args":[".pass-bordered-padded"],"result":[".pass-bordered-padded"]}
|
||||
{"args":[".pass-bordered-padded h4"],"result":[".pass-bordered-padded h4"]}
|
||||
{"args":[".pass-bordered-padded p"],"result":[".pass-bordered-padded p"]}
|
||||
{"args":[".pass-bg-padded"],"result":[".pass-bg-padded"]}
|
||||
{"args":[".pass-bg-padded h4"],"result":[".pass-bg-padded h4"]}
|
||||
{"args":[".pass-bg-padded p"],"result":[".pass-bg-padded p"]}
|
||||
{"args":[".pass-outline-padded"],"result":[".pass-outline-padded"]}
|
||||
{"args":[".pass-outline-padded h4"],"result":[".pass-outline-padded h4"]}
|
||||
{"args":[".pass-outline-padded p"],"result":[".pass-outline-padded p"]}
|
||||
{"args":[".pass-image-only"],"result":[".pass-image-only"]}
|
||||
{"args":[".pass-image-only .placeholder-img"],"result":[".pass-image-only .placeholder-img"]}
|
||||
{"args":[".pass-margin-inset"],"result":[".pass-margin-inset"]}
|
||||
{"args":[".pass-margin-inset h4"],"result":[".pass-margin-inset h4"]}
|
||||
{"args":[".pass-margin-inset p"],"result":[".pass-margin-inset p"]}
|
||||
{"args":[".pass-inner-shell"],"result":[".pass-inner-shell"]}
|
||||
{"args":[".pass-inner-shell .inner-shell"],"result":[".pass-inner-shell .inner-shell"]}
|
||||
{"args":[".pass-inner-shell h4"],"result":[".pass-inner-shell h4"]}
|
||||
{"args":[".pass-inner-shell p"],"result":[".pass-inner-shell p"]}
|
||||
{"args":[".pass-same-bg-parent"],"result":[".pass-same-bg-parent"]}
|
||||
{"args":[".pass-same-bg-child"],"result":[".pass-same-bg-child"]}
|
||||
{"args":[".pass-same-bg-child h4"],"result":[".pass-same-bg-child h4"]}
|
||||
{"args":[".pass-same-bg-child p"],"result":[".pass-same-bg-child p"]}
|
||||
{"args":[".pass-marquee-shell"],"result":[".pass-marquee-shell"]}
|
||||
{"args":[".pass-marquee-track"],"result":[".pass-marquee-track"]}
|
||||
{"args":[".pass-marquee-card"],"result":[".pass-marquee-card"]}
|
||||
{"args":[".pass-marquee-card p"],"result":[".pass-marquee-card p"]}
|
||||
{"args":[".pass-inner-text-surface"],"result":[".pass-inner-text-surface"]}
|
||||
{"args":[".pass-inner-text-surface-window"],"result":[".pass-inner-text-surface-window"]}
|
||||
{"args":[".pass-inner-text-surface-window p"],"result":[".pass-inner-text-surface-window p"]}
|
||||
{"args":[".cols"],"result":[".cols"]}
|
||||
{"args":["p,h2"],"result":["p","h2"]}
|
||||
{"args":[".box"],"result":[".box"]}
|
||||
{"args":[".pop"],"result":[".pop"]}
|
||||
{"args":[".tip-negative"],"result":[".tip-negative"]}
|
||||
{"args":[".flyout"],"result":[".flyout"]}
|
||||
{"args":[".contained-badge"],"result":[".contained-badge"]}
|
||||
{"args":[".button-shine"],"result":[".button-shine"]}
|
||||
{"args":[".crop-photo"],"result":[".crop-photo"]}
|
||||
{"args":[".inside-overlay"],"result":[".inside-overlay"]}
|
||||
{"args":[".pass-hidden-button"],"result":[".pass-hidden-button"]}
|
||||
{"args":[".pass-carousel-viewport,.pass-fisheye-list,.pass-split-container"],"result":[".pass-carousel-viewport",".pass-fisheye-list",".pass-split-container"]}
|
||||
{"args":[".carousel-slide-next"],"result":[".carousel-slide-next"]}
|
||||
{"args":[".fisheye-next-item"],"result":[".fisheye-next-item"]}
|
||||
{"args":[".split-after-panel"],"result":[".split-after-panel"]}
|
||||
{"args":[".stripes"],"result":[".stripes"]}
|
||||
{"args":["img"],"result":["img"]}
|
||||
{"args":[".flag-css-hover img"],"result":[".flag-css-hover img"]}
|
||||
{"args":[".flag-css-hover img:hover"],"result":[".flag-css-hover img:hover"]}
|
||||
{"args":[".card:hover"],"result":[".card:hover"]}
|
||||
{"args":["transform 0.3s"],"result":["transform 0.3s"]}
|
||||
{"args":["pre"],"result":["pre"]}
|
||||
{"args":["code"],"result":["code"]}
|
||||
{"args":[".gradient-heading"],"result":[".gradient-heading"]}
|
||||
{"args":[".panel-srgb"],"result":[".panel-srgb"]}
|
||||
{"args":[".panel-mix"],"result":[".panel-mix"]}
|
||||
{"args":[".panel-p3"],"result":[".panel-p3"]}
|
||||
{"args":[".panel-lch"],"result":[".panel-lch"]}
|
||||
{"args":[".panel-light"],"result":[".panel-light"]}
|
||||
{"args":[".panel-unreadable"],"result":[".panel-unreadable"]}
|
||||
{"args":[".panel-image-over-gradient"],"result":[".panel-image-over-gradient"]}
|
||||
{"args":[".panel-inherit"],"result":[".panel-inherit"]}
|
||||
{"args":[".panel-current"],"result":[".panel-current"]}
|
||||
{"args":[".text-pale-2"],"result":[".text-pale-2"]}
|
||||
{"args":[".text-light"],"result":[".text-light"]}
|
||||
{"args":[".text-dark"],"result":[".text-dark"]}
|
||||
{"args":[".text-muted-ground"],"result":[".text-muted-ground"]}
|
||||
{"args":[".text-dim-srgb"],"result":[".text-dim-srgb"]}
|
||||
{"args":[".text-dim-p3"],"result":[".text-dim-p3"]}
|
||||
{"args":[".text-dim-lch"],"result":[".text-dim-lch"]}
|
||||
{"args":[".text-pale-light"],"result":[".text-pale-light"]}
|
||||
|
||||
@@ -232,177 +232,3 @@
|
||||
{"args":["0 0 2px"],"result":["0","0","2px"]}
|
||||
{"args":["28px"],"result":["28px"]}
|
||||
{"args":["blink 1s infinite"],"result":["blink","1s","infinite"]}
|
||||
{"args":["2rem"],"result":["2rem"]}
|
||||
{"args":["2.5rem 0 0.75rem"],"result":["2.5rem","0","0.75rem"]}
|
||||
{"args":["1px solid #e5e7eb"],"result":["1px","solid","#e5e7eb"]}
|
||||
{"args":["1rem"],"result":["1rem"]}
|
||||
{"args":["4px solid #3b82f6"],"result":["4px","solid","#3b82f6"]}
|
||||
{"args":["5px solid #8b5cf6"],"result":["5px","solid","#8b5cf6"]}
|
||||
{"args":["3px solid #8b5cf6"],"result":["3px","solid","#8b5cf6"]}
|
||||
{"args":["4px solid #f472b6"],"result":["4px","solid","#f472b6"]}
|
||||
{"args":["1.5rem"],"result":["1.5rem"]}
|
||||
{"args":["0.125rem 0.5rem"],"result":["0.125rem","0.5rem"]}
|
||||
{"args":["1px solid #3b82f6"],"result":["1px","solid","#3b82f6"]}
|
||||
{"args":["2px solid #8b5cf6"],"result":["2px","solid","#8b5cf6"]}
|
||||
{"args":["2px solid #10b981"],"result":["2px","solid","#10b981"]}
|
||||
{"args":["1px solid #10b981"],"result":["1px","solid","#10b981"]}
|
||||
{"args":["1px solid #374151"],"result":["1px","solid","#374151"]}
|
||||
{"args":["2px solid #6366f1"],"result":["2px","solid","#6366f1"]}
|
||||
{"args":["0"],"result":["0"]}
|
||||
{"args":["24px"],"result":["24px"]}
|
||||
{"args":["0 auto 8px"],"result":["0","auto","8px"]}
|
||||
{"args":["0 auto 24px"],"result":["0","auto","24px"]}
|
||||
{"args":["0 auto"],"result":["0","auto"]}
|
||||
{"args":["0 0 14px"],"result":["0","0","14px"]}
|
||||
{"args":["16px"],"result":["16px"]}
|
||||
{"args":["0 0 4px"],"result":["0","0","4px"]}
|
||||
{"args":["4px solid #2563eb"],"result":["4px","solid","#2563eb"]}
|
||||
{"args":["5px solid #dc2626"],"result":["5px","solid","#dc2626"]}
|
||||
{"args":["4px solid #0f766e"],"result":["4px","solid","#0f766e"]}
|
||||
{"args":["4px solid #7c3aed"],"result":["4px","solid","#7c3aed"]}
|
||||
{"args":["3px solid #ea580c"],"result":["3px","solid","#ea580c"]}
|
||||
{"args":["4px solid #38bdf8"],"result":["4px","solid","#38bdf8"]}
|
||||
{"args":["1px solid #cbd5e1"],"result":["1px","solid","#cbd5e1"]}
|
||||
{"args":["4px solid #d1d5db"],"result":["4px","solid","#d1d5db"]}
|
||||
{"args":["1px solid #2563eb"],"result":["1px","solid","#2563eb"]}
|
||||
{"args":["3px solid #2563eb"],"result":["3px","solid","#2563eb"]}
|
||||
{"args":["16px solid #7c3aed"],"result":["16px","solid","#7c3aed"]}
|
||||
{"args":["1px solid #334155"],"result":["1px","solid","#334155"]}
|
||||
{"args":["4px solid #8b5cf6"],"result":["4px","solid","#8b5cf6"]}
|
||||
{"args":["0 0 16px"],"result":["0","0","16px"]}
|
||||
{"args":["24px 0 8px"],"result":["24px","0","8px"]}
|
||||
{"args":["14px 16px"],"result":["14px","16px"]}
|
||||
{"args":["9px 18px"],"result":["9px","18px"]}
|
||||
{"args":["10px 20px"],"result":["10px","20px"]}
|
||||
{"args":["2px 8px"],"result":["2px","8px"]}
|
||||
{"args":["1px 4px"],"result":["1px","4px"]}
|
||||
{"args":["12px"],"result":["12px"]}
|
||||
{"args":["20px"],"result":["20px"]}
|
||||
{"args":["8px 0 0"],"result":["8px","0","0"]}
|
||||
{"args":["40px"],"result":["40px"]}
|
||||
{"args":["16px 20px"],"result":["16px","20px"]}
|
||||
{"args":["0 0 24px"],"result":["0","0","24px"]}
|
||||
{"args":["1px solid #ddd8d0"],"result":["1px","solid","#ddd8d0"]}
|
||||
{"args":["6px solid #b8422e"],"result":["6px","solid","#b8422e"]}
|
||||
{"args":["ticker-loop 80s linear infinite"],"result":["ticker-loop","80s","linear","infinite"]}
|
||||
{"args":["8px 16px"],"result":["8px","16px"]}
|
||||
{"args":["48px"],"result":["48px"]}
|
||||
{"args":["0 0 32px"],"result":["0","0","32px"]}
|
||||
{"args":["0 0 12px"],"result":["0","0","12px"]}
|
||||
{"args":["18px 22px"],"result":["18px","22px"]}
|
||||
{"args":["2rem 0 0.75rem"],"result":["2rem","0","0.75rem"]}
|
||||
{"args":["0.75rem 1rem"],"result":["0.75rem","1rem"]}
|
||||
{"args":["3px solid transparent"],"result":["3px","solid","transparent"]}
|
||||
{"args":["3px solid #3b82f6"],"result":["3px","solid","#3b82f6"]}
|
||||
{"args":["0.5rem 0.75rem"],"result":["0.5rem","0.75rem"]}
|
||||
{"args":["1px solid #fca5a5"],"result":["1px","solid","#fca5a5"]}
|
||||
{"args":["3px solid #b91c1c"],"result":["3px","solid","#b91c1c"]}
|
||||
{"args":["none"],"result":["none"]}
|
||||
{"args":["3px solid #e5e7eb"],"result":["3px","solid","#e5e7eb"]}
|
||||
{"args":["2px solid white"],"result":["2px","solid","white"]}
|
||||
{"args":["0.125rem 0 0"],"result":["0.125rem","0","0"]}
|
||||
{"args":["3px solid #ef4444"],"result":["3px","solid","#ef4444"]}
|
||||
{"args":["3px solid #22c55e"],"result":["3px","solid","#22c55e"]}
|
||||
{"args":["0.75rem 1.25rem"],"result":["0.75rem","1.25rem"]}
|
||||
{"args":["2px solid #3b82f6"],"result":["2px","solid","#3b82f6"]}
|
||||
{"args":["2px solid transparent"],"result":["2px","solid","transparent"]}
|
||||
{"args":["0.5rem"],"result":["0.5rem"]}
|
||||
{"args":["2px solid #111827"],"result":["2px","solid","#111827"]}
|
||||
{"args":["1px solid #f59e0b"],"result":["1px","solid","#f59e0b"]}
|
||||
{"args":["12px 16px"],"result":["12px","16px"]}
|
||||
{"args":["3px solid oklch(65%0.12 250)"],"result":["3px","solid","oklch(65%0.12 250)"]}
|
||||
{"args":["1px solid oklch(80%0.05 250)"],"result":["1px","solid","oklch(80%0.05 250)"]}
|
||||
{"args":["4px solid oklch(75%0.15 45)"],"result":["4px","solid","oklch(75%0.15 45)"]}
|
||||
{"args":["4px solid oklch(75%0.18 45)"],"result":["4px","solid","oklch(75%0.18 45)"]}
|
||||
{"args":["4px solid oklab(60%0.1 0.15)"],"result":["4px","solid","oklab(60%0.1 0.15)"]}
|
||||
{"args":["4px solid lch(55%60 250)"],"result":["4px","solid","lch(55%60 250)"]}
|
||||
{"args":["4px solid lab(50%40-30)"],"result":["4px","solid","lab(50%40-30)"]}
|
||||
{"args":["5px solid var(--brand)"],"result":["5px","solid","var(--brand)"]}
|
||||
{"args":["1px solid var(--line)"],"result":["1px","solid","var(--line)"]}
|
||||
{"args":["4px solid var(--warn)"],"result":["4px","solid","var(--warn)"]}
|
||||
{"args":["4px solid var(--terracotta)"],"result":["4px","solid","var(--terracotta)"]}
|
||||
{"args":["4px solid var(--brand)"],"result":["4px","solid","var(--brand)"]}
|
||||
{"args":["3px solid oklch(80%0 0)"],"result":["3px","solid","oklch(80%0 0)"]}
|
||||
{"args":["3px solid oklch(75%0.01 250)"],"result":["3px","solid","oklch(75%0.01 250)"]}
|
||||
{"args":["1px solid oklch(65%0.12 250)"],"result":["1px","solid","oklch(65%0.12 250)"]}
|
||||
{"args":["3px solid lab(50%0 0)"],"result":["3px","solid","lab(50%0 0)"]}
|
||||
{"args":["3px solid lch(50%0 0)"],"result":["3px","solid","lch(50%0 0)"]}
|
||||
{"args":["8px"],"result":["8px"]}
|
||||
{"args":["3px solid var(--line)"],"result":["3px","solid","var(--line)"]}
|
||||
{"args":["1px solid var(--brand)"],"result":["1px","solid","var(--brand)"]}
|
||||
{"args":["3px solid var(--brand)"],"result":["3px","solid","var(--brand)"]}
|
||||
{"args":["1px solid oklch(92%0 0/0.12)"],"result":["1px","solid","oklch(92%0 0/0.12)"]}
|
||||
{"args":["4px solid purple"],"result":["4px","solid","purple"]}
|
||||
{"args":["5px solid rebeccapurple"],"result":["5px","solid","rebeccapurple"]}
|
||||
{"args":["4px solid crimson"],"result":["4px","solid","crimson"]}
|
||||
{"args":["3px solid teal"],"result":["3px","solid","teal"]}
|
||||
{"args":["6px solid var(--accent)"],"result":["6px","solid","var(--accent)"]}
|
||||
{"args":["4px solid dimgray"],"result":["4px","solid","dimgray"]}
|
||||
{"args":["3px solid gainsboro"],"result":["3px","solid","gainsboro"]}
|
||||
{"args":["4px solid black"],"result":["4px","solid","black"]}
|
||||
{"args":["1px solid purple"],"result":["1px","solid","purple"]}
|
||||
{"args":["3px solid purple"],"result":["3px","solid","purple"]}
|
||||
{"args":["7px solid purple"],"result":["7px","solid","purple"]}
|
||||
{"args":["22px"],"result":["22px"]}
|
||||
{"args":["0 0 8px"],"result":["0","0","8px"]}
|
||||
{"args":["0 0 10px"],"result":["0","0","10px"]}
|
||||
{"args":["32px 0 10px"],"result":["32px","0","10px"]}
|
||||
{"args":["22px 0 6px"],"result":["22px","0","6px"]}
|
||||
{"args":["1px solid #d4c7b9"],"result":["1px","solid","#d4c7b9"]}
|
||||
{"args":["12px 14px"],"result":["12px","14px"]}
|
||||
{"args":["#00a982"],"result":["#00a982"]}
|
||||
{"args":["0 0 18px"],"result":["0","0","18px"]}
|
||||
{"args":["1px solid #d7d0c2"],"result":["1px","solid","#d7d0c2"]}
|
||||
{"args":["1px solid #d4d4d4"],"result":["1px","solid","#d4d4d4"]}
|
||||
{"args":["1px solid #d6d3d1"],"result":["1px","solid","#d6d3d1"]}
|
||||
{"args":["6px 0"],"result":["6px","0"]}
|
||||
{"args":["1px solid #eeeeee"],"result":["1px","solid","#eeeeee"]}
|
||||
{"args":["6px 10px"],"result":["6px","10px"]}
|
||||
{"args":["1px solid #e2e8f0"],"result":["1px","solid","#e2e8f0"]}
|
||||
{"args":["12px 0 0"],"result":["12px","0","0"]}
|
||||
{"args":["4px 12px"],"result":["4px","12px"]}
|
||||
{"args":["32px"],"result":["32px"]}
|
||||
{"args":["1px solid #c9bfb2"],"result":["1px","solid","#c9bfb2"]}
|
||||
{"args":["1px solid #d8cec0"],"result":["1px","solid","#d8cec0"]}
|
||||
{"args":["4px 0 0"],"result":["4px","0","0"]}
|
||||
{"args":["bounce-keyframe 1s infinite"],"result":["bounce-keyframe","1s","infinite"]}
|
||||
{"args":["transform 0.5s cubic-bezier(0.68,-0.55,0.265,1.55)"],"result":["transform","0.5s","cubic-bezier(0.68,-0.55,0.265,1.55)"]}
|
||||
{"args":["width 0.3s ease"],"result":["width","0.3s","ease"]}
|
||||
{"args":["height 0.4s ease-out"],"result":["height","0.4s","ease-out"]}
|
||||
{"args":["padding 0.2s linear"],"result":["padding","0.2s","linear"]}
|
||||
{"args":["margin 0.3s ease-in"],"result":["margin","0.3s","ease-in"]}
|
||||
{"args":["max-height 0.5s ease"],"result":["max-height","0.5s","ease"]}
|
||||
{"args":["height 0.3s ease"],"result":["height","0.3s","ease"]}
|
||||
{"args":["opacity 0.3s ease"],"result":["opacity","0.3s","ease"]}
|
||||
{"args":["fade-in-keyframe 0.4s cubic-bezier(0.16,1,0.3,1)"],"result":["fade-in-keyframe","0.4s","cubic-bezier(0.16,1,0.3,1)"]}
|
||||
{"args":["transform 0.4s cubic-bezier(0.25,1,0.5,1)"],"result":["transform","0.4s","cubic-bezier(0.25,1,0.5,1)"]}
|
||||
{"args":["transform 0.5s cubic-bezier(0.16,1,0.3,1)"],"result":["transform","0.5s","cubic-bezier(0.16,1,0.3,1)"]}
|
||||
{"args":["transform 0.3s ease-out"],"result":["transform","0.3s","ease-out"]}
|
||||
{"args":["opacity 0.2s ease"],"result":["opacity","0.2s","ease"]}
|
||||
{"args":["color 0.15s ease"],"result":["color","0.15s","ease"]}
|
||||
{"args":["background-color 0.15s ease"],"result":["background-color","0.15s","ease"]}
|
||||
{"args":["box-shadow 0.2s ease"],"result":["box-shadow","0.2s","ease"]}
|
||||
{"args":["all 0.3s ease"],"result":["all","0.3s","ease"]}
|
||||
{"args":["transform 0.3s ease"],"result":["transform","0.3s","ease"]}
|
||||
{"args":["28px 0 10px"],"result":["28px","0","10px"]}
|
||||
{"args":["28px 0 0"],"result":["28px","0","0"]}
|
||||
{"args":["1px solid #d4a017"],"result":["1px","solid","#d4a017"]}
|
||||
{"args":["6px 12px"],"result":["6px","12px"]}
|
||||
{"args":["2px solid #94a3b8"],"result":["2px","solid","#94a3b8"]}
|
||||
{"args":["12px 16px 12px 0"],"result":["12px","16px","12px","0"]}
|
||||
{"args":["24px 0 0"],"result":["24px","0","0"]}
|
||||
{"args":["18px 20px"],"result":["18px","20px"]}
|
||||
{"args":["14px 18px"],"result":["14px","18px"]}
|
||||
{"args":["16px 18px 4px"],"result":["16px","18px","4px"]}
|
||||
{"args":["0 18px 16px"],"result":["0","18px","16px"]}
|
||||
{"args":["18px"],"result":["18px"]}
|
||||
{"args":["14px"],"result":["14px"]}
|
||||
{"args":["1px solid rgba(255,255,255,0.16)"],"result":["1px","solid","rgba(255,255,255,0.16)"]}
|
||||
{"args":["0 0 20px"],"result":["0","0","20px"]}
|
||||
{"args":["1px solid #ddd"],"result":["1px","solid","#ddd"]}
|
||||
{"args":["1px solid rgba(148, 163, 184, 0.16)"],"result":["1px","solid","rgba(148, 163, 184, 0.16)"]}
|
||||
{"args":["1px solid oklch(78% 0 0 / 0.16)"],"result":["1px","solid","oklch(78% 0 0 / 0.16)"]}
|
||||
{"args":["transform 0.3s"],"result":["transform","0.3s"]}
|
||||
{"args":["32px 24px 40px"],"result":["32px","24px","40px"]}
|
||||
{"args":["28px 0 8px"],"result":["28px","0","8px"]}
|
||||
{"args":["40px 24px"],"result":["40px","24px"]}
|
||||
|
||||
@@ -219,180 +219,3 @@
|
||||
{"args":[{"r":246,"g":242,"b":232,"a":1}],"result":"rgb(246, 242, 232)"}
|
||||
{"args":[{"r":245,"g":242,"b":234,"a":1}],"result":"rgb(245, 242, 234)"}
|
||||
{"args":[{"r":35,"g":31,"b":27,"a":1}],"result":"rgb(35, 31, 27)"}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":"rgb(255, 0, 170)"}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":"rgb(255, 0, 170)"}
|
||||
{"args":[{"r":249,"g":250,"b":251,"a":1}],"result":"rgb(249, 250, 251)"}
|
||||
{"args":[{"r":107,"g":114,"b":128,"a":1}],"result":"rgb(107, 114, 128)"}
|
||||
{"args":[{"r":75,"g":85,"b":99,"a":1}],"result":"rgb(75, 85, 99)"}
|
||||
{"args":[{"r":229,"g":231,"b":235,"a":1}],"result":"rgb(229, 231, 235)"}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1}],"result":"rgb(255, 255, 255)"}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":1}],"result":"rgb(59, 130, 246)"}
|
||||
{"args":[{"r":17,"g":24,"b":39,"a":1}],"result":"rgb(17, 24, 39)"}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":1}],"result":"rgb(139, 92, 246)"}
|
||||
{"args":[{"r":16,"g":185,"b":129,"a":1}],"result":"rgb(16, 185, 129)"}
|
||||
{"args":[{"r":239,"g":68,"b":68,"a":1}],"result":"rgb(239, 68, 68)"}
|
||||
{"args":[{"r":31,"g":41,"b":55,"a":1}],"result":"rgb(31, 41, 55)"}
|
||||
{"args":[{"r":244,"g":114,"b":182,"a":1}],"result":"rgb(244, 114, 182)"}
|
||||
{"args":[{"r":156,"g":163,"b":175,"a":1}],"result":"rgb(156, 163, 175)"}
|
||||
{"args":[{"r":219,"g":234,"b":254,"a":1}],"result":"rgb(219, 234, 254)"}
|
||||
{"args":[{"r":29,"g":78,"b":216,"a":1}],"result":"rgb(29, 78, 216)"}
|
||||
{"args":[{"r":55,"g":65,"b":81,"a":1}],"result":"rgb(55, 65, 81)"}
|
||||
{"args":[{"r":99,"g":102,"b":241,"a":1}],"result":"rgb(99, 102, 241)"}
|
||||
{"args":[{"r":30,"g":41,"b":59,"a":1}],"result":"rgb(30, 41, 59)"}
|
||||
{"args":[{"r":148,"g":163,"b":184,"a":1}],"result":"rgb(148, 163, 184)"}
|
||||
{"args":[{"r":248,"g":250,"b":252,"a":1}],"result":"rgb(248, 250, 252)"}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1}],"result":"rgb(71, 85, 105)"}
|
||||
{"args":[{"r":253,"g":253,"b":253,"a":1}],"result":"rgb(253, 253, 253)"}
|
||||
{"args":[{"r":37,"g":99,"b":235,"a":1}],"result":"rgb(37, 99, 235)"}
|
||||
{"args":[{"r":220,"g":38,"b":38,"a":1}],"result":"rgb(220, 38, 38)"}
|
||||
{"args":[{"r":15,"g":118,"b":110,"a":1}],"result":"rgb(15, 118, 110)"}
|
||||
{"args":[{"r":124,"g":58,"b":237,"a":1}],"result":"rgb(124, 58, 237)"}
|
||||
{"args":[{"r":234,"g":88,"b":12,"a":1}],"result":"rgb(234, 88, 12)"}
|
||||
{"args":[{"r":20,"g":24,"b":32,"a":1}],"result":"rgb(20, 24, 32)"}
|
||||
{"args":[{"r":244,"g":247,"b":251,"a":1}],"result":"rgb(244, 247, 251)"}
|
||||
{"args":[{"r":56,"g":189,"b":248,"a":1}],"result":"rgb(56, 189, 248)"}
|
||||
{"args":[{"r":203,"g":213,"b":225,"a":1}],"result":"rgb(203, 213, 225)"}
|
||||
{"args":[{"r":209,"g":213,"b":219,"a":1}],"result":"rgb(209, 213, 219)"}
|
||||
{"args":[{"r":22,"g":26,"b":34,"a":1}],"result":"rgb(22, 26, 34)"}
|
||||
{"args":[{"r":51,"g":65,"b":85,"a":1}],"result":"rgb(51, 65, 85)"}
|
||||
{"args":[{"r":250,"g":250,"b":250,"a":1}],"result":"rgb(250, 250, 250)"}
|
||||
{"args":[{"r":26,"g":26,"b":26,"a":1}],"result":"rgb(26, 26, 26)"}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1}],"result":"rgb(100, 116, 139)"}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1}],"result":"rgb(0, 0, 0)"}
|
||||
{"args":[{"r":150,"g":150,"b":150,"a":1}],"result":"rgb(150, 150, 150)"}
|
||||
{"args":[{"r":180,"g":180,"b":180,"a":1}],"result":"rgb(180, 180, 180)"}
|
||||
{"args":[{"r":200,"g":200,"b":200,"a":1}],"result":"rgb(200, 200, 200)"}
|
||||
{"args":[{"r":30,"g":30,"b":30,"a":1}],"result":"rgb(30, 30, 30)"}
|
||||
{"args":[{"r":80,"g":80,"b":80,"a":1}],"result":"rgb(80, 80, 80)"}
|
||||
{"args":[{"r":128,"g":128,"b":128,"a":1}],"result":"rgb(128, 128, 128)"}
|
||||
{"args":[{"r":102,"g":102,"b":102,"a":1}],"result":"rgb(102, 102, 102)"}
|
||||
{"args":[{"r":31,"g":26,"b":21,"a":1}],"result":"rgb(31, 26, 21)"}
|
||||
{"args":[{"r":91,"g":79,"b":68,"a":1}],"result":"rgb(91, 79, 68)"}
|
||||
{"args":[{"r":108,"g":114,"b":128,"a":1}],"result":"rgb(108, 114, 128)"}
|
||||
{"args":[{"r":182,"g":50,"b":45,"a":1}],"result":"rgb(182, 50, 45)"}
|
||||
{"args":[{"r":92,"g":84,"b":73,"a":1}],"result":"rgb(92, 84, 73)"}
|
||||
{"args":[{"r":168,"g":85,"b":247,"a":1}],"result":"rgb(168, 85, 247)"}
|
||||
{"args":[{"r":232,"g":226,"b":214,"a":1}],"result":"rgb(232, 226, 214)"}
|
||||
{"args":[{"r":207,"g":201,"b":189,"a":1}],"result":"rgb(207, 201, 189)"}
|
||||
{"args":[{"r":26,"g":26,"b":30,"a":1}],"result":"rgb(26, 26, 30)"}
|
||||
{"args":[{"r":240,"g":240,"b":245,"a":1}],"result":"rgb(240, 240, 245)"}
|
||||
{"args":[{"r":250,"g":250,"b":252,"a":1}],"result":"rgb(250, 250, 252)"}
|
||||
{"args":[{"r":20,"g":20,"b":25,"a":1}],"result":"rgb(20, 20, 25)"}
|
||||
{"args":[{"r":30,"g":64,"b":175,"a":1}],"result":"rgb(30, 64, 175)"}
|
||||
{"args":[{"r":5,"g":46,"b":32,"a":1}],"result":"rgb(5, 46, 32)"}
|
||||
{"args":[{"r":180,"g":83,"b":9,"a":1}],"result":"rgb(180, 83, 9)"}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.03}],"result":"rgba(0, 0, 0, 0.03)"}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0}],"result":"rgba(0, 0, 0, 0)"}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.5}],"result":"rgba(0, 0, 0, 0.5)"}
|
||||
{"args":[{"r":170,"g":170,"b":170,"a":1}],"result":"rgb(170, 170, 170)"}
|
||||
{"args":[{"r":245,"g":240,"b":232,"a":1}],"result":"rgb(245, 240, 232)"}
|
||||
{"args":[{"r":150,"g":60,"b":55,"a":1}],"result":"rgb(150, 60, 55)"}
|
||||
{"args":[{"r":28,"g":30,"b":38,"a":1}],"result":"rgb(28, 30, 38)"}
|
||||
{"args":[{"r":230,"g":232,"b":237,"a":1}],"result":"rgb(230, 232, 237)"}
|
||||
{"args":[{"r":232,"g":230,"b":227,"a":1}],"result":"rgb(232, 230, 227)"}
|
||||
{"args":[{"r":15,"g":15,"b":17,"a":1}],"result":"rgb(15, 15, 17)"}
|
||||
{"args":[{"r":142,"g":140,"b":137,"a":1}],"result":"rgb(142, 140, 137)"}
|
||||
{"args":[{"r":222,"g":217,"b":207,"a":1}],"result":"rgb(222, 217, 207)"}
|
||||
{"args":[{"r":58,"g":53,"b":44,"a":1}],"result":"rgb(58, 53, 44)"}
|
||||
{"args":[{"r":239,"g":233,"b":221,"a":1}],"result":"rgb(239, 233, 221)"}
|
||||
{"args":[{"r":255,"g":228,"b":230,"a":1}],"result":"rgb(255, 228, 230)"}
|
||||
{"args":[{"r":250,"g":248,"b":244,"a":1}],"result":"rgb(250, 248, 244)"}
|
||||
{"args":[{"r":38,"g":36,"b":33,"a":1}],"result":"rgb(38, 36, 33)"}
|
||||
{"args":[{"r":221,"g":216,"b":208,"a":1}],"result":"rgb(221, 216, 208)"}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":1}],"result":"rgb(184, 66, 46)"}
|
||||
{"args":[{"r":225,"g":225,"b":225,"a":1}],"result":"rgb(225, 225, 225)"}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1}],"result":"rgb(215, 215, 215)"}
|
||||
{"args":[{"r":5,"g":4,"b":3,"a":1}],"result":"rgb(5, 4, 3)"}
|
||||
{"args":[{"r":250,"g":249,"b":246,"a":0.88}],"result":"rgba(250, 249, 246, 0.88)"}
|
||||
{"args":[{"r":12,"g":11,"b":7,"a":1}],"result":"rgb(12, 11, 7)"}
|
||||
{"args":[{"r":46,"g":46,"b":46,"a":1}],"result":"rgb(46, 46, 46)"}
|
||||
{"args":[{"r":51,"g":51,"b":51,"a":1}],"result":"rgb(51, 51, 51)"}
|
||||
{"args":[{"r":222,"g":222,"b":222,"a":1}],"result":"rgb(222, 222, 222)"}
|
||||
{"args":[{"r":22,"g":22,"b":22,"a":1}],"result":"rgb(22, 22, 22)"}
|
||||
{"args":[{"r":239,"g":246,"b":255,"a":1}],"result":"rgb(239, 246, 255)"}
|
||||
{"args":[{"r":252,"g":165,"b":165,"a":1}],"result":"rgb(252, 165, 165)"}
|
||||
{"args":[{"r":185,"g":28,"b":28,"a":1}],"result":"rgb(185, 28, 28)"}
|
||||
{"args":[{"r":226,"g":232,"b":240,"a":1}],"result":"rgb(226, 232, 240)"}
|
||||
{"args":[{"r":239,"g":68,"b":68,"a":0.1}],"result":"rgba(239, 68, 68, 0.1)"}
|
||||
{"args":[{"r":34,"g":197,"b":94,"a":1}],"result":"rgb(34, 197, 94)"}
|
||||
{"args":[{"r":34,"g":197,"b":94,"a":0.1}],"result":"rgba(34, 197, 94, 0.1)"}
|
||||
{"args":[{"r":245,"g":158,"b":11,"a":1}],"result":"rgb(245, 158, 11)"}
|
||||
{"args":[{"r":255,"g":251,"b":235,"a":1}],"result":"rgb(255, 251, 235)"}
|
||||
{"args":[{"r":146,"g":64,"b":14,"a":1}],"result":"rgb(146, 64, 14)"}
|
||||
{"args":[{"r":217,"g":119,"b":6,"a":1}],"result":"rgb(217, 119, 6)"}
|
||||
{"args":[{"r":254,"g":247,"b":242,"a":1}],"result":"rgb(254, 247, 242)"}
|
||||
{"args":[{"r":135,"g":168,"b":255,"a":1}],"result":"rgb(135, 168, 255)"}
|
||||
{"args":[{"r":138,"g":106,"b":47,"a":1}],"result":"rgb(138, 106, 47)"}
|
||||
{"args":[{"r":170,"g":103,"b":77,"a":1}],"result":"rgb(170, 103, 77)"}
|
||||
{"args":[{"r":246,"g":246,"b":246,"a":1}],"result":"rgb(246, 246, 246)"}
|
||||
{"args":[{"r":128,"g":0,"b":128,"a":1}],"result":"rgb(128, 0, 128)"}
|
||||
{"args":[{"r":102,"g":51,"b":153,"a":1}],"result":"rgb(102, 51, 153)"}
|
||||
{"args":[{"r":220,"g":20,"b":60,"a":1}],"result":"rgb(220, 20, 60)"}
|
||||
{"args":[{"r":0,"g":128,"b":128,"a":1}],"result":"rgb(0, 128, 128)"}
|
||||
{"args":[{"r":255,"g":165,"b":0,"a":1}],"result":"rgb(255, 165, 0)"}
|
||||
{"args":[{"r":105,"g":105,"b":105,"a":1}],"result":"rgb(105, 105, 105)"}
|
||||
{"args":[{"r":220,"g":220,"b":220,"a":1}],"result":"rgb(220, 220, 220)"}
|
||||
{"args":[{"r":247,"g":244,"b":238,"a":1}],"result":"rgb(247, 244, 238)"}
|
||||
{"args":[{"r":36,"g":31,"b":26,"a":1}],"result":"rgb(36, 31, 26)"}
|
||||
{"args":[{"r":212,"g":199,"b":185,"a":1}],"result":"rgb(212, 199, 185)"}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":"rgb(255, 0, 170)"}
|
||||
{"args":[{"r":20,"g":180,"b":220,"a":1}],"result":"rgb(20, 180, 220)"}
|
||||
{"args":[{"r":0,"g":169,"b":130,"a":1}],"result":"rgb(0, 169, 130)"}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":0.45}],"result":"rgba(184, 66, 46, 0.45)"}
|
||||
{"args":[{"r":187,"g":68,"b":47,"a":1}],"result":"rgb(187, 68, 47)"}
|
||||
{"args":[{"r":213,"g":90,"b":66,"a":1}],"result":"rgb(213, 90, 66)"}
|
||||
{"args":[{"r":215,"g":208,"b":194,"a":1}],"result":"rgb(215, 208, 194)"}
|
||||
{"args":[{"r":124,"g":92,"b":0,"a":1}],"result":"rgb(124, 92, 0)"}
|
||||
{"args":[{"r":34,"g":34,"b":34,"a":1}],"result":"rgb(34, 34, 34)"}
|
||||
{"args":[{"r":212,"g":212,"b":212,"a":1}],"result":"rgb(212, 212, 212)"}
|
||||
{"args":[{"r":245,"g":245,"b":244,"a":1}],"result":"rgb(245, 245, 244)"}
|
||||
{"args":[{"r":214,"g":211,"b":209,"a":1}],"result":"rgb(214, 211, 209)"}
|
||||
{"args":[{"r":87,"g":83,"b":78,"a":1}],"result":"rgb(87, 83, 78)"}
|
||||
{"args":[{"r":238,"g":238,"b":238,"a":1}],"result":"rgb(238, 238, 238)"}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":1}],"result":"rgb(15, 23, 42)"}
|
||||
{"args":[{"r":241,"g":245,"b":249,"a":1}],"result":"rgb(241, 245, 249)"}
|
||||
{"args":[{"r":221,"g":214,"b":254,"a":1}],"result":"rgb(221, 214, 254)"}
|
||||
{"args":[{"r":147,"g":197,"b":253,"a":1}],"result":"rgb(147, 197, 253)"}
|
||||
{"args":[{"r":11,"g":13,"b":19,"a":1}],"result":"rgb(11, 13, 19)"}
|
||||
{"args":[{"r":230,"g":230,"b":230,"a":1}],"result":"rgb(230, 230, 230)"}
|
||||
{"args":[{"r":246,"g":242,"b":236,"a":1}],"result":"rgb(246, 242, 236)"}
|
||||
{"args":[{"r":23,"g":20,"b":17,"a":1}],"result":"rgb(23, 20, 17)"}
|
||||
{"args":[{"r":201,"g":191,"b":178,"a":1}],"result":"rgb(201, 191, 178)"}
|
||||
{"args":[{"r":255,"g":250,"b":243,"a":1}],"result":"rgb(255, 250, 243)"}
|
||||
{"args":[{"r":91,"g":80,"b":70,"a":1}],"result":"rgb(91, 80, 70)"}
|
||||
{"args":[{"r":216,"g":206,"b":192,"a":1}],"result":"rgb(216, 206, 192)"}
|
||||
{"args":[{"r":255,"g":251,"b":230,"a":1}],"result":"rgb(255, 251, 230)"}
|
||||
{"args":[{"r":212,"g":160,"b":23,"a":1}],"result":"rgb(212, 160, 23)"}
|
||||
{"args":[{"r":139,"g":105,"b":20,"a":1}],"result":"rgb(139, 105, 20)"}
|
||||
{"args":[{"r":254,"g":243,"b":199,"a":1}],"result":"rgb(254, 243, 199)"}
|
||||
{"args":[{"r":120,"g":53,"b":15,"a":1}],"result":"rgb(120, 53, 15)"}
|
||||
{"args":[{"r":253,"g":230,"b":138,"a":1}],"result":"rgb(253, 230, 138)"}
|
||||
{"args":[{"r":245,"g":245,"b":247,"a":1}],"result":"rgb(245, 245, 247)"}
|
||||
{"args":[{"r":238,"g":242,"b":247,"a":1}],"result":"rgb(238, 242, 247)"}
|
||||
{"args":[{"r":23,"g":32,"b":51,"a":1}],"result":"rgb(23, 32, 51)"}
|
||||
{"args":[{"r":35,"g":48,"b":74,"a":1}],"result":"rgb(35, 48, 74)"}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":0.16}],"result":"rgba(255, 255, 255, 0.16)"}
|
||||
{"args":[{"r":221,"g":221,"b":221,"a":1}],"result":"rgb(221, 221, 221)"}
|
||||
{"args":[{"r":229,"g":240,"b":255,"a":1}],"result":"rgb(229, 240, 255)"}
|
||||
{"args":[{"r":17,"g":17,"b":17,"a":1}],"result":"rgb(17, 17, 17)"}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":0.86}],"result":"rgba(255, 255, 255, 0.86)"}
|
||||
{"args":[{"r":245,"g":245,"b":245,"a":1}],"result":"rgb(245, 245, 245)"}
|
||||
{"args":[{"r":245,"g":239,"b":226,"a":1}],"result":"rgb(245, 239, 226)"}
|
||||
{"args":[{"r":42,"g":38,"b":34,"a":1}],"result":"rgb(42, 38, 34)"}
|
||||
{"args":[{"r":148,"g":163,"b":184,"a":0.16}],"result":"rgba(148, 163, 184, 0.16)"}
|
||||
{"args":[{"r":31,"g":41,"b":51,"a":1}],"result":"rgb(31, 41, 51)"}
|
||||
{"args":[{"r":253,"g":252,"b":249,"a":1}],"result":"rgb(253, 252, 249)"}
|
||||
{"args":[{"r":241,"g":239,"b":233,"a":1}],"result":"rgb(241, 239, 233)"}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1}],"result":"rgb(231, 228, 221)"}
|
||||
{"args":[{"r":53,"g":51,"b":45,"a":1}],"result":"rgb(53, 51, 45)"}
|
||||
{"args":[{"r":26,"g":28,"b":31,"a":1}],"result":"rgb(26, 28, 31)"}
|
||||
{"args":[{"r":71,"g":71,"b":77,"a":1}],"result":"rgb(71, 71, 77)"}
|
||||
{"args":[{"r":18,"g":18,"b":21,"a":1}],"result":"rgb(18, 18, 21)"}
|
||||
{"args":[{"r":89,"g":89,"b":92,"a":1}],"result":"rgb(89, 89, 92)"}
|
||||
{"args":[{"r":48,"g":43,"b":39,"a":1}],"result":"rgb(48, 43, 39)"}
|
||||
{"args":[{"r":86,"g":81,"b":78,"a":1}],"result":"rgb(86, 81, 78)"}
|
||||
{"args":[{"r":250,"g":247,"b":242,"a":1}],"result":"rgb(250, 247, 242)"}
|
||||
{"args":[{"r":191,"g":189,"b":184,"a":1}],"result":"rgb(191, 189, 184)"}
|
||||
{"args":[{"r":199,"g":196,"b":191,"a":1}],"result":"rgb(199, 196, 191)"}
|
||||
{"args":[{"r":240,"g":237,"b":232,"a":1}],"result":"rgb(240, 237, 232)"}
|
||||
{"args":[{"r":26,"g":26,"b":28,"a":1}],"result":"rgb(26, 26, 28)"}
|
||||
|
||||
@@ -665,486 +665,5 @@
|
||||
{"args":[".faint"],"result":[0,1,0]}
|
||||
{"args":[".brand"],"result":[0,1,0]}
|
||||
{"args":[".also"],"result":[0,1,0]}
|
||||
{"args":[".card"],"result":[0,1,0]}
|
||||
{"args":[".dot"],"result":[0,1,0]}
|
||||
{"args":[".off"],"result":[0,1,0]}
|
||||
{"args":[".faint"],"result":[0,1,0]}
|
||||
{"args":[".brand"],"result":[0,1,0]}
|
||||
{"args":[".also"],"result":[0,1,0]}
|
||||
{"args":["body"],"result":[0,0,1]}
|
||||
{"args":["h1"],"result":[0,0,1]}
|
||||
{"args":["h2"],"result":[0,0,1]}
|
||||
{"args":["p.intro"],"result":[0,1,1]}
|
||||
{"args":[".cards"],"result":[0,1,0]}
|
||||
{"args":[".card"],"result":[0,1,0]}
|
||||
{"args":[".card h3"],"result":[0,1,1]}
|
||||
{"args":[".card p"],"result":[0,1,1]}
|
||||
{"args":[".card-shorthand-left"],"result":[0,1,0]}
|
||||
{"args":[".card-shorthand-right"],"result":[0,1,0]}
|
||||
{"args":[".card-longhand-left"],"result":[0,1,0]}
|
||||
{"args":[".card-longhand-right"],"result":[0,1,0]}
|
||||
{"args":[".card-css-top"],"result":[0,1,0]}
|
||||
{"args":[".card-css-bottom"],"result":[0,1,0]}
|
||||
{"args":[".section"],"result":[0,1,0]}
|
||||
{"args":[".card-rounded"],"result":[0,1,0]}
|
||||
{"args":[".card-rounded h3"],"result":[0,1,1]}
|
||||
{"args":[".card-rounded p"],"result":[0,1,1]}
|
||||
{"args":[".card-flat"],"result":[0,1,0]}
|
||||
{"args":[".badge"],"result":[0,1,0]}
|
||||
{"args":[".thin-left"],"result":[0,1,0]}
|
||||
{"args":[".thin-right"],"result":[0,1,0]}
|
||||
{"args":[".intro"],"result":[0,1,0]}
|
||||
{"args":[".grid"],"result":[0,1,0]}
|
||||
{"args":[".col h2"],"result":[0,1,1]}
|
||||
{"args":[".case"],"result":[0,1,0]}
|
||||
{"args":[".case h3"],"result":[0,1,1]}
|
||||
{"args":[".case p"],"result":[0,1,1]}
|
||||
{"args":[".flag-left"],"result":[0,1,0]}
|
||||
{"args":[".flag-right"],"result":[0,1,0]}
|
||||
{"args":[".flag-left-plain"],"result":[0,1,0]}
|
||||
{"args":[".flag-top"],"result":[0,1,0]}
|
||||
{"args":[".flag-bottom"],"result":[0,1,0]}
|
||||
{"args":[".flag-dark"],"result":[0,1,0]}
|
||||
{"args":[".flag-dark p"],"result":[0,1,1]}
|
||||
{"args":[".pass-full-border"],"result":[0,1,0]}
|
||||
{"args":[".pass-neutral-side"],"result":[0,1,0]}
|
||||
{"args":[".pass-thin-side"],"result":[0,1,0]}
|
||||
{"args":[".pass-status-alert"],"result":[0,1,0]}
|
||||
{"args":[".flag-square-top"],"result":[0,1,0]}
|
||||
{"args":[".flag-square-bottom"],"result":[0,1,0]}
|
||||
{"args":[".pass-tab-underline"],"result":[0,1,0]}
|
||||
{"args":[".pass-thick-band"],"result":[0,1,0]}
|
||||
{"args":[".pass-dark-uniform"],"result":[0,1,0]}
|
||||
{"args":[".pass-dark-uniform p"],"result":[0,1,1]}
|
||||
{"args":["h3"],"result":[0,0,1]}
|
||||
{"args":[".cards p"],"result":[0,1,1]}
|
||||
{"args":[".external-side-tab"],"result":[0,1,0]}
|
||||
{"args":[".external-top-accent"],"result":[0,1,0]}
|
||||
{"args":[".external-inter"],"result":[0,1,0]}
|
||||
{"args":[".external-clean"],"result":[0,1,0]}
|
||||
{"args":[".external-neutral-side"],"result":[0,1,0]}
|
||||
{"args":[".external-square-top"],"result":[0,1,0]}
|
||||
{"args":[".col h3"],"result":[0,1,1]}
|
||||
{"args":[".styled-pill-low"],"result":[0,1,0]}
|
||||
{"args":[".low-contrast-button"],"result":[0,1,0]}
|
||||
{"args":[".good-pill-high"],"result":[0,1,0]}
|
||||
{"args":[".inline-link-low"],"result":[0,1,0]}
|
||||
{"args":[".chip-sev-low"],"result":[0,1,0]}
|
||||
{"args":[".chip-ok-high"],"result":[0,1,0]}
|
||||
{"args":[".chip-sub9-low"],"result":[0,1,0]}
|
||||
{"args":[".panel-reset"],"result":[0,1,0]}
|
||||
{"args":[".panel-reset code"],"result":[0,1,1]}
|
||||
{"args":[".panel-reset pre code"],"result":[0,1,2]}
|
||||
{"args":[".ox-grad-text"],"result":[0,1,0]}
|
||||
{"args":[".ox-dark-wrap"],"result":[0,1,0]}
|
||||
{"args":[".ox-glow"],"result":[0,1,0]}
|
||||
{"args":[".ox-glow p"],"result":[0,1,1]}
|
||||
{"args":[".ox-glow .muted"],"result":[0,2,0]}
|
||||
{"args":[".mix-dark-wrap"],"result":[0,1,0]}
|
||||
{"args":[".mix-glow"],"result":[0,1,0]}
|
||||
{"args":[".mix-glow p"],"result":[0,1,1]}
|
||||
{"args":[":root"],"result":[0,1,0]}
|
||||
{"args":[".currentcolor-surface"],"result":[0,1,0]}
|
||||
{"args":[".currentcolor-low-text"],"result":[0,1,0]}
|
||||
{"args":[".currentcolor-good-text"],"result":[0,1,0]}
|
||||
{"args":[".currentcolor-unknown"],"result":[0,1,0]}
|
||||
{"args":[".currentcolor-unknown p"],"result":[0,1,1]}
|
||||
{"args":[".tabbed"],"result":[0,1,0]}
|
||||
{"args":[".w4"],"result":[0,1,0]}
|
||||
{"args":[".w5"],"result":[0,1,0]}
|
||||
{"args":[".w7"],"result":[0,1,0]}
|
||||
{"args":[".w8"],"result":[0,1,0]}
|
||||
{"args":[".w9"],"result":[0,1,0]}
|
||||
{"args":[".w10"],"result":[0,1,0]}
|
||||
{"args":[".w11"],"result":[0,1,0]}
|
||||
{"args":[".w12"],"result":[0,1,0]}
|
||||
{"args":[".quote-track"],"result":[0,1,0]}
|
||||
{"args":[".quote-track span"],"result":[0,1,1]}
|
||||
{"args":[".never-rendered-grid"],"result":[0,1,0]}
|
||||
{"args":["body>*"],"result":[0,0,1]}
|
||||
{"args":[".flag-muted-direct"],"result":[0,1,0]}
|
||||
{"args":[".flag-muted-nested-wrapper"],"result":[0,1,0]}
|
||||
{"args":[".flag-muted-nested"],"result":[0,1,0]}
|
||||
{"args":[".frosted-light"],"result":[0,1,0]}
|
||||
{"args":[".flag-light-on-frosted"],"result":[0,1,0]}
|
||||
{"args":[".pass-hero-title"],"result":[0,1,0]}
|
||||
{"args":[".pass-hero-body"],"result":[0,1,0]}
|
||||
{"args":[".pass-on-raised"],"result":[0,1,0]}
|
||||
{"args":[".pass-dark-on-frosted"],"result":[0,1,0]}
|
||||
{"args":[".pass-hex-gradient"],"result":[0,1,0]}
|
||||
{"args":[".pass-image-backed"],"result":[0,1,0]}
|
||||
{"args":[".pass-photo-panel"],"result":[0,1,0]}
|
||||
{"args":[".pass-hidden-scene"],"result":[0,1,0]}
|
||||
{"args":[".pass-hidden-scene p"],"result":[0,1,1]}
|
||||
{"args":[".demo"],"result":[0,1,0]}
|
||||
{"args":["#flag-oklch-1"],"result":[1,0,0]}
|
||||
{"args":["#flag-oklch-2"],"result":[1,0,0]}
|
||||
{"args":["#flag-oklch-3"],"result":[1,0,0]}
|
||||
{"args":["#flag-oklab-1"],"result":[1,0,0]}
|
||||
{"args":["#flag-lch-1"],"result":[1,0,0]}
|
||||
{"args":["#flag-lab-1"],"result":[1,0,0]}
|
||||
{"args":["label#flag-label-oklch"],"result":[1,0,1]}
|
||||
{"args":["label#flag-label-rgb"],"result":[1,0,1]}
|
||||
{"args":["#flag-var-shorthand"],"result":[1,0,0]}
|
||||
{"args":["#flag-var-mixed"],"result":[1,0,0]}
|
||||
{"args":["#flag-var-right"],"result":[1,0,0]}
|
||||
{"args":["label#flag-label-var"],"result":[1,0,1]}
|
||||
{"args":["#pass-oklch-neutral"],"result":[1,0,0]}
|
||||
{"args":["#pass-oklch-nearneutral"],"result":[1,0,0]}
|
||||
{"args":["#pass-oklch-allsides"],"result":[1,0,0]}
|
||||
{"args":["#pass-oklch-thin"],"result":[1,0,0]}
|
||||
{"args":["#pass-lab-neutral"],"result":[1,0,0]}
|
||||
{"args":["#pass-lch-neutral"],"result":[1,0,0]}
|
||||
{"args":["label#pass-label-plain"],"result":[1,0,1]}
|
||||
{"args":["label#pass-label-neutral-border"],"result":[1,0,1]}
|
||||
{"args":["label#pass-label-inline"],"result":[1,0,1]}
|
||||
{"args":["label#pass-label-thin"],"result":[1,0,1]}
|
||||
{"args":["#pass-var-neutral"],"result":[1,0,0]}
|
||||
{"args":["#pass-var-thin"],"result":[1,0,0]}
|
||||
{"args":["#pass-var-allsides"],"result":[1,0,0]}
|
||||
{"args":["#pass-oklch-neutral-right-divider"],"result":[1,0,0]}
|
||||
{"args":["#flag-named-purple"],"result":[1,0,0]}
|
||||
{"args":["#flag-named-rebecca"],"result":[1,0,0]}
|
||||
{"args":["#flag-named-crimson-top"],"result":[1,0,0]}
|
||||
{"args":["#flag-named-teal"],"result":[1,0,0]}
|
||||
{"args":["#flag-named-var"],"result":[1,0,0]}
|
||||
{"args":["#pass-named-dimgray"],"result":[1,0,0]}
|
||||
{"args":["#pass-named-gainsboro"],"result":[1,0,0]}
|
||||
{"args":["#pass-named-black"],"result":[1,0,0]}
|
||||
{"args":["#pass-named-thin"],"result":[1,0,0]}
|
||||
{"args":["#pass-named-allsides"],"result":[1,0,0]}
|
||||
{"args":["p"],"result":[0,0,1]}
|
||||
{"args":[".caption"],"result":[0,1,0]}
|
||||
{"args":[".col"],"result":[0,1,0]}
|
||||
{"args":[".col-label"],"result":[0,1,0]}
|
||||
{"args":[".flag-type"],"result":[0,1,0]}
|
||||
{"args":[".flag-type h1"],"result":[0,1,1]}
|
||||
{"args":[".flag-type h2"],"result":[0,1,1]}
|
||||
{"args":[".flag-type h3"],"result":[0,1,1]}
|
||||
{"args":[".flag-type p"],"result":[0,1,1]}
|
||||
{"args":[".flag-type .caption"],"result":[0,2,0]}
|
||||
{"args":[".flag-type .tight-leading-demo"],"result":[0,2,0]}
|
||||
{"args":[".flag-type .tiny-body-demo"],"result":[0,2,0]}
|
||||
{"args":[".flag-type .caps-body-demo"],"result":[0,2,0]}
|
||||
{"args":[".flag-type .tracked-body-demo"],"result":[0,2,0]}
|
||||
{"args":[".flag-type .justified-body-demo"],"result":[0,2,0]}
|
||||
{"args":[".pass-type"],"result":[0,1,0]}
|
||||
{"args":[".pass-type h1"],"result":[0,1,1]}
|
||||
{"args":[".pass-type h2"],"result":[0,1,1]}
|
||||
{"args":[".pass-type h3"],"result":[0,1,1]}
|
||||
{"args":[".pass-type p"],"result":[0,1,1]}
|
||||
{"args":[".pass-type .caption"],"result":[0,2,0]}
|
||||
{"args":[".design-system-fixture"],"result":[0,1,0]}
|
||||
{"args":[".fixture-note"],"result":[0,1,0]}
|
||||
{"args":[".fixture-note strong"],"result":[0,1,1]}
|
||||
{"args":[".flag-font"],"result":[0,1,0]}
|
||||
{"args":[".flag-color"],"result":[0,1,0]}
|
||||
{"args":[".flag-background"],"result":[0,1,0]}
|
||||
{"args":[".flag-border"],"result":[0,1,0]}
|
||||
{"args":[".flag-radius"],"result":[0,1,0]}
|
||||
{"args":[".flag-font-size"],"result":[0,1,0]}
|
||||
{"args":[".pass-display-font"],"result":[0,1,0]}
|
||||
{"args":[".pass-rem-font-size"],"result":[0,1,0]}
|
||||
{"args":[".pass-relative-font-size"],"result":[0,1,0]}
|
||||
{"args":[".pass-generic-font"],"result":[0,1,0]}
|
||||
{"args":[".pass-token-color"],"result":[0,1,0]}
|
||||
{"args":[".pass-alpha-color"],"result":[0,1,0]}
|
||||
{"args":[".pass-close-color"],"result":[0,1,0]}
|
||||
{"args":[".pass-ramp-color"],"result":[0,1,0]}
|
||||
{"args":[".pass-zero-radius"],"result":[0,1,0]}
|
||||
{"args":[".pass-percent-radius"],"result":[0,1,0]}
|
||||
{"args":[".pass-scale-radius"],"result":[0,1,0]}
|
||||
{"args":[".pass-mid-pill-radius"],"result":[0,1,0]}
|
||||
{"args":[".pass-pill-radius"],"result":[0,1,0]}
|
||||
{"args":[".fixture-grid"],"result":[0,1,0]}
|
||||
{"args":[".marker"],"result":[0,1,0]}
|
||||
{"args":[".code-like::before"],"result":[0,2,0]}
|
||||
{"args":[".column"],"result":[0,1,0]}
|
||||
{"args":["section"],"result":[0,0,1]}
|
||||
{"args":[".sec-index"],"result":[0,1,0]}
|
||||
{"args":[".sec-index-micro"],"result":[0,1,0]}
|
||||
{"args":[".big-index"],"result":[0,1,0]}
|
||||
{"args":[".plain-note"],"result":[0,1,0]}
|
||||
{"args":[".step-label"],"result":[0,1,0]}
|
||||
{"args":[".shadow-card"],"result":[0,1,0]}
|
||||
{"args":[".big-word"],"result":[0,1,0]}
|
||||
{"args":[".tag"],"result":[0,1,0]}
|
||||
{"args":[".row"],"result":[0,1,0]}
|
||||
{"args":[".status"],"result":[0,1,0]}
|
||||
{"args":["td"],"result":[0,0,1]}
|
||||
{"args":["th"],"result":[0,0,1]}
|
||||
{"args":[".icon-pastel"],"result":[0,1,0]}
|
||||
{"args":[".icon-solid"],"result":[0,1,0]}
|
||||
{"args":[".icon-white"],"result":[0,1,0]}
|
||||
{"args":[".icon-large"],"result":[0,1,0]}
|
||||
{"args":[".icon-emoji"],"result":[0,1,0]}
|
||||
{"args":[".avatar-round"],"result":[0,1,0]}
|
||||
{"args":[".thumb-wide"],"result":[0,1,0]}
|
||||
{"args":[".inline-row"],"result":[0,1,0]}
|
||||
{"args":[".inline-row .icon-inline"],"result":[0,2,0]}
|
||||
{"args":[".no-icon h3"],"result":[0,1,1]}
|
||||
{"args":[".icon-tiny"],"result":[0,1,0]}
|
||||
{"args":[".img-huge"],"result":[0,1,0]}
|
||||
{"args":[".flag-hero-blue"],"result":[0,1,0]}
|
||||
{"args":[".flag-section-violet"],"result":[0,1,0]}
|
||||
{"args":[".flag-overlay-cyan"],"result":[0,1,0]}
|
||||
{"args":[".flag-two-stop-rose"],"result":[0,1,0]}
|
||||
{"args":[".flag-hex-alpha"],"result":[0,1,0]}
|
||||
{"args":[".pass-opaque-bg"],"result":[0,1,0]}
|
||||
{"args":[".pass-badge"],"result":[0,1,0]}
|
||||
{"args":[".pass-avatar-light"],"result":[0,1,0]}
|
||||
{"args":[".pass-neutral-vignette"],"result":[0,1,0]}
|
||||
{"args":[".pass-white-vignette"],"result":[0,1,0]}
|
||||
{"args":[".pass-rich-composition"],"result":[0,1,0]}
|
||||
{"args":[".pass-rich-transparent"],"result":[0,1,0]}
|
||||
{"args":[".pass-opaque-center"],"result":[0,1,0]}
|
||||
{"args":[".pass-linear-wash"],"result":[0,1,0]}
|
||||
{"args":[".nav-link"],"result":[0,1,0]}
|
||||
{"args":[".category"],"result":[0,1,0]}
|
||||
{"args":[".meta"],"result":[0,1,0]}
|
||||
{"args":[".btn-small"],"result":[0,1,0]}
|
||||
{"args":[".cell-small"],"result":[0,1,0]}
|
||||
{"args":[".caps-label"],"result":[0,1,0]}
|
||||
{"args":[".footer-link"],"result":[0,1,0]}
|
||||
{"args":[".legal"],"result":[0,1,0]}
|
||||
{"args":[".sr-only"],"result":[0,1,0]}
|
||||
{"args":[".sup-marker"],"result":[0,1,0]}
|
||||
{"args":[".sub-marker"],"result":[0,1,0]}
|
||||
{"args":[".em-parent"],"result":[0,1,0]}
|
||||
{"args":[".em-child"],"result":[0,1,0]}
|
||||
{"args":[".mock-terminal"],"result":[0,1,0]}
|
||||
{"args":[".term-line"],"result":[0,1,0]}
|
||||
{"args":[".normal-link"],"result":[0,1,0]}
|
||||
{"args":[".rendered-body"],"result":[0,1,0]}
|
||||
{"args":[".rendered-nav-link"],"result":[0,1,0]}
|
||||
{"args":[".none-block"],"result":[0,1,0]}
|
||||
{"args":[".hidden-block"],"result":[0,1,0]}
|
||||
{"args":[".case-label"],"result":[0,1,0]}
|
||||
{"args":[".long-lines"],"result":[0,1,0]}
|
||||
{"args":[".tight-leading"],"result":[0,1,0]}
|
||||
{"args":[".tiny-text"],"result":[0,1,0]}
|
||||
{"args":[".tiny-text-11"],"result":[0,1,0]}
|
||||
{"args":[".justified-no-hyphens"],"result":[0,1,0]}
|
||||
{"args":[".all-caps-body"],"result":[0,1,0]}
|
||||
{"args":[".wide-tracking-body"],"result":[0,1,0]}
|
||||
{"args":[".good-measure"],"result":[0,1,0]}
|
||||
{"args":[".good-leading"],"result":[0,1,0]}
|
||||
{"args":[".good-text-size"],"result":[0,1,0]}
|
||||
{"args":[".justified-with-hyphens"],"result":[0,1,0]}
|
||||
{"args":[".label-caps"],"result":[0,1,0]}
|
||||
{"args":[".label-tracking"],"result":[0,1,0]}
|
||||
{"args":[".mock-terminal-title"],"result":[0,1,0]}
|
||||
{"args":[".mock-terminal-meta"],"result":[0,1,0]}
|
||||
{"args":[".mock-diff-line"],"result":[0,1,0]}
|
||||
{"args":[".col h2.col-label"],"result":[0,2,1]}
|
||||
{"args":[".hero-fraunces"],"result":[0,1,0]}
|
||||
{"args":[".hero-recoleta"],"result":[0,1,0]}
|
||||
{"args":[".hero-playfair"],"result":[0,1,0]}
|
||||
{"args":[".hero-unknown-serif"],"result":[0,1,0]}
|
||||
{"args":[".pass-sans-italic"],"result":[0,1,0]}
|
||||
{"args":[".pass-roman-serif"],"result":[0,1,0]}
|
||||
{"args":[".pass-pull-quote"],"result":[0,1,0]}
|
||||
{"args":[".pass-roman-h1-em-italic"],"result":[0,1,0]}
|
||||
{"args":[".pass-roman-h1-em-italic em"],"result":[0,1,1]}
|
||||
{"args":[".pass-italic-serif-32"],"result":[0,1,0]}
|
||||
{"args":[".pass-h1-sans-roman"],"result":[0,1,0]}
|
||||
{"args":[".case h1"],"result":[0,1,1]}
|
||||
{"args":[".hero"],"result":[0,1,0]}
|
||||
{"args":[".eyebrow-classic"],"result":[0,1,0]}
|
||||
{"args":[".eyebrow-span"],"result":[0,1,0]}
|
||||
{"args":[".eyebrow-pill"],"result":[0,1,0]}
|
||||
{"args":[".eyebrow-already-uppercase"],"result":[0,1,0]}
|
||||
{"args":[".pass-eyebrow-no-tracking"],"result":[0,1,0]}
|
||||
{"args":[".pass-body-heading"],"result":[0,1,0]}
|
||||
{"args":[".pass-card-caption"],"result":[0,1,0]}
|
||||
{"args":[".pass-bare-hero"],"result":[0,1,0]}
|
||||
{"args":[".pass-h2-above-h1"],"result":[0,1,0]}
|
||||
{"args":[".pass-long-uppercase"],"result":[0,1,0]}
|
||||
{"args":["main"],"result":[0,0,1]}
|
||||
{"args":[".kicker"],"result":[0,1,0]}
|
||||
{"args":[".pass-kicker"],"result":[0,1,0]}
|
||||
{"args":[".pass-kicker-caps"],"result":[0,1,0]}
|
||||
{"args":[".tight-tracked-kicker"],"result":[0,1,0]}
|
||||
{"args":[".smallcaps-kicker"],"result":[0,1,0]}
|
||||
{"args":[".untracked-caps"],"result":[0,1,0]}
|
||||
{"args":["h4"],"result":[0,0,1]}
|
||||
{"args":[".role-heading"],"result":[0,1,0]}
|
||||
{"args":[".hero-h1"],"result":[0,1,0]}
|
||||
{"args":[".hero-eyebrow"],"result":[0,1,0]}
|
||||
{"args":["label"],"result":[0,0,1]}
|
||||
{"args":["figcaption"],"result":[0,0,1]}
|
||||
{"args":["a"],"result":[0,0,1]}
|
||||
{"args":["li"],"result":[0,0,1]}
|
||||
{"args":["nav"],"result":[0,0,1]}
|
||||
{"args":["form"],"result":[0,0,1]}
|
||||
{"args":["figure"],"result":[0,0,1]}
|
||||
{"args":["ol"],"result":[0,0,1]}
|
||||
{"args":[".card-grid"],"result":[0,1,0]}
|
||||
{"args":[".suite-card"],"result":[0,1,0]}
|
||||
{"args":[".taxonomy-label"],"result":[0,1,0]}
|
||||
{"args":[".suite-card h3"],"result":[0,1,1]}
|
||||
{"args":[".stat"],"result":[0,1,0]}
|
||||
{"args":[".stat h3"],"result":[0,1,1]}
|
||||
{"args":[".hidden-mockup"],"result":[0,1,0]}
|
||||
{"args":[".mockup-hero"],"result":[0,1,0]}
|
||||
{"args":[".mockup-hero h2"],"result":[0,1,1]}
|
||||
{"args":[".demo h4"],"result":[0,1,1]}
|
||||
{"args":[".demo p"],"result":[0,1,1]}
|
||||
{"args":[".bounce-animation"],"result":[0,1,0]}
|
||||
{"args":[".elastic-transition"],"result":[0,1,0]}
|
||||
{"args":[".width-transition"],"result":[0,1,0]}
|
||||
{"args":[".height-transition"],"result":[0,1,0]}
|
||||
{"args":[".padding-transition"],"result":[0,1,0]}
|
||||
{"args":[".margin-transition"],"result":[0,1,0]}
|
||||
{"args":[".max-height-transition"],"result":[0,1,0]}
|
||||
{"args":[".multi-layout-transition"],"result":[0,1,0]}
|
||||
{"args":[".mixed-transition"],"result":[0,1,0]}
|
||||
{"args":[".transition-property-width"],"result":[0,1,0]}
|
||||
{"args":[".fade-in-good"],"result":[0,1,0]}
|
||||
{"args":[".ease-out-quart"],"result":[0,1,0]}
|
||||
{"args":[".ease-out-expo"],"result":[0,1,0]}
|
||||
{"args":[".transform-transition"],"result":[0,1,0]}
|
||||
{"args":[".opacity-transition"],"result":[0,1,0]}
|
||||
{"args":[".color-transition"],"result":[0,1,0]}
|
||||
{"args":[".shadow-transition"],"result":[0,1,0]}
|
||||
{"args":[".all-transition"],"result":[0,1,0]}
|
||||
{"args":[".multi-safe-transition"],"result":[0,1,0]}
|
||||
{"args":[".dark-context"],"result":[0,1,0]}
|
||||
{"args":[".dark-context+.dark-context"],"result":[0,2,0]}
|
||||
{"args":[".card h4"],"result":[0,1,1]}
|
||||
{"args":[".card-dark"],"result":[0,1,0]}
|
||||
{"args":[".card-dark h4"],"result":[0,1,1]}
|
||||
{"args":[".card-dark p"],"result":[0,1,1]}
|
||||
{"args":[".card-light"],"result":[0,1,0]}
|
||||
{"args":[".card-light h4"],"result":[0,1,1]}
|
||||
{"args":[".card-light p"],"result":[0,1,1]}
|
||||
{"args":[".glow-blue"],"result":[0,1,0]}
|
||||
{"args":[".glow-purple"],"result":[0,1,0]}
|
||||
{"args":[".glow-cyan"],"result":[0,1,0]}
|
||||
{"args":[".glow-multi"],"result":[0,1,0]}
|
||||
{"args":[".glow-oklch"],"result":[0,1,0]}
|
||||
{"args":[".glow-hex"],"result":[0,1,0]}
|
||||
{"args":[".glow-hsl"],"result":[0,1,0]}
|
||||
{"args":[".glow-var"],"result":[0,1,0]}
|
||||
{"args":[".glow-text h4"],"result":[0,1,1]}
|
||||
{"args":[".glow-light-oklch"],"result":[0,1,0]}
|
||||
{"args":[".photo-context"],"result":[0,1,0]}
|
||||
{"args":[".glow-photo-halo"],"result":[0,1,0]}
|
||||
{"args":[".photo-opaque-grad"],"result":[0,1,0]}
|
||||
{"args":[".glow-photo-opaque"],"result":[0,1,0]}
|
||||
{"args":[".light-colored-shadow"],"result":[0,1,0]}
|
||||
{"args":[".dark-normal-shadow"],"result":[0,1,0]}
|
||||
{"args":[".dark-focus-ring"],"result":[0,1,0]}
|
||||
{"args":[".dark-subtle-shadow"],"result":[0,1,0]}
|
||||
{"args":[".dark-elevated-sm"],"result":[0,1,0]}
|
||||
{"args":[".dark-elevated-md"],"result":[0,1,0]}
|
||||
{"args":[".dark-elevated-lg"],"result":[0,1,0]}
|
||||
{"args":[".dark-elevated-inset"],"result":[0,1,0]}
|
||||
{"args":[".dark-elevated-multi"],"result":[0,1,0]}
|
||||
{"args":[".elevated-sm-light"],"result":[0,1,0]}
|
||||
{"args":[".elevated-md-light"],"result":[0,1,0]}
|
||||
{"args":[".elevated-warm-light"],"result":[0,1,0]}
|
||||
{"args":[".card-medium"],"result":[0,1,0]}
|
||||
{"args":[".card-medium h4"],"result":[0,1,1]}
|
||||
{"args":[".card-medium p"],"result":[0,1,1]}
|
||||
{"args":[".medium-gray-shadow"],"result":[0,1,0]}
|
||||
{"args":[".light-offset-colored"],"result":[0,1,0]}
|
||||
{"args":[".light-soft-neutral"],"result":[0,1,0]}
|
||||
{"args":[".photo-offset-colored"],"result":[0,1,0]}
|
||||
{"args":[".photo-translucent-grad"],"result":[0,1,0]}
|
||||
{"args":[".photo-translucent-offset"],"result":[0,1,0]}
|
||||
{"args":[".dark-text-offset h4"],"result":[0,1,1]}
|
||||
{"args":[".flag-frameworks"],"result":[0,1,0]}
|
||||
{"args":[".flag-frameworks-label"],"result":[0,1,0]}
|
||||
{"args":[".flag-frameworks-list"],"result":[0,1,0]}
|
||||
{"args":[".flag-frameworks-list li"],"result":[0,1,1]}
|
||||
{"args":[".flag-card-borders"],"result":[0,1,0]}
|
||||
{"args":[".flag-card-borders h4"],"result":[0,1,1]}
|
||||
{"args":[".flag-card-borders p"],"result":[0,1,1]}
|
||||
{"args":[".flag-bg-only"],"result":[0,1,0]}
|
||||
{"args":[".flag-bg-only h4"],"result":[0,1,1]}
|
||||
{"args":[".flag-bg-only p"],"result":[0,1,1]}
|
||||
{"args":[".flag-outline-only"],"result":[0,1,0]}
|
||||
{"args":[".flag-outline-only h4"],"result":[0,1,1]}
|
||||
{"args":[".flag-outline-only p"],"result":[0,1,1]}
|
||||
{"args":[".flag-asym-leftflush"],"result":[0,1,0]}
|
||||
{"args":[".flag-asym-leftflush h4"],"result":[0,1,1]}
|
||||
{"args":[".flag-asym-leftflush p"],"result":[0,1,1]}
|
||||
{"args":[".pass-no-boundary"],"result":[0,1,0]}
|
||||
{"args":[".pass-no-boundary-label"],"result":[0,1,0]}
|
||||
{"args":[".pass-no-boundary-list"],"result":[0,1,0]}
|
||||
{"args":[".pass-no-boundary-list li"],"result":[0,1,1]}
|
||||
{"args":[".pass-top-rule"],"result":[0,1,0]}
|
||||
{"args":[".pass-top-rule-label"],"result":[0,1,0]}
|
||||
{"args":[".pass-top-rule-list"],"result":[0,1,0]}
|
||||
{"args":[".pass-top-rule-list li"],"result":[0,1,1]}
|
||||
{"args":[".pass-bordered-padded"],"result":[0,1,0]}
|
||||
{"args":[".pass-bordered-padded h4"],"result":[0,1,1]}
|
||||
{"args":[".pass-bordered-padded p"],"result":[0,1,1]}
|
||||
{"args":[".pass-bg-padded"],"result":[0,1,0]}
|
||||
{"args":[".pass-bg-padded h4"],"result":[0,1,1]}
|
||||
{"args":[".pass-bg-padded p"],"result":[0,1,1]}
|
||||
{"args":[".pass-outline-padded"],"result":[0,1,0]}
|
||||
{"args":[".pass-outline-padded h4"],"result":[0,1,1]}
|
||||
{"args":[".pass-outline-padded p"],"result":[0,1,1]}
|
||||
{"args":[".pass-image-only"],"result":[0,1,0]}
|
||||
{"args":[".pass-image-only .placeholder-img"],"result":[0,2,0]}
|
||||
{"args":[".pass-margin-inset"],"result":[0,1,0]}
|
||||
{"args":[".pass-margin-inset h4"],"result":[0,1,1]}
|
||||
{"args":[".pass-margin-inset p"],"result":[0,1,1]}
|
||||
{"args":[".pass-inner-shell"],"result":[0,1,0]}
|
||||
{"args":[".pass-inner-shell .inner-shell"],"result":[0,2,0]}
|
||||
{"args":[".pass-inner-shell h4"],"result":[0,1,1]}
|
||||
{"args":[".pass-inner-shell p"],"result":[0,1,1]}
|
||||
{"args":[".pass-same-bg-parent"],"result":[0,1,0]}
|
||||
{"args":[".pass-same-bg-child"],"result":[0,1,0]}
|
||||
{"args":[".pass-same-bg-child h4"],"result":[0,1,1]}
|
||||
{"args":[".pass-same-bg-child p"],"result":[0,1,1]}
|
||||
{"args":[".pass-marquee-shell"],"result":[0,1,0]}
|
||||
{"args":[".pass-marquee-track"],"result":[0,1,0]}
|
||||
{"args":[".pass-marquee-card"],"result":[0,1,0]}
|
||||
{"args":[".pass-marquee-card p"],"result":[0,1,1]}
|
||||
{"args":[".pass-inner-text-surface"],"result":[0,1,0]}
|
||||
{"args":[".pass-inner-text-surface-window"],"result":[0,1,0]}
|
||||
{"args":[".pass-inner-text-surface-window p"],"result":[0,1,1]}
|
||||
{"args":[".cols"],"result":[0,1,0]}
|
||||
{"args":[".box"],"result":[0,1,0]}
|
||||
{"args":[".pop"],"result":[0,1,0]}
|
||||
{"args":[".tip-negative"],"result":[0,1,0]}
|
||||
{"args":[".flyout"],"result":[0,1,0]}
|
||||
{"args":[".contained-badge"],"result":[0,1,0]}
|
||||
{"args":[".button-shine"],"result":[0,1,0]}
|
||||
{"args":[".crop-photo"],"result":[0,1,0]}
|
||||
{"args":[".inside-overlay"],"result":[0,1,0]}
|
||||
{"args":[".pass-hidden-button"],"result":[0,1,0]}
|
||||
{"args":[".pass-carousel-viewport"],"result":[0,1,0]}
|
||||
{"args":[".pass-fisheye-list"],"result":[0,1,0]}
|
||||
{"args":[".pass-split-container"],"result":[0,1,0]}
|
||||
{"args":[".carousel-slide-next"],"result":[0,1,0]}
|
||||
{"args":[".fisheye-next-item"],"result":[0,1,0]}
|
||||
{"args":[".split-after-panel"],"result":[0,1,0]}
|
||||
{"args":[".stripes"],"result":[0,1,0]}
|
||||
{"args":["img"],"result":[0,0,1]}
|
||||
{"args":[".flag-css-hover img"],"result":[0,1,1]}
|
||||
{"args":[".flag-css-hover img:hover"],"result":[0,2,1]}
|
||||
{"args":[".card:hover"],"result":[0,2,0]}
|
||||
{"args":["pre"],"result":[0,0,1]}
|
||||
{"args":["code"],"result":[0,0,1]}
|
||||
{"args":[".gradient-heading"],"result":[0,1,0]}
|
||||
{"args":[".panel-srgb"],"result":[0,1,0]}
|
||||
{"args":[".panel-mix"],"result":[0,1,0]}
|
||||
{"args":[".panel-p3"],"result":[0,1,0]}
|
||||
{"args":[".panel-lch"],"result":[0,1,0]}
|
||||
{"args":[".panel-light"],"result":[0,1,0]}
|
||||
{"args":[".panel-unreadable"],"result":[0,1,0]}
|
||||
{"args":[".panel-image-over-gradient"],"result":[0,1,0]}
|
||||
{"args":[".panel-inherit"],"result":[0,1,0]}
|
||||
{"args":[".panel-current"],"result":[0,1,0]}
|
||||
{"args":[".text-pale-2"],"result":[0,1,0]}
|
||||
{"args":[".text-light"],"result":[0,1,0]}
|
||||
{"args":[".text-dark"],"result":[0,1,0]}
|
||||
{"args":[".text-muted-ground"],"result":[0,1,0]}
|
||||
{"args":[".text-dim-srgb"],"result":[0,1,0]}
|
||||
{"args":[".text-dim-p3"],"result":[0,1,0]}
|
||||
{"args":[".text-dim-lch"],"result":[0,1,0]}
|
||||
{"args":[".text-pale-light"],"result":[0,1,0]}
|
||||
|
||||
@@ -257,234 +257,3 @@
|
||||
{"args":["sub",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["article",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},8,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["article",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["html",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["head",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["style",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["body",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["p",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["span",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},4,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["html",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["head",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["style",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["body",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["p",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["html",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["head",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["meta",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["title",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["script",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["style",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["body",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["h1",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["p",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["h2",{"Top":0,"Right":0,"Bottom":1,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(229, 231, 235)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["h3",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(59, 130, 246)"},0.375,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 0.375px"}]}
|
||||
{"args":["div",{"Top":0,"Right":5,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(139, 92, 246)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0.375,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-right: 5px + border-radius: 0.375px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(16, 185, 129)"},0.375,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 3px + border-radius: 0.375px"}]}
|
||||
{"args":["div",{"Top":0,"Right":6,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(239, 68, 68)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0.375,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-right: 6px + border-radius: 0.375px"}]}
|
||||
{"args":["div",{"Top":4,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(59, 130, 246)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},12,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"border-accent-on-rounded","snippet":"border-top: 4px + border-radius: 12px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":3,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(139, 92, 246)","Left":"rgb(0, 0, 0)"},12,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"border-accent-on-rounded","snippet":"border-bottom: 3px + border-radius: 12px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(244, 114, 182)"},12,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 12px"}]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(229, 231, 235)","Right":"rgb(229, 231, 235)","Bottom":"rgb(229, 231, 235)","Left":"rgb(229, 231, 235)"},0.5,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(59, 130, 246)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":2,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(16, 185, 129)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0.5,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["span",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},9999,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":1},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(59, 130, 246)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":2,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(139, 92, 246)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":1},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(16, 185, 129)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(55, 65, 81)","Right":"rgb(55, 65, 81)","Bottom":"rgb(55, 65, 81)","Left":"rgb(55, 65, 81)"},0.5,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":2,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(99, 102, 241)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["section",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["h2",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(37, 99, 235)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 10px"}]}
|
||||
{"args":["div",{"Top":0,"Right":5,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(220, 38, 38)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-right: 5px + border-radius: 10px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(15, 118, 110)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px"}]}
|
||||
{"args":["div",{"Top":4,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(124, 58, 237)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"border-accent-on-rounded","snippet":"border-top: 4px + border-radius: 10px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":3,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(234, 88, 12)","Left":"rgb(0, 0, 0)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"border-accent-on-rounded","snippet":"border-bottom: 3px + border-radius: 10px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(56, 189, 248)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 10px"}]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(203, 213, 225)","Right":"rgb(203, 213, 225)","Bottom":"rgb(203, 213, 225)","Left":"rgb(203, 213, 225)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(209, 213, 219)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":1},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(37, 99, 235)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(37, 99, 235)"},0,{"tabContext":false,"statusContext":true,"badgeLike":true}],"result":[]}
|
||||
{"args":["h3",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":true,"badgeLike":false}],"result":[]}
|
||||
{"args":["p",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":true,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":4,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(124, 58, 237)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-top: 4px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":3,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(234, 88, 12)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-bottom: 3px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":3,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(37, 99, 235)","Left":"rgb(0, 0, 0)"},0,{"tabContext":true,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["h3",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":true,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["p",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":true,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":16,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(124, 58, 237)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(51, 65, 85)","Right":"rgb(51, 65, 85)","Bottom":"rgb(51, 65, 85)","Left":"rgb(51, 65, 85)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["link",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(59, 130, 246)"},12,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 12px"}]}
|
||||
{"args":["div",{"Top":3,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(139, 92, 246)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},12,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"border-accent-on-rounded","snippet":"border-top: 3px + border-radius: 12px"}]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(229, 231, 235)","Right":"rgb(229, 231, 235)","Bottom":"rgb(229, 231, 235)","Left":"rgb(229, 231, 235)"},12,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(209, 213, 219)"},12,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":4,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(139, 92, 246)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-top: 4px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(59, 130, 246)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 8px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},10,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["a",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},999,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["button",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["span",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},2,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["a",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["span",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["pre",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["code",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},3,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":6},{"Top":"rgb(221, 216, 208)","Right":"rgb(221, 216, 208)","Bottom":"rgb(221, 216, 208)","Left":"rgb(184, 66, 46)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 6px"}]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":8},{"Top":"rgb(221, 216, 208)","Right":"rgb(221, 216, 208)","Bottom":"rgb(221, 216, 208)","Left":"rgb(184, 66, 46)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 8px"}]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":12},{"Top":"rgb(221, 216, 208)","Right":"rgb(221, 216, 208)","Bottom":"rgb(221, 216, 208)","Left":"rgb(184, 66, 46)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 12px"}]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":5},{"Top":"rgb(221, 216, 208)","Right":"rgb(221, 216, 208)","Bottom":"rgb(221, 216, 208)","Left":"rgb(184, 66, 46)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 5px"}]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":7},{"Top":"rgb(221, 216, 208)","Right":"rgb(221, 216, 208)","Bottom":"rgb(221, 216, 208)","Left":"rgb(184, 66, 46)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 7px"}]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":9},{"Top":"rgb(221, 216, 208)","Right":"rgb(221, 216, 208)","Bottom":"rgb(221, 216, 208)","Left":"rgb(184, 66, 46)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 9px"}]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":10},{"Top":"rgb(221, 216, 208)","Right":"rgb(221, 216, 208)","Bottom":"rgb(221, 216, 208)","Left":"rgb(184, 66, 46)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 10px"}]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":11},{"Top":"rgb(221, 216, 208)","Right":"rgb(221, 216, 208)","Bottom":"rgb(221, 216, 208)","Left":"rgb(184, 66, 46)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 11px"}]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":4},{"Top":"rgb(221, 216, 208)","Right":"rgb(221, 216, 208)","Bottom":"rgb(221, 216, 208)","Left":"rgb(184, 66, 46)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px"}]}
|
||||
{"args":["span",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["body",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["blockquote",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(209, 213, 219)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["nav",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(229, 231, 235)","Right":"rgb(229, 231, 235)","Bottom":"rgb(229, 231, 235)","Left":"rgb(229, 231, 235)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["a",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgba(0, 0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["a",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(59, 130, 246)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["label",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["input",{"Top":1,"Right":1,"Bottom":1,"Left":3},{"Top":"rgb(252, 165, 165)","Right":"rgb(252, 165, 165)","Bottom":"rgb(252, 165, 165)","Left":"rgb(185, 28, 28)"},6,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(229, 231, 235)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":2,"Right":2,"Bottom":2,"Left":2},{"Top":"rgb(255, 255, 255)","Right":"rgb(255, 255, 255)","Bottom":"rgb(255, 255, 255)","Left":"rgb(255, 255, 255)"},5,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["pre",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["code",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["span",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(239, 68, 68)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["span",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(34, 197, 94)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":1,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(229, 231, 235)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["button",{"Top":0,"Right":0,"Bottom":2,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(59, 130, 246)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["button",{"Top":0,"Right":0,"Bottom":2,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgba(0, 0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["table",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["thead",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["tr",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["th",{"Top":0,"Right":0,"Bottom":2,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(17, 24, 39)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["tbody",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["td",{"Top":0,"Right":0,"Bottom":1,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(229, 231, 235)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(245, 158, 11)","Right":"rgb(245, 158, 11)","Bottom":"rgb(245, 158, 11)","Left":"rgb(245, 158, 11)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["strong",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"oklch(65%0.12 250)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 3px + border-radius: 4px"}]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":4},{"Top":"oklch(80%0.05 250)","Right":"oklch(80%0.05 250)","Bottom":"oklch(80%0.05 250)","Left":"oklch(75%0.15 45)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 4px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"oklch(75%0.18 45)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 4px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"oklab(60%0.1 0.15)"},6,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 6px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"lch(55%60 250)"},6,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 6px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"lab(50%40-30)"},6,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 6px"}]}
|
||||
{"args":["label",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"oklch(65%0.12 250)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 3px + border-radius: 4px"}]}
|
||||
{"args":["input",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["label",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(59, 130, 246)"},6,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 6px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":5},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(135, 168, 255)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 5px + border-radius: 4px"}]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":4},{"Top":"rgb(229, 231, 235)","Right":"rgb(229, 231, 235)","Bottom":"rgb(229, 231, 235)","Left":"rgb(138, 106, 47)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 4px"}]}
|
||||
{"args":["div",{"Top":0,"Right":4,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(170, 103, 77)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-right: 4px + border-radius: 4px"}]}
|
||||
{"args":["label",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(135, 168, 255)"},6,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 6px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"oklch(80%0 0)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"oklch(75%0.01 250)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":3,"Right":3,"Bottom":3,"Left":3},{"Top":"oklch(65%0.12 250)","Right":"oklch(65%0.12 250)","Bottom":"oklch(65%0.12 250)","Left":"oklch(65%0.12 250)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":1},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"oklch(65%0.12 250)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"lab(50%0 0)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"lch(50%0 0)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["label",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(229, 231, 235)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["form",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["label",{"Top":0,"Right":0,"Bottom":0,"Left":1},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(59, 130, 246)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(229, 231, 235)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":1},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(135, 168, 255)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":3,"Right":3,"Bottom":3,"Left":3},{"Top":"rgb(135, 168, 255)","Right":"rgb(135, 168, 255)","Bottom":"rgb(135, 168, 255)","Left":"rgb(135, 168, 255)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":1,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"oklch(92%0 0/0.12)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(128, 0, 128)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 4px + border-radius: 8px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":5},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(102, 51, 153)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 5px + border-radius: 4px"}]}
|
||||
{"args":["div",{"Top":4,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(220, 20, 60)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-top: 4px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 128, 128)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 3px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":6},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(255, 165, 0)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 6px + border-radius: 4px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":7},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(128, 0, 128)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[{"id":"side-tab","snippet":"border-left: 7px"}]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(105, 105, 105)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":3},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(220, 220, 220)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":4},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":1},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(128, 0, 128)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":3,"Right":3,"Bottom":3,"Left":3},{"Top":"rgb(128, 0, 128)","Right":"rgb(128, 0, 128)","Bottom":"rgb(128, 0, 128)","Left":"rgb(128, 0, 128)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(229, 231, 235)","Right":"rgb(229, 231, 235)","Bottom":"rgb(229, 231, 235)","Left":"rgb(229, 231, 235)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["section",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["aside",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 199, 185)","Right":"rgb(212, 199, 185)","Bottom":"rgb(212, 199, 185)","Left":"rgb(212, 199, 185)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 199, 185)","Right":"rgb(212, 199, 185)","Bottom":"rgb(212, 199, 185)","Left":"rgb(212, 199, 185)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(0, 169, 130)","Right":"rgb(0, 169, 130)","Bottom":"rgb(0, 169, 130)","Left":"rgb(0, 169, 130)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 199, 185)","Right":"rgb(212, 199, 185)","Bottom":"rgb(212, 199, 185)","Left":"rgb(212, 199, 185)"},18,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 199, 185)","Right":"rgb(212, 199, 185)","Bottom":"rgb(212, 199, 185)","Left":"rgb(212, 199, 185)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 199, 185)","Right":"rgb(212, 199, 185)","Bottom":"rgb(212, 199, 185)","Left":"rgb(212, 199, 185)"},50,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 199, 185)","Right":"rgb(212, 199, 185)","Bottom":"rgb(212, 199, 185)","Left":"rgb(212, 199, 185)"},32,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 199, 185)","Right":"rgb(212, 199, 185)","Bottom":"rgb(212, 199, 185)","Left":"rgb(212, 199, 185)"},100,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 199, 185)","Right":"rgb(212, 199, 185)","Bottom":"rgb(212, 199, 185)","Left":"rgb(212, 199, 185)"},999,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["main",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(215, 208, 194)","Right":"rgb(215, 208, 194)","Bottom":"rgb(215, 208, 194)","Left":"rgb(215, 208, 194)"},8,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["svg",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["path",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["ol",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["li",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 212, 212)","Right":"rgb(212, 212, 212)","Bottom":"rgb(212, 212, 212)","Left":"rgb(212, 212, 212)"},8,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["nav",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(214, 211, 209)","Right":"rgb(214, 211, 209)","Bottom":"rgb(214, 211, 209)","Left":"rgb(214, 211, 209)"},10,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["em",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["td",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":1,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(238, 238, 238)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(226, 232, 240)","Right":"rgb(226, 232, 240)","Bottom":"rgb(226, 232, 240)","Left":"rgb(226, 232, 240)"},12,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},20,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["polyline",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},16,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(226, 232, 240)","Right":"rgb(226, 232, 240)","Bottom":"rgb(226, 232, 240)","Left":"rgb(226, 232, 240)"},18,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["circle",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},24,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["line",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},12,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},32,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},20,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},6,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["button",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["footer",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["sup",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["sub",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["noscript",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(226, 232, 240)","Right":"rgb(226, 232, 240)","Bottom":"rgb(226, 232, 240)","Left":"rgb(226, 232, 240)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["rect",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["text",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["h4",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["h5",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},12,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["select",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["option",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["textarea",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["blockquote",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["span",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},999,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["section",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(201, 191, 178)","Right":"rgb(201, 191, 178)","Bottom":"rgb(201, 191, 178)","Left":"rgb(201, 191, 178)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["nav",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(216, 206, 192)","Right":"rgb(216, 206, 192)","Bottom":"rgb(216, 206, 192)","Left":"rgb(216, 206, 192)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["article",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["form",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(216, 206, 192)","Right":"rgb(216, 206, 192)","Bottom":"rgb(216, 206, 192)","Left":"rgb(216, 206, 192)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["figure",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(216, 206, 192)","Right":"rgb(216, 206, 192)","Bottom":"rgb(216, 206, 192)","Left":"rgb(216, 206, 192)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["figcaption",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["nav",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(216, 206, 192)","Right":"rgb(216, 206, 192)","Bottom":"rgb(216, 206, 192)","Left":"rgb(216, 206, 192)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(216, 206, 192)","Right":"rgb(216, 206, 192)","Bottom":"rgb(216, 206, 192)","Left":"rgb(216, 206, 192)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["ol",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(216, 206, 192)","Right":"rgb(216, 206, 192)","Bottom":"rgb(216, 206, 192)","Left":"rgb(216, 206, 192)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(216, 206, 192)","Right":"rgb(216, 206, 192)","Bottom":"rgb(216, 206, 192)","Left":"rgb(216, 206, 192)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["section",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 160, 23)","Right":"rgb(212, 160, 23)","Bottom":"rgb(212, 160, 23)","Left":"rgb(212, 160, 23)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["ul",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["li",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(212, 160, 23)","Right":"rgb(212, 160, 23)","Bottom":"rgb(212, 160, 23)","Left":"rgb(212, 160, 23)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(203, 213, 225)","Right":"rgb(203, 213, 225)","Bottom":"rgb(203, 213, 225)","Left":"rgb(203, 213, 225)"},8,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(203, 213, 225)","Right":"rgb(203, 213, 225)","Bottom":"rgb(203, 213, 225)","Left":"rgb(203, 213, 225)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["li",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(226, 232, 240)","Right":"rgb(226, 232, 240)","Bottom":"rgb(226, 232, 240)","Left":"rgb(226, 232, 240)"},4,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["section",{"Top":1,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(203, 213, 225)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["article",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgba(255, 255, 255, 0.16)","Right":"rgba(255, 255, 255, 0.16)","Bottom":"rgba(255, 255, 255, 0.16)","Left":"rgba(255, 255, 255, 0.16)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgba(255, 255, 255, 0.16)","Right":"rgba(255, 255, 255, 0.16)","Bottom":"rgba(255, 255, 255, 0.16)","Left":"rgba(255, 255, 255, 0.16)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(221, 221, 221)","Right":"rgb(221, 221, 221)","Bottom":"rgb(221, 221, 221)","Left":"rgb(221, 221, 221)"},0,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["ul",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["button",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(221, 221, 221)","Right":"rgb(221, 221, 221)","Bottom":"rgb(221, 221, 221)","Left":"rgb(221, 221, 221)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgb(229, 231, 235)","Right":"rgb(229, 231, 235)","Bottom":"rgb(229, 231, 235)","Left":"rgb(229, 231, 235)"},12,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"rgba(148, 163, 184, 0.16)","Right":"rgba(148, 163, 184, 0.16)","Bottom":"rgba(148, 163, 184, 0.16)","Left":"rgba(148, 163, 184, 0.16)"},12,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["div",{"Top":1,"Right":1,"Bottom":1,"Left":1},{"Top":"oklch(78% 0 0 / 0.16)","Right":"oklch(78% 0 0 / 0.16)","Bottom":"oklch(78% 0 0 / 0.16)","Left":"oklch(78% 0 0 / 0.16)"},12,{"tabContext":false,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
{"args":["img",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["pre",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":false,"statusContext":false,"badgeLike":true}],"result":[]}
|
||||
{"args":["section",{"Top":0,"Right":0,"Bottom":0,"Left":0},{"Top":"rgb(0, 0, 0)","Right":"rgb(0, 0, 0)","Bottom":"rgb(0, 0, 0)","Left":"rgb(0, 0, 0)"},0,{"tabContext":true,"statusContext":false,"badgeLike":false}],"result":[]}
|
||||
|
||||
@@ -1055,816 +1055,9 @@
|
||||
{"args":[{"tag":"circle","textColor":{"r":23,"g":23,"b":23,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":245,"g":242,"b":234,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"path","textColor":{"r":23,"g":23,"b":23,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":245,"g":242,"b":234,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":35,"g":31,"b":27,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":245,"g":242,"b":234,"a":1},"effectiveBgStops":null,"fontSize":18,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"html","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"head","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"style","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":0,"b":170,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"faint"}],"result":[{"id":"low-contrast","snippet":"3.6:1 (need 4.5:1) — text #ff00aa on #ffffff"}]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"brand"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"also"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"dot"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":0,"b":170,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"off"}],"result":[{"id":"low-contrast","snippet":"3.6:1 (need 4.5:1) — text #ff00aa on #ffffff"}]}
|
||||
{"args":[{"tag":"html","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"head","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"style","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":0,"b":170,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"faint"}],"result":[{"id":"low-contrast","snippet":"3.6:1 (need 4.5:1) — text #ff00aa on #ffffff"}]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"brand"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"also"}],"result":[]}
|
||||
{"args":[{"tag":"html","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"head","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"meta","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"title","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"script","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"style","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":249,"g":250,"b":251,"a":1},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":32,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"intro"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"cards"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"border-l-4 border-blue-500 bg-white p-4 rounded-r shadow-sm"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"border-r-4 border-purple-500 bg-white p-4 rounded-l shadow-sm"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"border-e-8 border-red-500 bg-white p-4 rounded-l shadow-sm"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-shorthand-left"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-shorthand-right"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-longhand-left"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-longhand-right"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"border-t-4 border-blue-500 rounded-lg bg-white p-4 shadow-sm"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"font-semibold text-sm"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-sm text-gray-600"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"border-b-4 border-purple-500 rounded-xl bg-white p-4 shadow-sm"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"border-t-2 border-emerald-500 rounded-md bg-white p-4 shadow-sm"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-css-top"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-css-bottom"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"border-l-4 border-cyan-400 rounded-lg bg-gray-800 p-4 shadow-sm"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"font-semibold text-sm text-white"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-sm text-gray-400"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"border-t-2 border-violet-500 rounded-xl bg-slate-900 p-4 shadow-sm"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":156,"g":163,"b":175,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"script","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":18,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"section"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card-rounded"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":29,"g":78,"b":216,"a":1},"bgColor":{"r":219,"g":234,"b":254,"a":1},"effectiveBg":{"r":219,"g":234,"b":254,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"badge"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card-flat thin-left"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card-flat thin-right"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card-flat"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":156,"g":163,"b":175,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":17,"g":24,"b":39,"a":1},"effectiveBg":{"r":17,"g":24,"b":39,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":17,"g":24,"b":39,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":156,"g":163,"b":175,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":17,"g":24,"b":39,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":30,"g":41,"b":59,"a":1},"effectiveBg":{"r":30,"g":41,"b":59,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":30,"g":41,"b":59,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":148,"g":163,"b":184,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":30,"g":41,"b":59,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":248,"g":250,"b":252,"a":1},"effectiveBg":{"r":248,"g":250,"b":252,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":248,"g":250,"b":252,"a":1},"effectiveBgStops":null,"fontSize":34,"fontWeight":720,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":248,"g":250,"b":252,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"intro"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":248,"g":250,"b":252,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":248,"g":250,"b":252,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":248,"g":250,"b":252,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":760,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-left"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-right"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-left-plain"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-top"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-bottom"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":244,"g":247,"b":251,"a":1},"bgColor":{"r":20,"g":24,"b":32,"a":1},"effectiveBg":{"r":20,"g":24,"b":32,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-dark"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":244,"g":247,"b":251,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":20,"g":24,"b":32,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":203,"g":213,"b":225,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":20,"g":24,"b":32,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-full-border"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-neutral-side"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-thin-side"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-status-alert"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-square-top"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-square-bottom"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-tab-underline"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-thick-band"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":244,"g":247,"b":251,"a":1},"bgColor":{"r":22,"g":26,"b":34,"a":1},"effectiveBg":{"r":22,"g":26,"b":34,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-dark-uniform"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":244,"g":247,"b":251,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":22,"g":26,"b":34,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":203,"g":213,"b":225,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":22,"g":26,"b":34,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"script","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":248,"g":250,"b":252,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"link","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":249,"g":250,"b":251,"a":1},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":34,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"intro"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"cards"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"external-side-tab"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"external-top-accent"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"external-clean"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"external-neutral-side"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"external-square-top"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":250,"g":250,"b":250,"a":1},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":1},"effectiveBg":{"r":0,"g":0,"b":0,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":0,"g":0,"b":0,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":59,"g":130,"b":246,"a":1},"effectiveBg":{"r":59,"g":130,"b":246,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":150,"g":150,"b":150,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":59,"g":130,"b":246,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"gray-on-color","snippet":"text #969696 on bg #3b82f6"},{"id":"low-contrast","snippet":"1.2:1 (need 4.5:1) — text #969696 on #3b82f6"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":16,"g":185,"b":129,"a":1},"effectiveBg":{"r":16,"g":185,"b":129,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":180,"g":180,"b":180,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":16,"g":185,"b":129,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"gray-on-color","snippet":"text #b4b4b4 on bg #10b981"},{"id":"low-contrast","snippet":"1.2:1 (need 4.5:1) — text #b4b4b4 on #10b981"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":200,"g":200,"b":200,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"low-contrast","snippet":"1.7:1 (need 4.5:1) — text #c8c8c8 on #ffffff"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":30,"g":30,"b":30,"a":1},"effectiveBg":{"r":30,"g":30,"b":30,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":80,"g":80,"b":80,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":30,"g":30,"b":30,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"low-contrast","snippet":"2.1:1 (need 4.5:1) — text #505050 on #1e1e1e"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":59,"g":130,"b":246,"a":1},{"r":139,"g":92,"b":246,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":128,"g":128,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":59,"g":130,"b":246,"a":1},{"r":139,"g":92,"b":246,"a":1}],"fontSize":32,"fontWeight":800,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"gray-on-color","snippet":"text #808080 on bg gradient(#3b82f6, #8b5cf6)"},{"id":"low-contrast","snippet":"1.1:1 (need 3:1) — text #808080 on #8b5cf6"}]}
|
||||
{"args":[{"tag":"p","textColor":{"r":102,"g":102,"b":102,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":59,"g":130,"b":246,"a":1},{"r":139,"g":92,"b":246,"a":1}],"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"gray-on-color","snippet":"text #666666 on bg gradient(#3b82f6, #8b5cf6)"},{"id":"low-contrast","snippet":"1.4:1 (need 4.5:1) — text #666666 on #8b5cf6"}]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":102,"g":126,"b":234,"a":1},{"r":118,"g":75,"b":162,"a":1}],"fontSize":24,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"text","bgImage":"linear-gradient(135deg, #667eea, #764ba2)","classList":""}],"result":[{"id":"gradient-text","snippet":"background-clip: text + gradient"}]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":139,"g":92,"b":246,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":91,"g":79,"b":68,"a":1},"bgColor":{"r":31,"g":26,"b":21,"a":1},"effectiveBg":{"r":31,"g":26,"b":21,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"styled-pill-low"}],"result":[{"id":"low-contrast","snippet":"2.2:1 (need 4.5:1) — text #5b4f44 on #1f1a15"}]}
|
||||
{"args":[{"tag":"button","textColor":{"r":108,"g":114,"b":128,"a":1},"bgColor":{"r":55,"g":65,"b":81,"a":1},"effectiveBg":{"r":55,"g":65,"b":81,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"low-contrast-button"}],"result":[{"id":"low-contrast","snippet":"2.1:1 (need 4.5:1) — text #6c7280 on #374151"}]}
|
||||
{"args":[{"tag":"span","textColor":{"r":92,"g":84,"b":73,"a":1},"bgColor":{"r":182,"g":50,"b":45,"a":1},"effectiveBg":{"r":182,"g":50,"b":45,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"chip-sev-low"}],"result":[{"id":"gray-on-color","snippet":"text #5c5449 on bg #b6322d"},{"id":"low-contrast","snippet":"1.2:1 (need 4.5:1) — text #5c5449 on #b6322d"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":1},"effectiveBg":{"r":0,"g":0,"b":0,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-black text-white p-4 rounded card"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":59,"g":130,"b":246,"a":1},"effectiveBg":{"r":59,"g":130,"b":246,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-blue-500 text-gray-400 p-4 rounded card"}],"result":[{"id":"gray-on-color","snippet":"text-gray-400 on bg-blue-500"}]}
|
||||
{"args":[{"tag":"p","textColor":{"r":156,"g":163,"b":175,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":59,"g":130,"b":246,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"gray-on-color","snippet":"text #9ca3af on bg #3b82f6"},{"id":"low-contrast","snippet":"1.4:1 (need 4.5:1) — text #9ca3af on #3b82f6"}]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":168,"g":85,"b":247,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-purple-500 text-2xl font-bold"}],"result":[{"id":"ai-color-palette","snippet":"Purple/violet text (#a855f7) on heading"},{"id":"ai-color-palette","snippet":"text-purple-500 on heading"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":168,"g":85,"b":247,"a":1},{"r":99,"g":102,"b":241,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))","classList":"bg-gradient-to-r from-purple-500 to-indigo-500 text-white p-4 rounded card"}],"result":[{"id":"ai-color-palette","snippet":"Purple/violet gradient (Tailwind)"}]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":168,"g":85,"b":247,"a":1},{"r":99,"g":102,"b":241,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"low-contrast","snippet":"4.0:1 (need 4.5:1) — text #ffffff on #a855f7"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":232,"g":226,"b":214,"a":1},"bgColor":null,"effectiveBg":{"r":232,"g":226,"b":214,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"currentcolor-surface"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":207,"g":201,"b":189,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":232,"g":226,"b":214,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"currentcolor-low-text"}],"result":[{"id":"low-contrast","snippet":"1.3:1 (need 4.5:1) — text #cfc9bd on #e8e2d6"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":26,"g":26,"b":30,"a":1},"effectiveBg":{"r":26,"g":26,"b":30,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":240,"g":240,"b":245,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":26,"g":26,"b":30,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":250,"g":250,"b":252,"a":1},"effectiveBg":{"r":250,"g":250,"b":252,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":20,"g":20,"b":25,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":252,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":30,"g":64,"b":175,"a":1},"effectiveBg":{"r":30,"g":64,"b":175,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":240,"g":240,"b":245,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":30,"g":64,"b":175,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":5,"g":46,"b":32,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":16,"g":185,"b":129,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":220,"g":38,"b":38,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":20,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":180,"g":83,"b":9,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":20,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"url('data:image/png","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0.03},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-black/3 p-4 rounded card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"hover:bg-black/5 p-4 rounded card"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0.5},"effectiveBg":{"r":125,"g":125,"b":125,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-black/50 p-4 rounded card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":125,"g":125,"b":125,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"low-contrast","snippet":"4.1:1 (need 4.5:1) — text #ffffff on #7d7d7d"}]}
|
||||
{"args":[{"tag":"a","textColor":{"r":170,"g":170,"b":170,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"inline-link-low"}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":245,"g":240,"b":232,"a":1},"bgColor":{"r":20,"g":20,"b":25,"a":1},"effectiveBg":{"r":20,"g":20,"b":25,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"good-pill-high"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":245,"g":240,"b":232,"a":1},"bgColor":{"r":20,"g":20,"b":25,"a":1},"effectiveBg":{"r":20,"g":20,"b":25,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"chip-ok-high"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":150,"g":60,"b":55,"a":1},"bgColor":{"r":182,"g":50,"b":45,"a":1},"effectiveBg":{"r":182,"g":50,"b":45,"a":1},"effectiveBgStops":null,"fontSize":8,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"chip-sub9-low"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":232,"b":237,"a":1},"bgColor":{"r":28,"g":30,"b":38,"a":1},"effectiveBg":{"r":28,"g":30,"b":38,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"panel-reset"}],"result":[]}
|
||||
{"args":[{"tag":"pre","textColor":{"r":230,"g":232,"b":237,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":28,"g":30,"b":38,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"code","textColor":{"r":230,"g":232,"b":237,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":28,"g":30,"b":38,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":232,"g":230,"b":227,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":109,"g":140,"b":255,"a":1},{"r":167,"g":139,"b":250,"a":1},{"r":109,"g":140,"b":255,"a":1}],"fontSize":40,"fontWeight":800,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"text","bgImage":"linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)","classList":"ox-grad-text"}],"result":[{"id":"gradient-text","snippet":"background-clip: text + gradient"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":15,"g":15,"b":17,"a":1},"effectiveBg":{"r":15,"g":15,"b":17,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"ox-dark-wrap"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":18,"g":31,"b":31,"a":1},{"r":20,"g":20,"b":25,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(160deg,rgba(52,192,168,0.09) 0%,#141419 65%)","classList":"ox-glow"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":232,"g":230,"b":227,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":18,"g":31,"b":31,"a":1},{"r":20,"g":20,"b":25,"a":1}],"fontSize":18,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":142,"g":140,"b":137,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":18,"g":31,"b":31,"a":1},{"r":20,"g":20,"b":25,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"muted"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":15,"g":15,"b":17,"a":1},"effectiveBg":{"r":15,"g":15,"b":17,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"mix-dark-wrap"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":49,"g":48,"b":48,"a":1},{"r":20,"g":20,"b":25,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(160deg,color-mix(in oklab,oklch(90%0.02 95) 16%,transparent) 0%,#141419 65%)","classList":"mix-glow"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":222,"g":217,"b":207,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":49,"g":48,"b":48,"a":1},{"r":20,"g":20,"b":25,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":58,"g":53,"b":44,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":232,"g":226,"b":214,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"currentcolor-good-text"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":null,"bgColor":null,"effectiveBg":null,"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"currentcolor-unknown"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":239,"g":233,"b":221,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":255,"g":228,"b":230,"a":1},"effectiveBg":{"r":255,"g":228,"b":230,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card emoji-test"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":228,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":228,"b":230,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":true,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":26,"g":26,"b":26,"a":1},"effectiveBg":{"r":26,"g":26,"b":26,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card emoji-test"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":26,"g":26,"b":26,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":true,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"script","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":250,"g":248,"b":244,"a":1},"effectiveBg":{"r":250,"g":248,"b":244,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tabbed control-flags"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":248,"b":244,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tabbed w8 flags-other-rule-waived"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":248,"b":244,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tabbed w12 flags-sibling-waiver"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tabbed w5 flags-misspelled-rule"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tabbed w7 pass-exact-rule"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tabbed w9 pass-nested-depth"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tabbed w10 pass-star"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tabbed w11 pass-rule-list"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tabbed w4 pass-self-waiver"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":248,"b":244,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"quote-track"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":38,"g":36,"b":33,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":248,"b":244,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":0,"g":0,"b":0,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(180deg,oklch(7%0.006 95),oklch(4%0.004 95))","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":225,"g":225,"b":225,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":0,"g":0,"b":0,"a":1}],"fontSize":48,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-hero-title"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":215,"g":215,"b":215,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":0,"g":0,"b":0,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-hero-body"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":215,"g":215,"b":215,"a":1},"bgColor":{"r":5,"g":4,"b":3,"a":1},"effectiveBg":{"r":5,"g":4,"b":3,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-on-raised"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":250,"g":249,"b":246,"a":0.88},"effectiveBg":null,"effectiveBgStops":[{"r":220,"g":219,"b":217,"a":1},{"r":220,"g":219,"b":216,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"frosted-light"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":12,"g":11,"b":7,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":220,"g":219,"b":217,"a":1},{"r":220,"g":219,"b":216,"a":1}],"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-dark-on-frosted"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":215,"g":215,"b":215,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":220,"g":219,"b":217,"a":1},{"r":220,"g":219,"b":216,"a":1}],"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-light-on-frosted"}],"result":[{"id":"low-contrast","snippet":"1.0:1 (need 4.5:1) — text #d7d7d7 on #dcdbd8"}]}
|
||||
{"args":[{"tag":"p","textColor":{"r":46,"g":46,"b":46,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":0,"g":0,"b":0,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-muted-direct"}],"result":[{"id":"low-contrast","snippet":"1.5:1 (need 4.5:1) — text #2e2e2e on #010101"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":0,"g":0,"b":0,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-muted-nested-wrapper"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":51,"g":51,"b":51,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":0,"g":0,"b":0,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-muted-nested"}],"result":[{"id":"low-contrast","snippet":"1.7:1 (need 4.5:1) — text #333333 on #010101"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":222,"g":222,"b":222,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":20,"g":18,"b":15,"a":1},{"r":10,"g":9,"b":8,"a":1}],"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(180deg,#14120f,#0a0908)","classList":"pass-hex-gradient"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":12,"g":11,"b":7,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(180deg,rgba(255,255,255,0.3),rgba(255,255,255,0.2)),url(/fixtures/antipatterns/no-such-texture.png)center/cover","classList":"pass-image-backed"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":22,"g":22,"b":22,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"url(/fixtures/antipatterns/no-such-photo.jpg)","classList":"pass-photo-panel"}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":249,"g":250,"b":251,"a":1},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo"}],"result":[]}
|
||||
{"args":[{"tag":"blockquote","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"nav","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":29,"g":78,"b":216,"a":1},"bgColor":{"r":239,"g":246,"b":255,"a":1},"effectiveBg":{"r":239,"g":246,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"label","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"input","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":185,"g":28,"b":28,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":59,"g":130,"b":246,"a":1},"effectiveBg":{"r":59,"g":130,"b":246,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":209,"g":213,"b":219,"a":1},"effectiveBg":{"r":209,"g":213,"b":219,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"pre","textColor":{"r":226,"g":232,"b":240,"a":1},"bgColor":{"r":30,"g":41,"b":59,"a":1},"effectiveBg":{"r":30,"g":41,"b":59,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"code","textColor":{"r":226,"g":232,"b":240,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":30,"g":41,"b":59,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":226,"g":232,"b":240,"a":1},"bgColor":{"r":239,"g":68,"b":68,"a":0.1},"effectiveBg":{"r":30,"g":41,"b":59,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":226,"g":232,"b":240,"a":1},"bgColor":{"r":34,"g":197,"b":94,"a":0.1},"effectiveBg":{"r":30,"g":41,"b":59,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":226,"g":232,"b":240,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":30,"g":41,"b":59,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"button","textColor":{"r":29,"g":78,"b":216,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":14,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"button","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"table","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"thead","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"tr","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"th","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"tbody","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"td","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":146,"g":64,"b":14,"a":1},"bgColor":{"r":255,"g":251,"b":235,"a":1},"effectiveBg":{"r":255,"g":251,"b":235,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"strong","textColor":{"r":146,"g":64,"b":14,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":251,"b":235,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":217,"g":119,"b":6,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":251,"b":235,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":250,"g":250,"b":250,"a":1},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":254,"g":247,"b":242,"a":1},"effectiveBg":{"r":254,"g":247,"b":242,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":254,"g":247,"b":242,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":254,"g":247,"b":242,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"low-contrast","snippet":"4.49:1 (need 4.5:1) — text #64748b on #fef7f2"}]}
|
||||
{"args":[{"tag":"label","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"input","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"label","textColor":{"r":55,"g":65,"b":81,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"input","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"label","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"form","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"label","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":246,"g":246,"b":246,"a":1},"effectiveBg":{"r":246,"g":246,"b":246,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":246,"g":246,"b":246,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":246,"g":246,"b":246,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[{"id":"low-contrast","snippet":"4.4:1 (need 4.5:1) — text #64748b on #f6f6f6"}]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":18,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"caption"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":760,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col-label"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-type"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":18,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tight-leading-demo"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":55,"g":65,"b":81,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tiny-body-demo"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"caps-body-demo"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tracked-body-demo"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"justified-body-demo"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":253,"g":253,"b":253,"a":1},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-type"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":48,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":55,"g":65,"b":81,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":30,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":22,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":75,"g":85,"b":99,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":253,"b":253,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"caption"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":48,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":32,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"caption"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":247,"g":244,"b":238,"a":1},"effectiveBg":{"r":247,"g":244,"b":238,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"design-system-fixture"}],"result":[]}
|
||||
{"args":[{"tag":"style","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":247,"g":244,"b":238,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"aside","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":247,"g":244,"b":238,"a":1},"effectiveBg":{"r":247,"g":244,"b":238,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"fixture-note"}],"result":[]}
|
||||
{"args":[{"tag":"strong","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":247,"g":244,"b":238,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-font"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":0,"b":170,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-color"}],"result":[{"id":"low-contrast","snippet":"3.6:1 (need 4.5:1) — text #ff00aa on #ffffff"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":20,"g":180,"b":220,"a":1},"effectiveBg":{"r":20,"g":180,"b":220,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-background"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-border"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-radius"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12.5,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case flag-font-size"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-display-font"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-rem-font-size"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":19.2,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-relative-font-size"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-generic-font"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":184,"g":66,"b":46,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-token-color"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":184,"g":66,"b":46,"a":0.45},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-alpha-color"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":187,"g":68,"b":47,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-close-color"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":213,"g":90,"b":66,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-ramp-color"}],"result":[{"id":"low-contrast","snippet":"3.9:1 (need 4.5:1) — text #d55a42 on #ffffff"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-zero-radius"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-percent-radius"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-scale-radius"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-mid-pill-radius"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":36,"g":31,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case pass-pill-radius"}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"main","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"fixture-grid"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":124,"g":92,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"marker"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"code-like"}],"result":[]}
|
||||
{"args":[{"tag":"svg","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"path","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"script","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"column"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":180,"g":83,"b":9,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"sec-index"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":28,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":180,"g":83,"b":9,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"sec-index-micro"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"big-index"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":102,"g":102,"b":102,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"plain-note"}],"result":[]}
|
||||
{"args":[{"tag":"ol","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"li","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"step-label"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":22,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"nav","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":245,"g":245,"b":244,"a":1},"effectiveBg":{"r":245,"g":245,"b":244,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":22,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"headline"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":185,"g":28,"b":28,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":30,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"big-word"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"meta"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":185,"g":28,"b":28,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tag"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"note"}],"result":[]}
|
||||
{"args":[{"tag":"strong","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"shadow-card"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"banner"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"detail"}],"result":[]}
|
||||
{"args":[{"tag":"em","textColor":{"r":185,"g":28,"b":28,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tag"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"footer"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":87,"g":83,"b":78,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"status"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"aside"}],"result":[]}
|
||||
{"args":[{"tag":"table","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"tr","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"td","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"row"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"a"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"b"}],"result":[]}
|
||||
{"args":[{"tag":"em","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"c"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"one"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"two"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"three"}],"result":[]}
|
||||
{"args":[{"tag":"strong","textColor":{"r":185,"g":28,"b":28,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tag"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"cell-a"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"cell-b"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":34,"g":34,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"cell-c"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":239,"g":246,"b":255,"a":1},{"r":219,"g":234,"b":254,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)","classList":"icon-pastel"}],"result":[]}
|
||||
{"args":[{"tag":"svg","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":239,"g":246,"b":255,"a":1},{"r":219,"g":234,"b":254,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"polyline","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":239,"g":246,"b":255,"a":1},{"r":219,"g":234,"b":254,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":18,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":59,"g":130,"b":246,"a":1},"effectiveBg":{"r":59,"g":130,"b":246,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"icon-solid"}],"result":[]}
|
||||
{"args":[{"tag":"svg","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":59,"g":130,"b":246,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"path","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":59,"g":130,"b":246,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"icon-white"}],"result":[]}
|
||||
{"args":[{"tag":"circle","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":241,"g":245,"b":249,"a":1},"effectiveBg":{"r":241,"g":245,"b":249,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"icon-large"}],"result":[]}
|
||||
{"args":[{"tag":"svg","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":241,"g":245,"b":249,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"line","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":241,"g":245,"b":249,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":139,"g":92,"b":246,"a":1},{"r":168,"g":85,"b":247,"a":1}],"fontSize":24,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":true,"bgClip":"","bgImage":"linear-gradient(135deg,#8b5cf6,#a855f7)","classList":"icon-emoji"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":245,"g":158,"b":11,"a":1},"effectiveBg":{"r":245,"g":158,"b":11,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"avatar-round"}],"result":[]}
|
||||
{"args":[{"tag":"svg","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":245,"g":158,"b":11,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"circle","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":245,"g":158,"b":11,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"path","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":245,"g":158,"b":11,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":203,"g":213,"b":225,"a":1},"effectiveBg":{"r":203,"g":213,"b":225,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"thumb-wide"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"inline-row"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":221,"g":214,"b":254,"a":1},"effectiveBg":{"r":221,"g":214,"b":254,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"icon-inline"}],"result":[]}
|
||||
{"args":[{"tag":"svg","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":221,"g":214,"b":254,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"circle","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":221,"g":214,"b":254,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case no-icon"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":147,"g":197,"b":253,"a":1},"effectiveBg":{"r":147,"g":197,"b":253,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"icon-tiny"}],"result":[]}
|
||||
{"args":[{"tag":"svg","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":147,"g":197,"b":253,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"circle","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":147,"g":197,"b":253,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":203,"g":213,"b":225,"a":1},"effectiveBg":{"r":203,"g":213,"b":225,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"img-huge"}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":11,"g":13,"b":19,"a":1},"effectiveBg":{"r":11,"g":13,"b":19,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"main","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":11,"g":13,"b":19,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":29,"g":38,"b":80,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)","classList":"case flag-hero-blue"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":49,"g":37,"b":87,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)","classList":"case flag-section-violet"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":16,"g":57,"b":67,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)","classList":"case flag-overlay-cyan"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":79,"g":35,"b":47,"a":1},{"r":40,"g":22,"b":31,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)","classList":"case flag-two-stop-rose"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,#506fff3d,transparent 50%)","classList":"case flag-hex-alpha"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":30,"g":58,"b":138,"a":1},{"r":15,"g":23,"b":42,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,#1e3a8a,#0f172a)","classList":"case pass-opaque-bg"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":32,"g":42,"b":90,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,rgba(80,111,255,0.30),transparent)","classList":"case pass-badge"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":96,"g":77,"b":35,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)","classList":"case pass-avatar-light"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":7,"g":8,"b":11,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)","classList":"case pass-neutral-vignette"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":96,"g":98,"b":102,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)","classList":"case pass-white-vignette"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":255,"g":0,"b":128,"a":1},{"r":121,"g":40,"b":202,"a":1},{"r":0,"g":112,"b":243,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)","classList":"case pass-rich-composition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":231,"g":1,"b":117,"a":1},{"r":105,"g":36,"b":175,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)","classList":"case pass-rich-transparent"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":70,"g":96,"b":220,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"radial-gradient(circle,rgba(80,111,255,0.85),transparent)","classList":"case pass-opaque-center"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":230,"g":230,"b":230,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":30,"g":40,"b":85,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)","classList":"case pass-linear-wash"}],"result":[]}
|
||||
{"args":[{"tag":"nav","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":8,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"nav-link"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":8,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"category"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":9,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"meta"}],"result":[]}
|
||||
{"args":[{"tag":"button","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"btn-small"}],"result":[]}
|
||||
{"args":[{"tag":"table","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"tbody","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"tr","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"td","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":9,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"cell-small"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"caps-label"}],"result":[]}
|
||||
{"args":[{"tag":"footer","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":8,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"footer-link"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"legal"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":4,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"sr-only"}],"result":[]}
|
||||
{"args":[{"tag":"sup","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":8,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"sup-marker"}],"result":[]}
|
||||
{"args":[{"tag":"sub","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":8,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"sub-marker"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":20,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"em-parent"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"em-child"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"mock-terminal"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":9,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"term-line"}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"normal-link"}],"result":[]}
|
||||
{"args":[{"tag":"html","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"head","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"meta","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"title","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"noscript","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"none-block"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"rendered-body"}],"result":[]}
|
||||
{"args":[{"tag":"nav","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":9,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"rendered-nav-link"}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":250,"g":250,"b":250,"a":1},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case-label"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"long-lines"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tight-leading"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tiny-text"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"justified-no-hyphens"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"all-caps-body"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"wide-tracking-body"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":20,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"good-measure"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"good-leading"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"good-text-size"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"justified-with-hyphens"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"label-caps"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"label-tracking"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":18,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"mock-terminal-title"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":10.8,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"mock-terminal-meta"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":11.84,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"mock-diff-line"}],"result":[]}
|
||||
{"args":[{"tag":"svg","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"svg-metrics-pass"}],"result":[]}
|
||||
{"args":[{"tag":"rect","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"text","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-white rounded-lg shadow-md p-6 mb-4"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-lg font-semibold mb-3"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-white rounded-lg shadow-md p-4"}],"result":[]}
|
||||
{"args":[{"tag":"h5","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"font-medium"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-sm text-gray-600"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-white rounded-xl shadow-lg p-6 mb-4"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-gray-50 rounded-lg shadow-sm p-4 mb-3"}],"result":[]}
|
||||
{"args":[{"tag":"h5","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"font-medium mb-2"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-white rounded-md shadow-sm p-3"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-sm"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":249,"g":250,"b":251,"a":1},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"rounded-lg border bg-white shadow-sm p-6 mb-4"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"font-semibold mb-3"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"rounded-lg border bg-white shadow-sm p-4"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"rounded-lg border bg-white shadow-sm mb-4"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flex flex-col space-y-1.5 p-6"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-lg font-semibold"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-sm text-gray-500"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"p-6 pt-0"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flex items-center p-6 pt-0"}],"result":[]}
|
||||
{"args":[{"tag":"button","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"px-4 py-2 bg-gray-900 text-white text-sm rounded-md"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-white rounded-lg shadow-sm p-6 mb-4 border"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"font-semibold mb-4"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"space-y-3"}],"result":[]}
|
||||
{"args":[{"tag":"input","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"w-full px-3 py-2 border rounded-md shadow-sm text-sm"}],"result":[]}
|
||||
{"args":[{"tag":"select","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"w-full px-3 py-2 border rounded-md shadow-sm text-sm bg-white"}],"result":[]}
|
||||
{"args":[{"tag":"option","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"textarea","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"w-full px-3 py-2 border rounded-md shadow-sm text-sm h-20 resize-none"}],"result":[]}
|
||||
{"args":[{"tag":"pre","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-gray-900 text-gray-100 rounded-md p-4 text-sm overflow-x-auto"}],"result":[]}
|
||||
{"args":[{"tag":"code","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flex flex-wrap gap-2"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"px-2 py-1 bg-blue-100 text-blue-700 rounded-full text-xs font-medium"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"px-2 py-1 bg-green-100 text-green-700 rounded-full text-xs font-medium"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"px-2 py-1 bg-purple-100 text-purple-700 rounded-full text-xs font-medium"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"w-full h-32 bg-gradient-to-br from-amber-400 to-rose-500 rounded-lg shadow-inner mb-4"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"font-semibold"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-sm text-gray-600 mt-1"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid grid-cols-3 gap-2 mb-4"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-white rounded-lg shadow-sm p-4 border"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"font-semibold mb-1 text-sm"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-lg font-bold mb-2"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":17,"g":24,"b":39,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-white rounded-lg shadow-sm p-4 border-2 border-blue-500"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col-label"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":88,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"hero-fraunces"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":64,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"hero-recoleta"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":72,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"hero-playfair"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":56,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"hero-unknown-serif"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":64,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-sans-italic"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":88,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-roman-serif"}],"result":[]}
|
||||
{"args":[{"tag":"blockquote","textColor":{"r":51,"g":65,"b":85,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-pull-quote"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":72,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-roman-h1-em-italic"}],"result":[]}
|
||||
{"args":[{"tag":"em","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":72,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":32,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-italic-serif-32"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":64,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-h1-sans-roman"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"eyebrow-classic"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":88,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"hero"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"eyebrow-span"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":51,"g":65,"b":85,"a":1},"bgColor":{"r":241,"g":245,"b":249,"a":1},"effectiveBg":{"r":241,"g":245,"b":249,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"eyebrow-pill"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":180,"g":83,"b":9,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"eyebrow-already-uppercase"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-long-uppercase"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-eyebrow-no-tracking"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":148,"g":163,"b":184,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-card-caption"}],"result":[{"id":"low-contrast","snippet":"2.6:1 (need 4.5:1) — text #94a3b8 on #ffffff"}]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":64,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-bare-hero"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-h2-above-h1"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-body-heading"}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":246,"g":242,"b":236,"a":1},"effectiveBg":{"r":246,"g":242,"b":236,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"main","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":246,"g":242,"b":236,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":246,"g":242,"b":236,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":246,"g":242,"b":236,"a":1},"effectiveBgStops":null,"fontSize":32,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":255,"g":250,"b":243,"a":1},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"kicker"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":32,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tight-tracked-kicker"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"kicker"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"kicker"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":20,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":32,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"sub-hero"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"smallcaps-kicker"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":28,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"role-heading"}],"result":[]}
|
||||
{"args":[{"tag":"nav","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":255,"g":250,"b":243,"a":1},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-kicker"}],"result":[]}
|
||||
{"args":[{"tag":"a","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-kicker-caps"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":255,"g":250,"b":243,"a":1},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"form","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":255,"g":250,"b":243,"a":1},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"label","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-kicker"}],"result":[]}
|
||||
{"args":[{"tag":"input","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"figure","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":255,"g":250,"b":243,"a":1},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"figcaption","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-kicker-caps"}],"result":[]}
|
||||
{"args":[{"tag":"nav","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":32,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":255,"g":250,"b":243,"a":1},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"stat"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":40,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"untracked-caps"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"hero-eyebrow"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":64,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"hero-h1"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":246,"g":242,"b":236,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card-grid"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"suite-card"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":91,"g":80,"b":70,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"taxonomy-label"}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"ol","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":255,"g":250,"b":243,"a":1},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"li","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":250,"b":243,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":246,"g":242,"b":236,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"hidden-mockup"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"mockup-hero"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":23,"g":20,"b":17,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":24,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"grid"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":249,"g":250,"b":251,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo bounce-animation"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":107,"g":114,"b":128,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo elastic-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo width-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo height-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo padding-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo margin-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo max-height-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo multi-layout-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo mixed-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo transition-property-width"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo fade-in-good"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo ease-out-quart"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo ease-out-expo"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo transform-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo opacity-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo color-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo shadow-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo all-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"demo multi-safe-transition"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":17,"g":24,"b":39,"a":1},"effectiveBg":{"r":17,"g":24,"b":39,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"dark-context"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-blue"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":249,"g":250,"b":251,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":203,"g":213,"b":225,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-purple"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-cyan"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-multi"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-oklch"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-hex"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-hsl"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-var"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-text"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light glow-light-oklch"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"url(/fixtures/antipatterns/missing-photo.png)","classList":"photo-context"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light glow-photo-halo"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(#111827,#0b1220),url(/fixtures/antipatterns/missing-photo.png)","classList":"photo-opaque-grad"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark glow-photo-opaque"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light light-colored-shadow"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark dark-normal-shadow"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark dark-focus-ring"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark dark-subtle-shadow"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark dark-elevated-sm"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark dark-elevated-md"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark dark-elevated-lg"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark dark-elevated-inset"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark dark-elevated-multi"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":107,"g":114,"b":128,"a":1},"effectiveBg":{"r":107,"g":114,"b":128,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-medium medium-gray-shadow"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":107,"g":114,"b":128,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":600,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":107,"g":114,"b":128,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light light-offset-colored"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light light-soft-neutral"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light photo-offset-colored"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(/fixtures/antipatterns/missing-photo.png)","classList":"photo-translucent-grad"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light photo-translucent-offset"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":31,"g":41,"b":55,"a":1},"effectiveBg":{"r":31,"g":41,"b":55,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-dark dark-text-offset"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light elevated-sm-light"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light elevated-md-light"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card card-light elevated-warm-light"}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":22,"fontWeight":700,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":500,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":100,"g":116,"b":139,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":12,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"case-label"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":255,"g":251,"b":230,"a":1},"effectiveBg":{"r":255,"g":251,"b":230,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-frameworks"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":139,"g":105,"b":20,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":251,"b":230,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-frameworks-label"}],"result":[]}
|
||||
{"args":[{"tag":"ul","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":251,"b":230,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-frameworks-list"}],"result":[]}
|
||||
{"args":[{"tag":"li","textColor":{"r":120,"g":53,"b":15,"a":1},"bgColor":{"r":254,"g":243,"b":199,"a":1},"effectiveBg":{"r":254,"g":243,"b":199,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-card-borders"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":253,"g":230,"b":138,"a":1},"effectiveBg":{"r":253,"g":230,"b":138,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-bg-only"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":120,"g":53,"b":15,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":230,"b":138,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":120,"g":53,"b":15,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":230,"b":138,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-outline-only"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-asym-leftflush"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-no-boundary"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-no-boundary-label"}],"result":[]}
|
||||
{"args":[{"tag":"ul","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-no-boundary-list"}],"result":[]}
|
||||
{"args":[{"tag":"li","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":245,"g":245,"b":247,"a":1},"effectiveBg":{"r":245,"g":245,"b":247,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-top-rule"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":11,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-top-rule-label"}],"result":[]}
|
||||
{"args":[{"tag":"ul","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-top-rule-list"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-bordered-padded"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":253,"g":230,"b":138,"a":1},"effectiveBg":{"r":253,"g":230,"b":138,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-bg-padded"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":250,"b":250,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-outline-padded"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-image-only"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":203,"g":213,"b":225,"a":1},{"r":148,"g":163,"b":184,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(135deg,#cbd5e1,#94a3b8)","classList":"placeholder-img"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-margin-inset"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-inner-shell"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"inner-shell"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":238,"g":242,"b":247,"a":1},"effectiveBg":{"r":238,"g":242,"b":247,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-same-bg-parent"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":238,"g":242,"b":247,"a":1},"effectiveBg":{"r":238,"g":242,"b":247,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-same-bg-child"}],"result":[]}
|
||||
{"args":[{"tag":"h4","textColor":{"r":15,"g":23,"b":42,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":238,"g":242,"b":247,"a":1},"effectiveBgStops":null,"fontSize":14,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":71,"g":85,"b":105,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":238,"g":242,"b":247,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":23,"g":32,"b":51,"a":1},"effectiveBg":{"r":23,"g":32,"b":51,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-marquee-shell"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":23,"g":32,"b":51,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-marquee-track"}],"result":[]}
|
||||
{"args":[{"tag":"article","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":35,"g":48,"b":74,"a":1},"effectiveBg":{"r":35,"g":48,"b":74,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-marquee-card"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":35,"g":48,"b":74,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":15,"g":23,"b":42,"a":1},"effectiveBg":{"r":15,"g":23,"b":42,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-inner-text-surface"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":17,"g":24,"b":39,"a":1},"effectiveBg":{"r":17,"g":24,"b":39,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-inner-text-surface-window"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":17,"g":24,"b":39,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":1},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"cols"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col flag"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":96,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":80,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"col pass"}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":168,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":120,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":40,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":64,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":72,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box flag-overflow-hidden"}],"result":[]}
|
||||
{"args":[{"tag":"button","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"ul","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":34,"g":34,"b":34,"a":1},"effectiveBg":{"r":34,"g":34,"b":34,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pop"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box flag-overflow-clip"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":34,"g":34,"b":34,"a":1},"effectiveBg":{"r":34,"g":34,"b":34,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pop"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box flag-overflow-negative"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":34,"g":34,"b":34,"a":1},"effectiveBg":{"r":34,"g":34,"b":34,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"tip-negative"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box flag-overflow-right"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":34,"g":34,"b":34,"a":1},"effectiveBg":{"r":34,"g":34,"b":34,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flyout"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box flag-shadow-utility"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":34,"g":34,"b":34,"a":1},"effectiveBg":{"r":34,"g":34,"b":34,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pop bg-white shadow-lg"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box flag-overlay-surface"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":34,"g":34,"b":34,"a":1},"effectiveBg":{"r":34,"g":34,"b":34,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pop modal-overlay"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box pass-hidden-no-abs"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box pass-visible-abs"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box pass-scroll-abs"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box pass-contained-abs"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":229,"g":240,"b":255,"a":1},"effectiveBg":{"r":229,"g":240,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"contained-badge"}],"result":[]}
|
||||
{"args":[{"tag":"button","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":17,"g":17,"b":17,"a":1},"effectiveBg":{"r":17,"g":17,"b":17,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-hidden-button pass-button-shine"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":255,"g":255,"b":255,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":160,"g":160,"b":160,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)","classList":"button-shine"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box pass-crop-photo"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":183,"g":215,"b":255,"a":1},{"r":72,"g":106,"b":163,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(135deg,#b7d7ff,#486aa3)","classList":"crop-photo"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"box pass-contained-overlay"}],"result":[]}
|
||||
{"args":[{"tag":"span","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":255,"g":255,"b":255,"a":0.86},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"inside-overlay"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-carousel-viewport"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":245,"g":245,"b":245,"a":1},"effectiveBg":{"r":245,"g":245,"b":245,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"carousel-slide-next"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-fisheye-list"}],"result":[]}
|
||||
{"args":[{"tag":"button","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"fisheye-next-item"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-split-container"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":245,"g":245,"b":245,"a":1},"effectiveBg":{"r":245,"g":245,"b":245,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"split-after-panel"}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":42,"g":38,"b":34,"a":1},"bgColor":{"r":245,"g":239,"b":226,"a":1},"effectiveBg":{"r":245,"g":239,"b":226,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":42,"g":38,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":245,"g":239,"b":226,"a":1},"effectiveBgStops":null,"fontSize":40,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":42,"g":38,"b":34,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":245,"g":239,"b":226,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-amber-50 text-stone-800 font-serif"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card flag-thin-border-wide-shadow"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":238,"g":238,"b":238,"a":1},{"r":238,"g":238,"b":238,"a":1},{"r":250,"g":250,"b":250,"a":1},{"r":250,"g":250,"b":250,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)","classList":"stripes flag-repeating-stripes"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":255,"g":254,"b":254,"a":1},{"r":255,"g":254,"b":254,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)","classList":"grid flag-codex-grid"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-theater"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card pass-tight-shadow"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card pass-soft-border-wide-shadow"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card pass-oklch-soft-shadow"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":243,"g":244,"b":246,"a":1},{"r":255,"g":255,"b":255,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(180deg, #f3f4f6, #ffffff)","classList":"stripes pass-plain-gradient"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":241,"g":241,"b":242,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)","classList":"grid pass-single-axis-rule"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":243,"g":244,"b":246,"a":1},{"r":229,"g":231,"b":235,"a":1},{"r":238,"g":242,"b":255,"a":1},{"r":255,"g":255,"b":255,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)","classList":"grid pass-two-color-blend"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":241,"g":241,"b":242,"a":1},{"r":241,"g":241,"b":242,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)","classList":"grid pass-crosshair-no-tiling"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":241,"g":241,"b":242,"a":1}],"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)","classList":"grid pass-bg-plus-mask-hairline"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-no-theater"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-css-hover"}],"result":[]}
|
||||
{"args":[{"tag":"img","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":221,"g":221,"b":221,"a":1},"effectiveBg":{"r":221,"g":221,"b":221,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"img","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":221,"g":221,"b":221,"a":1},"effectiveBg":{"r":221,"g":221,"b":221,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"flag-tw-hover hover:scale-105 transition-transform"}],"result":[]}
|
||||
{"args":[{"tag":"img","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":221,"g":221,"b":221,"a":1},"effectiveBg":{"r":221,"g":221,"b":221,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"pass-static"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":26,"g":26,"b":26,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"card pass-non-img-hover"}],"result":[]}
|
||||
{"args":[{"tag":"main","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":255,"g":255,"b":255,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":253,"g":252,"b":249,"a":1},"effectiveBg":{"r":253,"g":252,"b":249,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":252,"b":249,"a":1},"effectiveBgStops":null,"fontSize":34,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":252,"b":249,"a":1},"effectiveBgStops":null,"fontSize":20,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":252,"b":249,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"code","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":252,"b":249,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"pre","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":241,"g":239,"b":233,"a":1},"effectiveBg":{"r":241,"g":239,"b":233,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"code","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":241,"g":239,"b":233,"a":1},"effectiveBgStops":null,"fontSize":13,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":124,"g":58,"b":237,"a":1},{"r":168,"g":85,"b":247,"a":1}],"fontSize":44,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"text","bgImage":"linear-gradient(135deg,#7c3aed,#a855f7)","classList":"gradient-heading"}],"result":[{"id":"gradient-text","snippet":"background-clip: text + gradient"}]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":102,"g":126,"b":234,"a":1},{"r":118,"g":75,"b":162,"a":1}],"fontSize":28,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"text","bgImage":"linear-gradient(90deg, #667eea, #764ba2)","classList":""}],"result":[{"id":"gradient-text","snippet":"background-clip: text + gradient"}]}
|
||||
{"args":[{"tag":"h2","textColor":{"r":31,"g":41,"b":51,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":253,"g":252,"b":249,"a":1},"effectiveBgStops":null,"fontSize":16,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"bg-clip-text bg-gradient-to-r from-purple-500 to-pink-500 text-transparent"}],"result":[{"id":"gradient-text","snippet":"bg-clip-text + bg-gradient (Tailwind)"},{"id":"ai-color-palette","snippet":"Purple/violet gradient (Tailwind)"}]}
|
||||
{"args":[{"tag":"body","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":5,"g":4,"b":3,"a":1}],"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"linear-gradient(oklch(0.07 0.006 95),oklch(0.11 0.008 95))","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","textColor":{"r":231,"g":228,"b":221,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":5,"g":4,"b":3,"a":1}],"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-light"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":5,"g":4,"b":3,"a":1}],"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":53,"g":51,"b":45,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":5,"g":4,"b":3,"a":1}],"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-muted-ground"}],"result":[{"id":"low-contrast","snippet":"1.6:1 (need 4.5:1) — text #35332d on #050403"}]}
|
||||
{"args":[{"tag":"section","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":26,"g":28,"b":31,"a":1},"effectiveBg":{"r":26,"g":28,"b":31,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"panel-srgb"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":71,"g":71,"b":77,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":26,"g":28,"b":31,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-dim-srgb"}],"result":[{"id":"low-contrast","snippet":"1.9:1 (need 4.5:1) — text #47474d on #1a1c1f"}]}
|
||||
{"args":[{"tag":"section","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":18,"g":18,"b":21,"a":1},"effectiveBg":{"r":18,"g":18,"b":21,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"panel-p3"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":89,"g":89,"b":92,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":18,"g":18,"b":21,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-dim-p3"}],"result":[{"id":"low-contrast","snippet":"2.7:1 (need 4.5:1) — text #59595c on #121215"}]}
|
||||
{"args":[{"tag":"section","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":48,"g":43,"b":39,"a":1},"effectiveBg":{"r":48,"g":43,"b":39,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"panel-lch"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":86,"g":81,"b":78,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":48,"g":43,"b":39,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-dim-lch"}],"result":[{"id":"low-contrast","snippet":"1.8:1 (need 4.5:1) — text #56514e on #302b27"}]}
|
||||
{"args":[{"tag":"section","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":250,"g":247,"b":242,"a":1},"effectiveBg":{"r":250,"g":247,"b":242,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"panel-light"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":191,"g":189,"b":184,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":247,"b":242,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-pale-light"}],"result":[{"id":"low-contrast","snippet":"1.8:1 (need 4.5:1) — text #bfbdb8 on #faf7f2"}]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":250,"g":247,"b":242,"a":1},"effectiveBg":{"r":250,"g":247,"b":242,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"panel-inherit"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":199,"g":196,"b":191,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":247,"b":242,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-pale-2"}],"result":[{"id":"low-contrast","snippet":"1.6:1 (need 4.5:1) — text #c7c4bf on #faf7f2"}]}
|
||||
{"args":[{"tag":"section","textColor":{"r":240,"g":237,"b":232,"a":1},"bgColor":null,"effectiveBg":{"r":240,"g":237,"b":232,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"panel-current"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":191,"g":189,"b":184,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":240,"g":237,"b":232,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-pale-light"}],"result":[{"id":"low-contrast","snippet":"1.6:1 (need 4.5:1) — text #bfbdb8 on #f0ede8"}]}
|
||||
{"args":[{"tag":"p","textColor":{"r":231,"g":228,"b":221,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":[{"r":1,"g":1,"b":1,"a":1},{"r":5,"g":4,"b":3,"a":1}],"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-light"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":231,"g":228,"b":221,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":26,"g":28,"b":31,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-light"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":26,"g":26,"b":28,"a":1},"effectiveBg":{"r":26,"g":26,"b":28,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"panel-mix"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":231,"g":228,"b":221,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":26,"g":26,"b":28,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-light"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":231,"g":228,"b":221,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":18,"g":18,"b":21,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-light"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":231,"g":228,"b":221,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":48,"g":43,"b":39,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-light"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":26,"g":28,"b":31,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":{"r":250,"g":247,"b":242,"a":1},"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-dark"}],"result":[]}
|
||||
{"args":[{"tag":"div","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":null,"effectiveBg":null,"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"panel-unreadable"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":231,"g":228,"b":221,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-light"}],"result":[]}
|
||||
{"args":[{"tag":"section","textColor":{"r":0,"g":0,"b":0,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":false,"isEmojiOnly":false,"bgClip":"","bgImage":"url(opaque-panel.png),linear-gradient(#ff0000,#0000ff)","classList":"panel-image-over-gradient"}],"result":[]}
|
||||
{"args":[{"tag":"p","textColor":{"r":53,"g":51,"b":45,"a":1},"bgColor":{"r":0,"g":0,"b":0,"a":0},"effectiveBg":null,"effectiveBgStops":null,"fontSize":15,"fontWeight":400,"hasDirectText":true,"isEmojiOnly":false,"bgClip":"","bgImage":"none","classList":"text-muted-ground"}],"result":[]}
|
||||
|
||||
@@ -42,45 +42,3 @@
|
||||
{"args":[{"tag":"div","boxShadow":"0 2px 8px rgba(0,0,0,0.12)","textShadow":"","effectiveBg":{"r":245,"g":245,"b":244,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 4px 6px rgba(0,0,0,0.3)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 2px 8px rgba(0,0,0,.08)","textShadow":"","effectiveBg":{"r":255,"g":255,"b":255,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 1px 3px rgba(0,0,0,0.1)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 4px 6px rgba(0,0,0,0.3)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 1px 2px rgba(15,23,42,0.06)","textShadow":"","effectiveBg":{"r":248,"g":250,"b":252,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 1px 2px rgba(15,23,42,0.06)","textShadow":"","effectiveBg":{"r":253,"g":253,"b":253,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 2px 8px rgba(0,0,0,0.12)","textShadow":"","effectiveBg":{"r":245,"g":245,"b":244,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 2px 8px rgba(0,0,0,0.1)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 1px 3px rgba(0,0,0,0.08)","textShadow":"","effectiveBg":{"r":255,"g":255,"b":255,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 1px 3px rgba(0,0,0,0.08)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 20px rgba(59,130,246,0.4)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#3b82f6)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 25px rgba(139,92,246,0.35)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#8b5cf6)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 15px rgba(6,182,212,0.5)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#06b6d4)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 4px 6px rgba(0,0,0,0.3),0 0 30px rgba(168,85,247,0.3)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#a855f7)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 20px rgba(236, 72, 153, 0.5)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#ec4899)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 18px oklch(0.72 0.15 195/0.5)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#00c0c2)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 16px #3b82f6","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#3b82f6)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 22px hsl(280,80%,60%)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#b447eb)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 10px oklch(0.78 0.14 155)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#63d18f)"}]}
|
||||
{"args":[{"tag":"h4","boxShadow":"","textShadow":"0 0 12px #22d3ee","effectiveBg":{"r":31,"g":41,"b":55,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset text-shadow glow (#22d3ee)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 20px oklch(0.65 0.2 300/0.45)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#a46bf5)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 26px rgba(217,70,239,0.5)","textShadow":"","effectiveBg":null}],"result":[{"id":"dark-glow","snippet":"Zero-offset box-shadow glow (#d946ef)"}]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 6px 22px rgba(249,115,22,0.5)","textShadow":"","effectiveBg":null}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 2px 4px rgba(59,130,246,0.15)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 4px 12px rgba(0,0,0,0.4)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 0 3px rgba(59,130,246,0.5)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 1px 3px rgba(59,130,246,0.2)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 1px 3px rgba(0,0,0,0.3)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 4px 6px -1px rgba(0,0,0,0.4)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 10px 25px -5px rgba(0,0,0,0.5)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"inset 0 2px 4px rgba(0,0,0,0.3)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 4px 6px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.2)","textShadow":"","effectiveBg":{"r":17,"g":24,"b":39,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 2px 4px rgba(59,130,246,0.3)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 8px 20px rgba(59,130,246,0.25)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 24px rgba(0,0,0,0.15)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 6px 20px rgba(16,185,129,0.35)","textShadow":"","effectiveBg":null}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 6px 22px rgba(244,63,94,0.45)","textShadow":"","effectiveBg":null}],"result":[]}
|
||||
{"args":[{"tag":"h4","boxShadow":"","textShadow":"0 1px 2px rgba(0,0,0,0.6)","effectiveBg":{"r":31,"g":41,"b":55,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 4px 6px -1px rgba(0,0,0,0.1)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 10px 30px -5px rgba(0,0,0,0.15)","textShadow":"","effectiveBg":{"r":249,"g":250,"b":251,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 0 24px rgba(0,0,0,0.18)","textShadow":"","effectiveBg":{"r":255,"g":255,"b":255,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 1px 4px rgba(0,0,0,0.08)","textShadow":"","effectiveBg":{"r":255,"g":255,"b":255,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 18px 48px -16px rgba(15, 23, 42, 0.18)","textShadow":"","effectiveBg":{"r":255,"g":255,"b":255,"a":1}}],"result":[]}
|
||||
{"args":[{"tag":"div","boxShadow":"0 16px 36px -12px oklch(2% 0.004 95 / 0.18)","textShadow":"","effectiveBg":{"r":255,"g":255,"b":255,"a":1}}],"result":[]}
|
||||
|
||||
@@ -142,143 +142,3 @@
|
||||
{"args":[{"borderWidths":[0,0,2,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(99, 102, 241)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 4px 6px rgba(0,0,0,0.3)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(221, 221, 221)","rgb(221, 221, 221)","rgb(221, 221, 221)","rgb(221, 221, 221)"],"boxShadow":"0 2px 8px rgba(0,0,0,.08)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,1,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(229, 231, 235)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(59, 130, 246)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,5,0,0],"borderColors":["rgb(0, 0, 0)","rgb(139, 92, 246)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(16, 185, 129)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,6,0,0],"borderColors":["rgb(0, 0, 0)","rgb(239, 68, 68)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[4,0,0,0],"borderColors":["rgb(59, 130, 246)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,3,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(139, 92, 246)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(244, 114, 182)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(229, 231, 235)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,0,0,0],"borderColors":["rgb(59, 130, 246)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,2,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(16, 185, 129)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,1],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(59, 130, 246)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,2,0,0],"borderColors":["rgb(0, 0, 0)","rgb(139, 92, 246)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,1],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(16, 185, 129)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(55, 65, 81)","rgb(55, 65, 81)","rgb(55, 65, 81)","rgb(55, 65, 81)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,2,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(99, 102, 241)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 4px 6px rgba(0,0,0,0.3)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(37, 99, 235)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,5,0,0],"borderColors":["rgb(0, 0, 0)","rgb(220, 38, 38)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(15, 118, 110)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[4,0,0,0],"borderColors":["rgb(124, 58, 237)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,3,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(234, 88, 12)","rgb(0, 0, 0)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(56, 189, 248)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(203, 213, 225)","rgb(203, 213, 225)","rgb(203, 213, 225)","rgb(203, 213, 225)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(209, 213, 219)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,1],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(37, 99, 235)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,3,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(37, 99, 235)","rgb(0, 0, 0)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[16,0,0,0],"borderColors":["rgb(124, 58, 237)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(51, 65, 85)","rgb(51, 65, 85)","rgb(51, 65, 85)","rgb(51, 65, 85)"],"boxShadow":"0 1px 2px rgba(15,23,42,0.06)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[3,0,0,0],"borderColors":["rgb(139, 92, 246)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(209, 213, 219)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[4,0,0,0],"borderColors":["rgb(139, 92, 246)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(59, 130, 246)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,6],"borderColors":["rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(184, 66, 46)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,8],"borderColors":["rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(184, 66, 46)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,12],"borderColors":["rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(184, 66, 46)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,5],"borderColors":["rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(184, 66, 46)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,7],"borderColors":["rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(184, 66, 46)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,9],"borderColors":["rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(184, 66, 46)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,10],"borderColors":["rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(184, 66, 46)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,11],"borderColors":["rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(184, 66, 46)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,4],"borderColors":["rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(221, 216, 208)","rgb(184, 66, 46)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(209, 213, 219)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(229, 231, 235)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgba(0, 0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(59, 130, 246)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,3],"borderColors":["rgb(252, 165, 165)","rgb(252, 165, 165)","rgb(252, 165, 165)","rgb(185, 28, 28)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(229, 231, 235)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[2,2,2,2],"borderColors":["rgb(255, 255, 255)","rgb(255, 255, 255)","rgb(255, 255, 255)","rgb(255, 255, 255)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(239, 68, 68)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(34, 197, 94)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,2,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(59, 130, 246)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,2,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgba(0, 0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,2,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(17, 24, 39)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(245, 158, 11)","rgb(245, 158, 11)","rgb(245, 158, 11)","rgb(245, 158, 11)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","oklch(65%0.12 250)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,4],"borderColors":["oklch(80%0.05 250)","oklch(80%0.05 250)","oklch(80%0.05 250)","oklch(75%0.15 45)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","oklch(75%0.18 45)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","oklab(60%0.1 0.15)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","lch(55%60 250)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","lab(50%40-30)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,5],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(135, 168, 255)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,4],"borderColors":["rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(138, 106, 47)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,4,0,0],"borderColors":["rgb(0, 0, 0)","rgb(170, 103, 77)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(135, 168, 255)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","oklch(80%0 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","oklch(75%0.01 250)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[3,3,3,3],"borderColors":["oklch(65%0.12 250)","oklch(65%0.12 250)","oklch(65%0.12 250)","oklch(65%0.12 250)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,1],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","oklch(65%0.12 250)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","lab(50%0 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","lch(50%0 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,1],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(59, 130, 246)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,1],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(135, 168, 255)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[3,3,3,3],"borderColors":["rgb(135, 168, 255)","rgb(135, 168, 255)","rgb(135, 168, 255)","rgb(135, 168, 255)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,1,0,0],"borderColors":["rgb(0, 0, 0)","oklch(92%0 0/0.12)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(128, 0, 128)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,5],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(102, 51, 153)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[4,0,0,0],"borderColors":["rgb(220, 20, 60)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 128, 128)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,6],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(255, 165, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,7],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(128, 0, 128)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(105, 105, 105)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,3],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(220, 220, 220)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,4],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,1],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(128, 0, 128)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[3,3,3,3],"borderColors":["rgb(128, 0, 128)","rgb(128, 0, 128)","rgb(128, 0, 128)","rgb(128, 0, 128)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(212, 199, 185)","rgb(212, 199, 185)","rgb(212, 199, 185)","rgb(212, 199, 185)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(0, 169, 130)","rgb(0, 169, 130)","rgb(0, 169, 130)","rgb(0, 169, 130)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(215, 208, 194)","rgb(215, 208, 194)","rgb(215, 208, 194)","rgb(215, 208, 194)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(212, 212, 212)","rgb(212, 212, 212)","rgb(212, 212, 212)","rgb(212, 212, 212)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(214, 211, 209)","rgb(214, 211, 209)","rgb(214, 211, 209)","rgb(214, 211, 209)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 2px 8px rgba(0,0,0,0.12)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,1,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(238, 238, 238)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(226, 232, 240)","rgb(226, 232, 240)","rgb(226, 232, 240)","rgb(226, 232, 240)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 2px 8px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.08)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(201, 191, 178)","rgb(201, 191, 178)","rgb(201, 191, 178)","rgb(201, 191, 178)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(216, 206, 192)","rgb(216, 206, 192)","rgb(216, 206, 192)","rgb(216, 206, 192)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 20px rgba(59,130,246,0.4)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 25px rgba(139,92,246,0.35)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 15px rgba(6,182,212,0.5)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 4px 6px rgba(0,0,0,0.3),0 0 30px rgba(168,85,247,0.3)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 20px rgba(236, 72, 153, 0.5)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 18px oklch(0.72 0.15 195/0.5)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 16px #3b82f6"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 22px hsl(280,80%,60%)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 10px oklch(0.78 0.14 155)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 20px oklch(0.65 0.2 300/0.45)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 26px rgba(217,70,239,0.5)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 6px 22px rgba(249,115,22,0.5)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 2px 4px rgba(59,130,246,0.15)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 4px 12px rgba(0,0,0,0.4)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 0 3px rgba(59,130,246,0.5)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(59,130,246,0.2)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 1px 3px rgba(0,0,0,0.3)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 4px 6px -1px rgba(0,0,0,0.4)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 10px 25px -5px rgba(0,0,0,0.5)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"inset 0 2px 4px rgba(0,0,0,0.3)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 4px 6px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.2)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 2px 4px rgba(59,130,246,0.3)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 8px 20px rgba(59,130,246,0.25)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 0 24px rgba(0,0,0,0.15)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 6px 20px rgba(16,185,129,0.35)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 6px 22px rgba(244,63,94,0.45)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 4px 6px -1px rgba(0,0,0,0.1)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[0,0,0,0],"borderColors":["rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"0 10px 30px -5px rgba(0,0,0,0.15)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(212, 160, 23)","rgb(212, 160, 23)","rgb(212, 160, 23)","rgb(212, 160, 23)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(203, 213, 225)","rgb(203, 213, 225)","rgb(203, 213, 225)","rgb(203, 213, 225)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,0,0,0],"borderColors":["rgb(203, 213, 225)","rgb(0, 0, 0)","rgb(0, 0, 0)","rgb(0, 0, 0)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgba(255, 255, 255, 0.16)","rgba(255, 255, 255, 0.16)","rgba(255, 255, 255, 0.16)","rgba(255, 255, 255, 0.16)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(221, 221, 221)","rgb(221, 221, 221)","rgb(221, 221, 221)","rgb(221, 221, 221)"],"boxShadow":"none"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(229, 231, 235)"],"boxShadow":"0 0 24px rgba(0,0,0,0.18)"}],"result":[{"id":"gpt-thin-border-wide-shadow","snippet":"1px border + 24px shadow blur"}]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(229, 231, 235)","rgb(229, 231, 235)"],"boxShadow":"0 1px 4px rgba(0,0,0,0.08)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["rgba(148, 163, 184, 0.16)","rgba(148, 163, 184, 0.16)","rgba(148, 163, 184, 0.16)","rgba(148, 163, 184, 0.16)"],"boxShadow":"0 18px 48px -16px rgba(15, 23, 42, 0.18)"}],"result":[]}
|
||||
{"args":[{"borderWidths":[1,1,1,1],"borderColors":["oklch(78% 0 0 / 0.16)","oklch(78% 0 0 / 0.16)","oklch(78% 0 0 / 0.16)","oklch(78% 0 0 / 0.16)"],"boxShadow":"0 16px 36px -12px oklch(2% 0.004 95 / 0.18)"}],"result":[]}
|
||||
|
||||
@@ -21,24 +21,3 @@
|
||||
{"args":[{"headingTag":"h1","headingText":"Top heading","headingFontSize":20,"headingInApplicationContext":false,"siblingTag":"span","siblingText":"h1 → h3 (missing h2)","siblingTextTransform":"none","siblingFontSize":12,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Top heading","headingFontSize":20,"headingInApplicationContext":false,"siblingTag":"span","siblingText":"h1 → h2 → h3","siblingTextTransform":"none","siblingFontSize":12,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Trattoria da Nonna Lucia","headingFontSize":96,"headingInApplicationContext":false,"siblingTag":"p","siblingText":"Family Italian on the waterfront","siblingTextTransform":"uppercase","siblingFontSize":14,"siblingLetterSpacing":1.4000000000000001,"siblingFontWeight":"400","siblingColor":"rgb(170, 51, 51)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Purple heading text","headingFontSize":24,"headingInApplicationContext":false,"siblingTag":"h3","siblingText":"AI color palette","siblingTextTransform":"uppercase","siblingFontSize":11,"siblingLetterSpacing":0.55,"siblingFontWeight":"400","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Gradient Clipped Heading Text","headingFontSize":40,"headingInApplicationContext":false,"siblingTag":"h3","siblingText":"Gradient-clipped text (issue #409 Case A — must not flag contrast)","siblingTextTransform":"uppercase","siblingFontSize":11,"siblingLetterSpacing":0.55,"siblingFontWeight":"400","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Top heading","headingFontSize":20,"headingInApplicationContext":false,"siblingTag":"span","siblingText":"h1 → h3 (missing h2)","siblingTextTransform":"none","siblingFontSize":12,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Top heading","headingFontSize":20,"headingInApplicationContext":false,"siblingTag":"span","siblingText":"h1 → h2 → h3","siblingTextTransform":"none","siblingFontSize":12,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Eyebrow Above Hero","headingFontSize":88,"headingInApplicationContext":false,"siblingTag":"div","siblingText":"AI-NATIVE WORKFLOWS","siblingTextTransform":"uppercase","siblingFontSize":12,"siblingLetterSpacing":2.4,"siblingFontWeight":"600","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[{"id":"hero-eyebrow-chip","snippet":"eyebrow chip (tracked-caps) \"AI-NATIVE WORKFLOWS\" above h1 \"Eyebrow Above Hero\""}]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Span Eyebrow Above Hero","headingFontSize":88,"headingInApplicationContext":false,"siblingTag":"span","siblingText":"NEW IN 2026","siblingTextTransform":"uppercase","siblingFontSize":11,"siblingLetterSpacing":2.56,"siblingFontWeight":"600","siblingColor":"rgb(71, 85, 105)","siblingHasAccentDashPseudo":false}],"result":[{"id":"hero-eyebrow-chip","snippet":"eyebrow chip (tracked-caps) \"NEW IN 2026\" above h1 \"Span Eyebrow Above Hero\""}]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Pill Chip Above Hero","headingFontSize":88,"headingInApplicationContext":false,"siblingTag":"span","siblingText":"FEATURED","siblingTextTransform":"uppercase","siblingFontSize":12,"siblingLetterSpacing":2.24,"siblingFontWeight":"600","siblingColor":"rgb(51, 65, 85)","siblingHasAccentDashPseudo":false}],"result":[{"id":"hero-eyebrow-chip","snippet":"eyebrow chip (tracked-caps) \"FEATURED\" above h1 \"Pill Chip Above Hero\""}]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Already Uppercase Text","headingFontSize":88,"headingInApplicationContext":false,"siblingTag":"span","siblingText":"NEW","siblingTextTransform":"none","siblingFontSize":11,"siblingLetterSpacing":2.88,"siblingFontWeight":"700","siblingColor":"rgb(180, 83, 9)","siblingHasAccentDashPseudo":false}],"result":[{"id":"hero-eyebrow-chip","snippet":"eyebrow chip (tracked-caps) \"NEW\" above h1 \"Already Uppercase Text\""}]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Long Uppercase Sentence Above Hero","headingFontSize":88,"headingInApplicationContext":false,"siblingTag":"div","siblingText":"A VERY LONG UPPERCASE TABLE OF CONTENTS HEADER","siblingTextTransform":"uppercase","siblingFontSize":12,"siblingLetterSpacing":2.24,"siblingFontWeight":"600","siblingColor":"rgb(71, 85, 105)","siblingHasAccentDashPseudo":false}],"result":[{"id":"hero-eyebrow-chip","snippet":"eyebrow chip (tracked-caps) \"A VERY LONG UPPERCASE TABLE OF CONTENTS \" above h1 \"Long Uppercase Sentence Above Hero\""}]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Eyebrow With Normal Tracking","headingFontSize":88,"headingInApplicationContext":false,"siblingTag":"div","siblingText":"UPPERCASE LABEL","siblingTextTransform":"uppercase","siblingFontSize":12,"siblingLetterSpacing":0,"siblingFontWeight":"600","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Uppercase Caption Far From Hero","headingFontSize":88,"headingInApplicationContext":false,"siblingTag":"p","siblingText":"Plain body text below the caption.","siblingTextTransform":"none","siblingFontSize":14,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Heading Above Heading","headingFontSize":88,"headingInApplicationContext":false,"siblingTag":"h2","siblingText":"SECTION HEADING","siblingTextTransform":"uppercase","siblingFontSize":14,"siblingLetterSpacing":2.52,"siblingFontWeight":"700","siblingColor":"rgb(71, 85, 105)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Body-Sized Heading Below Eyebrow","headingFontSize":24,"headingInApplicationContext":false,"siblingTag":"div","siblingText":"SECTION KICKER","siblingTextTransform":"uppercase","siblingFontSize":12,"siblingLetterSpacing":2.4,"siblingFontWeight":"600","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Application Panel Heading","headingFontSize":88,"headingInApplicationContext":true,"siblingTag":"div","siblingText":"NEXT FROM","siblingTextTransform":"uppercase","siblingFontSize":12,"siblingLetterSpacing":2.4,"siblingFontWeight":"600","siblingColor":"rgb(100, 116, 139)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"\"Sub Hero Heading\"","headingFontSize":32,"headingInApplicationContext":false,"siblingTag":"span","siblingText":"Platform notes","siblingTextTransform":"uppercase","siblingFontSize":12,"siblingLetterSpacing":1.32,"siblingFontWeight":"400","siblingColor":"rgb(91, 80, 70)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"\"Page Title After Nav\"","headingFontSize":32,"headingInApplicationContext":false,"siblingTag":"nav","siblingText":"Home Docs","siblingTextTransform":"none","siblingFontSize":16,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(23, 20, 17)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"\"Hero Owned By Hero Rule\"","headingFontSize":64,"headingInApplicationContext":false,"siblingTag":"span","siblingText":"Platform overview","siblingTextTransform":"uppercase","siblingFontSize":12,"siblingLetterSpacing":2,"siblingFontWeight":"400","siblingColor":"rgb(91, 80, 70)","siblingHasAccentDashPseudo":false}],"result":[{"id":"hero-eyebrow-chip","snippet":"eyebrow chip (tracked-caps) \"Platform overview\" above h1 \"\"Hero Owned By Hero Rule\"\""}]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Everything your whole team needs to launch quickly and finally rest at night","headingFontSize":80,"headingInApplicationContext":false,"siblingTag":"h1","siblingText":"A sweeping product headline that runs on far too long to sit at this size","siblingTextTransform":"none","siblingFontSize":96,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(26, 26, 26)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Ship faster","headingFontSize":120,"headingInApplicationContext":false,"siblingTag":"h1","siblingText":"Bold.","siblingTextTransform":"none","siblingFontSize":168,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(26, 26, 26)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"A perfectly ordinary headline that is reasonably long but set at a sane, readable size","headingFontSize":40,"headingInApplicationContext":false,"siblingTag":"h1","siblingText":"Ship faster","siblingTextTransform":"none","siblingFontSize":120,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(26, 26, 26)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Should pass","headingFontSize":15,"headingInApplicationContext":false,"siblingTag":"section","siblingText":"\n Flag Pale On Currentcolor Panel: the ground is the panel's own bone text color, so the keyword must resolve rather than abstain.\n","siblingTextTransform":"none","siblingFontSize":15,"siblingLetterSpacing":0,"siblingFontWeight":"400","siblingColor":"rgb(240, 237, 232)","siblingHasAccentDashPseudo":false}],"result":[]}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -219,194 +219,3 @@
|
||||
{"args":[{"headingTag":"h2","headingText":"Wide Tracking","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Justified Text","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Overused Font","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Tailwind Side-Tab","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"CSS Side-Tab","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Top/Bottom + Rounded","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Dark Mode","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Clean Cards","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"No border at all","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":219,"g":234,"b":254,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":9999,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Below Threshold (Thin, No Radius)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Dark Mode (Clean)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Pure black surfaces","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Gray on color","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Low contrast","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":16,"g":185,"b":129,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Gradient text","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"\n Gradient Heading\n ","headingTop":0,"siblingTag":"h3","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"AI color palette","headingTop":0,"siblingTag":"h3","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"linear-gradient(135deg, #667eea, #764ba2)","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Purple heading text","headingTop":0,"siblingTag":"h3","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Styled <a> and <button> with low contrast","headingTop":0,"siblingTag":"h1","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Text-bearing chip with low contrast","headingTop":0,"siblingTag":"button","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":55,"g":65,"b":81,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Tailwind color anti-patterns","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":182,"g":50,"b":45,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":2,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"text-purple-500 heading","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":59,"g":130,"b":246,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"currentcolor surface via var() token","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Tinted neutrals","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Pure white surface is acceptable","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":250,"g":250,"b":252,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Good contrast","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Distinctive accents (not AI purple)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":16,"g":185,"b":129,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Red heading — not AI purple","headingTop":0,"siblingTag":"h3","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Amber heading — distinctive","headingTop":0,"siblingTag":"h3","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Background-image url() ancestor (not low contrast)","headingTop":0,"siblingTag":"h3","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Tailwind opacity-modified bg-black (not pure black)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"url('data:image/png","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Inline <a> without own background (must remain skipped)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0.5},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Styled <a> with good contrast (must not flag)","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Chip with good contrast (must not flag)","headingTop":0,"siblingTag":"a","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":20,"g":20,"b":25,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":999,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Sub-9px decorative chip (below the font floor, must not flag)","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":20,"g":20,"b":25,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":2,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"background: none resets an earlier background-color","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":182,"g":50,"b":45,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Gradient-clipped text (issue #409 Case A — must not flag contrast)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":28,"g":30,"b":38,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Gradient Clipped Heading Text","headingTop":0,"siblingTag":"h3","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Faint accent-glow gradient (issue #409 Case B — must not flag contrast)","headingTop":0,"siblingTag":"h1","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"color-mix gradient stop: nested ingredient is not a surface","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":15,"g":15,"b":17,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"currentcolor surface with good contrast","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":15,"g":15,"b":17,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"currentcolor surface with unresolvable token (must abstain)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":null,"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Emoji on light backgrounds","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":null,"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Blockquotes","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Sidebar Navigation (Active State)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Form Validation","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Timeline","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Code Diff Highlighting","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Tab Navigation","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Data Table","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Alert Banner","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"1. Overused Font","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"2. Single Font","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"3. Flat Type Hierarchy","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"A Subheading","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Tight Leading","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Tiny Body Text","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"All-Caps Body","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Wide Tracking","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Justified Text","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Overused Font","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Two Font Families","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Strong Size Hierarchy","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Strategy","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Prototype","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Launch","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Measure","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Alpha ships first","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Beta earns trust","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Delta closes the loop","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Epsilon reads large","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Zeta stays plain","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Eta walks steps","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Theta counts casually","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Iota lives in a list","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Kappa lives in a list too","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Lambda sits in a card","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Mu tracks progress","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Lightning Fast","headingTop":0,"siblingTag":"div","siblingWidth":80,"siblingHeight":80,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)","siblingBorderWidth":0,"siblingBorderRadius":20,"hasIconChild":true,"iconChildWidth":40}],"result":[{"id":"icon-tile-stack","snippet":"80x80px icon tile above h3 \"Lightning Fast\""}]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Secure Storage","headingTop":0,"siblingTag":"div","siblingWidth":64,"siblingHeight":64,"siblingBottom":0,"siblingBgColor":{"r":59,"g":130,"b":246,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":16,"hasIconChild":true,"iconChildWidth":32}],"result":[{"id":"icon-tile-stack","snippet":"64x64px icon tile above h3 \"Secure Storage\""}]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Easy Setup","headingTop":0,"siblingTag":"div","siblingWidth":72,"siblingHeight":72,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":18,"hasIconChild":true,"iconChildWidth":36}],"result":[{"id":"icon-tile-stack","snippet":"72x72px icon tile above h3 \"Easy Setup\""}]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Powerful Analytics","headingTop":0,"siblingTag":"div","siblingWidth":96,"siblingHeight":96,"siblingBottom":0,"siblingBgColor":{"r":241,"g":245,"b":249,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":24,"hasIconChild":true,"iconChildWidth":48}],"result":[{"id":"icon-tile-stack","snippet":"96x96px icon tile above h3 \"Powerful Analytics\""}]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Emoji Inline Icon","headingTop":0,"siblingTag":"div","siblingWidth":48,"siblingHeight":48,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"linear-gradient(135deg,#8b5cf6,#a855f7)","siblingBorderWidth":0,"siblingBorderRadius":12,"hasIconChild":true,"iconChildWidth":0}],"result":[{"id":"icon-tile-stack","snippet":"48x48px icon tile above h3 \"Emoji Inline Icon\""}]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Sarah Chen","headingTop":0,"siblingTag":"div","siblingWidth":64,"siblingHeight":64,"siblingBottom":0,"siblingBgColor":{"r":245,"g":158,"b":11,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":32,"hasIconChild":true,"iconChildWidth":32}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Article Headline","headingTop":0,"siblingTag":"div","siblingWidth":200,"siblingHeight":112,"siblingBottom":0,"siblingBgColor":{"r":203,"g":213,"b":225,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Tiny Icon Above Me","headingTop":0,"siblingTag":"div","siblingWidth":24,"siblingHeight":24,"siblingBottom":0,"siblingBgColor":{"r":147,"g":197,"b":253,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":6,"hasIconChild":true,"iconChildWidth":16}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Huge Hero Image","headingTop":0,"siblingTag":"div","siblingWidth":200,"siblingHeight":200,"siblingBottom":0,"siblingBgColor":{"r":203,"g":213,"b":225,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":16,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Line length too long","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Tight line height","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Tiny body text","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Justified text without hyphens","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"All-caps body text","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Wide letter spacing on body text","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Skipped heading levels","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Top heading","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Skips straight to h3","headingTop":0,"siblingTag":"h1","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Comfortable line length","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Comfortable line height","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Comfortable body text size","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Justified text with hyphens","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Short label in all-caps","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Wide tracking on a short uppercase label","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Proper heading hierarchy","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Second level","headingTop":0,"siblingTag":"h1","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Third level","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Small mockup metadata","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Nested cards (cardocalypse)","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"shadcn Card sub-components (not nested cards)","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Card with form inputs","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Card with code block","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Card with badges","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Card with image","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h4","headingText":"Project Preview","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Pricing cards (intentionally similar)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Eyebrow Above Hero","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Span Eyebrow Above Hero","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Pill Chip Above Hero","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":241,"g":245,"b":249,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":999,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Already Uppercase Text","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Long Uppercase Sentence Above Hero","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Eyebrow With Normal Tracking","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Uppercase Caption Far From Hero","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Heading Above Heading","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Body-Sized Heading Below Eyebrow","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Application Panel Heading","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"A Single Kicker Still Flags\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Standard Tracking Kicker\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"\"Kicker Above An H3\"","headingTop":0,"siblingTag":"p","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h4","headingText":"\"Kicker Above An H4\"","headingTop":0,"siblingTag":"div","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"\"Sub Hero Heading\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Small Caps Kicker\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Breadcrumb Before Heading\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Breadcrumb Trail Outside Nav\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Dateline Above Headline\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"\"Editorial Card Meta\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Form Heading Is Separate\"","headingTop":0,"siblingTag":"input","siblingWidth":220,"siblingHeight":40,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"\"Figure Caption Label\"","headingTop":0,"siblingTag":"figcaption","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Limitation Of Liability\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Indemnification Clause\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Chapter Numbering Passes\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Application Panel Context\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"\"Page Title After Nav\"","headingTop":0,"siblingTag":"nav","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":1,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Sentence Case Lead In\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Untracked Caps Label\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Intentional Brand Label\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"\"Hero Owned By Hero Rule\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"\"Garden Suite\"","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"\"Sea Loft\"","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"\"Step Indicator\"","headingTop":0,"siblingTag":"span","siblingWidth":240,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"\"Mockup Hero Variant One\"","headingTop":0,"siblingTag":"span","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Bounce / elastic easing","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Layout property transitions","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Good easing","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Safe transitions (transform / opacity / color only)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":8,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"CSS colored glows on dark background","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Inline-style glow (regex path)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":17,"g":24,"b":39,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":12,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Modern color formats, var() refs, text-shadow","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":17,"g":24,"b":39,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":12,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Zero-offset halo on LIGHT background","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":17,"g":24,"b":39,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":12,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Zero-offset halo on unreadable (image) surface","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Colored glow under an opaque gradient over an image (browser)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"url(/fixtures/antipatterns/missing-photo.png)","siblingBorderWidth":0,"siblingBorderRadius":12,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Light page + colored shadow","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Dark cards with neutral shadows","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Medium-gray background (not dark enough)","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":17,"g":24,"b":39,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":12,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Colored drop shadow / neutral halo on light background","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":107,"g":114,"b":128,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Offset chromatic shadow on unreadable (image) surface","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":255,"g":255,"b":255,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":10,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Offset chromatic shadow under a translucent gradient over an image","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"url(/fixtures/antipatterns/missing-photo.png)","siblingBorderWidth":0,"siblingBorderRadius":12,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Neutral text-shadow on dark card","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(/fixtures/antipatterns/missing-photo.png)","siblingBorderWidth":0,"siblingBorderRadius":12,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Light elevated cards","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":17,"g":24,"b":39,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":12,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Border + zero side-padding","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"All sides flush against a border","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Background color, zero padding","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Outline (not border), zero padding","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Left-side flush, other sides fine","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"No boundary at all","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Top-only border, no side borders","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Bordered card with proper inset","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Background card with proper inset","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Outline with proper inset","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Image-only container, no text","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Child margins provide the inset","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Inner shell provides the inset","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Same background as parent","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Full-bleed marquee shell","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h3","headingText":"Inner text surface","headingTop":0,"siblingTag":"div","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Everything your whole team needs to launch quickly and finally rest at night","headingTop":0,"siblingTag":"h1","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Ship faster","headingTop":0,"siblingTag":"h1","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"A perfectly ordinary headline that is reasonably long but set at a sane, readable size","headingTop":0,"siblingTag":"h1","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Tracking crushed heading variant text","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Detector","headingTop":0,"siblingTag":"h1","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"What the rule catches","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Pulsing dots","headingTop":0,"siblingTag":"p","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Side stripes","headingTop":0,"siblingTag":"pre","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":241,"g":239,"b":233,"a":1},"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Inline gradient heading","headingTop":0,"siblingTag":"h1","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"linear-gradient(135deg,#7c3aed,#a855f7)","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h2","headingText":"Tailwind gradient heading","headingTop":0,"siblingTag":"h2","siblingWidth":0,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":{"r":0,"g":0,"b":0,"a":0},"siblingBgImage":"linear-gradient(90deg, #667eea, #764ba2)","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
{"args":[{"headingTag":"h1","headingText":"Should pass","headingTop":0,"siblingTag":"section","siblingWidth":640,"siblingHeight":0,"siblingBottom":0,"siblingBgColor":null,"siblingBgImage":"none","siblingBorderWidth":0,"siblingBorderRadius":0,"hasIconChild":false,"iconChildWidth":0}],"result":[]}
|
||||
|
||||
@@ -175,139 +175,3 @@
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":16,"headingText":"Should pass"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":13,"headingText":"Should flag after pixel sampling"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":13,"headingText":"Should pass after pixel sampling"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":32,"headingText":"Anti-Patterns: Should Flag"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":14,"headingText":"Tailwind Side-Tab"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":14,"headingText":"CSS Side-Tab"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":14,"headingText":"Top/Bottom + Rounded"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":14,"headingText":"Dark Mode"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":24,"headingText":"Clean Patterns: Should Pass"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Clean Cards"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Below Threshold (Thin, No Radius)"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Dark Mode (Clean)"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":34,"headingText":"Border side-tab detector cases"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":13,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":13,"headingText":"Should pass"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":34,"headingText":"Linked Stylesheet Anti-Patterns"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":14,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":32,"headingText":"Welcome to Our Platform"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":24,"headingText":"Purple heading text"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":14,"headingText":"Should pass"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":40,"headingText":"Gradient Clipped Heading Text"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":48,"headingText":"Light display text on the lacquer gradient"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":24,"headingText":"Legitimate Border Patterns"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Blockquotes"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Sidebar Navigation (Active State)"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Form Validation"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Timeline"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Code Diff Highlighting"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Tab Navigation"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Data Table"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Alert Banner"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":18,"headingText":"Typography Anti-Patterns"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":16,"headingText":"1. Overused Font"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":16,"headingText":"2. Single Font"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":16,"headingText":"3. Flat Type Hierarchy"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":16,"headingText":"Tight Leading"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":16,"headingText":"Tiny Body Text"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":16,"headingText":"All-Caps Body"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":16,"headingText":"Wide Tracking"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":16,"headingText":"Justified Text"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":16,"headingText":"Overused Font"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Newsreader\",Georgia,serif","fontSize":48,"headingText":"Good Typography"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Newsreader\",Georgia,serif","fontSize":30,"headingText":"Two Font Families"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Newsreader\",Georgia,serif","fontSize":32,"headingText":"Two Font Families"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Strategy"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Prototype"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Launch"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Measure"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Should pass"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Readable date"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Statistic cards"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"CSS generated content"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Inline SVG coordinates"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"Script constants"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":28,"headingText":"Alpha ships first"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":28,"headingText":"Beta earns trust"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":28,"headingText":"Gamma holds the line"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":28,"headingText":"Delta closes the loop"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":28,"headingText":"Epsilon reads large"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":28,"headingText":"Zeta stays plain"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":28,"headingText":"Eta walks steps"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":28,"headingText":"Theta counts casually"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":22,"headingText":"Museumplein departure"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":22,"headingText":"Evening show"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":22,"headingText":"Deploy history"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":22,"headingText":"Departures"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":22,"headingText":"Sections"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":22,"headingText":"Toggles"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":22,"headingText":"Scores"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":22,"headingText":"Availability"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":22,"headingText":"Corner case"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":16,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":16,"headingText":"Should pass"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":20,"headingText":"Top heading"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":18,"headingText":"Second level"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"italic","fontFamily":"\"Fraunces\",Georgia,serif","fontSize":88,"headingText":"Fraunces 88px italic"}],"result":[{"id":"italic-serif-display","snippet":"italic serif h1 (fraunces) at 88px \"Fraunces 88px italic\""}]}
|
||||
{"args":[{"tag":"h1","fontStyle":"italic","fontFamily":"\"Recoleta\",serif","fontSize":64,"headingText":"Recoleta 64px italic"}],"result":[{"id":"italic-serif-display","snippet":"italic serif h1 (recoleta) at 64px \"Recoleta 64px italic\""}]}
|
||||
{"args":[{"tag":"h1","fontStyle":"italic","fontFamily":"\"Playfair Display\",serif","fontSize":72,"headingText":"Playfair 72px italic"}],"result":[{"id":"italic-serif-display","snippet":"italic serif h1 (playfair display) at 72px \"Playfair 72px italic\""}]}
|
||||
{"args":[{"tag":"h1","fontStyle":"italic","fontFamily":"\"CustomSerifFace\",serif","fontSize":56,"headingText":"Unknown Serif Generic Fallback"}],"result":[{"id":"italic-serif-display","snippet":"italic serif h1 (customserifface) at 56px \"Unknown Serif Generic Fallback\""}]}
|
||||
{"args":[{"tag":"h1","fontStyle":"italic","fontFamily":"\"Karla\",sans-serif","fontSize":64,"headingText":"Sans Italic Display"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Fraunces\",Georgia,serif","fontSize":88,"headingText":"Roman Serif Display"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":72,"headingText":"Inline Em Inside Roman"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"italic","fontFamily":"\"Fraunces\",Georgia,serif","fontSize":32,"headingText":"Italic Serif at 32px"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":64,"headingText":"h1 Sans-Serif Roman"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":88,"headingText":"Eyebrow Above Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":88,"headingText":"Span Eyebrow Above Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":88,"headingText":"Pill Chip Above Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":88,"headingText":"Already Uppercase Text"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":88,"headingText":"Long Uppercase Sentence Above Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":88,"headingText":"Eyebrow With Normal Tracking"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":88,"headingText":"Uppercase Caption Far From Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":64,"headingText":"Hero With No Eyebrow"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":14,"headingText":"SECTION HEADING"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":88,"headingText":"Heading Above Heading"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":24,"headingText":"Body-Sized Heading Below Eyebrow"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"\"Inter\",sans-serif","fontSize":88,"headingText":"Application Panel Heading"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"A Single Kicker Still Flags\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Standard Tracking Kicker\""}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Sub Hero Heading\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Small Caps Kicker\""}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"Should pass"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Breadcrumb Before Heading\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Breadcrumb Trail Outside Nav\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Dateline Above Headline\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Form Heading Is Separate\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Limitation Of Liability\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Indemnification Clause\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Chapter Numbering Passes\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Application Panel Context\""}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Page Title After Nav\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Sentence Case Lead In\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Untracked Caps Label\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":32,"headingText":"\"Intentional Brand Label\""}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":64,"headingText":"\"Hero Owned By Hero Rule\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Arial,sans-serif","fontSize":24,"headingText":"\"Mockup Hero Variant One\""}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":22,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"system-ui,sans-serif","fontSize":22,"headingText":"Should pass"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":96,"headingText":"A sweeping product headline that runs on far too long to sit at this size"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":80,"headingText":"Everything your whole team needs to launch quickly and finally rest at night"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":168,"headingText":"Bold."}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":120,"headingText":"Ship faster"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":40,"headingText":"A perfectly ordinary headline that is reasonably long but set at a sane, readable size"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":16,"headingText":"Tracking crushed heading variant text"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":72,"headingText":"Optical tighten display"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":40,"headingText":"A warm cream surface"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"A warm cream surface via Tailwind"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"","fontSize":16,"headingText":"A page whose em-dashes hide inside HTML entities"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,\"Iowan Old Style\",serif","fontSize":34,"headingText":"Changelog"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,\"Iowan Old Style\",serif","fontSize":20,"headingText":"Detector"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,\"Iowan Old Style\",serif","fontSize":20,"headingText":"What the rule catches"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,\"Iowan Old Style\",serif","fontSize":20,"headingText":"Pulsing dots"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,\"Iowan Old Style\",serif","fontSize":20,"headingText":"Side stripes"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":44,"headingText":"Ship Faster With Us"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":28,"headingText":"Inline gradient heading"}],"result":[]}
|
||||
{"args":[{"tag":"h2","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":16,"headingText":"Tailwind gradient heading"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":15,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontStyle":"normal","fontFamily":"Georgia,serif","fontSize":15,"headingText":"Should pass"}],"result":[]}
|
||||
|
||||
@@ -2,8 +2,3 @@
|
||||
{"args":[{"candidates":[{"headingTag":"h1","headingText":"Body-Sized Heading Below Eyebrow","kickerText":"SECTION KICKER"}]}],"result":[{"id":"kicker-above-heading","snippet":"kicker \"SECTION KICKER\" above h1 \"Body-Sized Heading Below Eyebrow\""}]}
|
||||
{"args":[{"candidates":[{"headingTag":"h2","headingText":"A Single Kicker Still Flags","kickerText":"Invitation protocol"},{"headingTag":"h2","headingText":"Standard Tracking Kicker","kickerText":"Output model"},{"headingTag":"h3","headingText":"Kicker Above An H3","kickerText":"Preview sequence"},{"headingTag":"h4","headingText":"Kicker Above An H4","kickerText":"Access window"},{"headingTag":"h1","headingText":"Sub Hero Heading","kickerText":"Platform notes"},{"headingTag":"h2","headingText":"Small Caps Kicker","kickerText":"materials briefing"},{"headingTag":"div","headingText":"Heading Role Kicker","kickerText":"Field studies"}]}],"result":[{"id":"kicker-above-heading","snippet":"kicker \"Invitation protocol\" above h2 \"A Single Kicker Still Flags\""},{"id":"kicker-above-heading","snippet":"kicker \"Output model\" above h2 \"Standard Tracking Kicker\""},{"id":"kicker-above-heading","snippet":"kicker \"Preview sequence\" above h3 \"Kicker Above An H3\""},{"id":"kicker-above-heading","snippet":"kicker \"Access window\" above h4 \"Kicker Above An H4\""},{"id":"kicker-above-heading","snippet":"kicker \"Platform notes\" above h1 \"Sub Hero Heading\""},{"id":"kicker-above-heading","snippet":"kicker \"materials briefing\" above h2 \"Small Caps Kicker\""},{"id":"kicker-above-heading","snippet":"kicker \"Field studies\" above div \"Heading Role Kicker\""}]}
|
||||
{"args":[{"candidates":[{"headingTag":"h1","headingText":"Trattoria da Nonna Lucia","kickerText":"Family Italian on the waterfront"}]}],"result":[{"id":"kicker-above-heading","snippet":"kicker \"Family Italian on the waterfront\" above h1 \"Trattoria da Nonna Lucia\""}]}
|
||||
{"args":[{"candidates":[]}],"result":[]}
|
||||
{"args":[{"candidates":[]}],"result":[]}
|
||||
{"args":[{"candidates":[]}],"result":[]}
|
||||
{"args":[{"candidates":[{"headingTag":"h1","headingText":"Body-Sized Heading Below Eyebrow","kickerText":"SECTION KICKER"}]}],"result":[{"id":"kicker-above-heading","snippet":"kicker \"SECTION KICKER\" above h1 \"Body-Sized Heading Below Eyebrow\""}]}
|
||||
{"args":[{"candidates":[{"headingTag":"h2","headingText":"A Single Kicker Still Flags","kickerText":"Invitation protocol"},{"headingTag":"h2","headingText":"Standard Tracking Kicker","kickerText":"Output model"},{"headingTag":"h3","headingText":"Kicker Above An H3","kickerText":"Preview sequence"},{"headingTag":"h4","headingText":"Kicker Above An H4","kickerText":"Access window"},{"headingTag":"h1","headingText":"Sub Hero Heading","kickerText":"Platform notes"},{"headingTag":"h2","headingText":"Small Caps Kicker","kickerText":"materials briefing"},{"headingTag":"div","headingText":"Heading Role Kicker","kickerText":"Field studies"}]}],"result":[{"id":"kicker-above-heading","snippet":"kicker \"Invitation protocol\" above h2 \"A Single Kicker Still Flags\""},{"id":"kicker-above-heading","snippet":"kicker \"Output model\" above h2 \"Standard Tracking Kicker\""},{"id":"kicker-above-heading","snippet":"kicker \"Preview sequence\" above h3 \"Kicker Above An H3\""},{"id":"kicker-above-heading","snippet":"kicker \"Access window\" above h4 \"Kicker Above An H4\""},{"id":"kicker-above-heading","snippet":"kicker \"Platform notes\" above h1 \"Sub Hero Heading\""},{"id":"kicker-above-heading","snippet":"kicker \"materials briefing\" above h2 \"Small Caps Kicker\""},{"id":"kicker-above-heading","snippet":"kicker \"Field studies\" above div \"Heading Role Kicker\""}]}
|
||||
|
||||
@@ -95,93 +95,4 @@
|
||||
{"args":[{"tag":"footer","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"sup","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"sub","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"html","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"head","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"style","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","transitionProperty":"","animationName":"blink","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"html","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"head","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"style","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"html","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"head","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"meta","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"title","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"script","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"style","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"body","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h1","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"p","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h2","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h3","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"span","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"section","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"link","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"a","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"button","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"pre","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"code","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"article","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"","animationName":"ticker-loop","timingFunctions":"linear","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"blockquote","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"nav","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"label","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"input","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"table","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"thead","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"tr","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"th","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"tbody","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"td","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"strong","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"form","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"aside","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"main","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"svg","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"path","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"ol","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"li","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"em","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"polyline","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"circle","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"line","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"footer","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"sup","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"sub","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"noscript","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"rect","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"text","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h4","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"h5","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"select","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"option","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"textarea","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"figure","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"figcaption","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"","animationName":"bounce-keyframe","timingFunctions":"","classList":""}],"result":[{"id":"bounce-easing","snippet":"animation: bounce-keyframe"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"transform","animationName":"","timingFunctions":"cubic-bezier(0.68,-0.55,0.265,1.55)","classList":""}],"result":[{"id":"bounce-easing","snippet":"cubic-bezier(0.68, -0.55, 0.265, 1.55)"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"width","animationName":"","timingFunctions":"ease","classList":""}],"result":[{"id":"layout-transition","snippet":"transition: width"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"height","animationName":"","timingFunctions":"ease-out","classList":""}],"result":[{"id":"layout-transition","snippet":"transition: height"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"padding","animationName":"","timingFunctions":"linear","classList":""}],"result":[{"id":"layout-transition","snippet":"transition: padding"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"margin","animationName":"","timingFunctions":"ease-in","classList":""}],"result":[{"id":"layout-transition","snippet":"transition: margin"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"max-height","animationName":"","timingFunctions":"ease","classList":""}],"result":[{"id":"layout-transition","snippet":"transition: max-height"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"width, height","animationName":"","timingFunctions":"ease, ease","classList":""}],"result":[{"id":"layout-transition","snippet":"transition: width, height"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"width, opacity","animationName":"","timingFunctions":"ease, ease","classList":""}],"result":[{"id":"layout-transition","snippet":"transition: width"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"width","animationName":"","timingFunctions":"","classList":""}],"result":[{"id":"layout-transition","snippet":"transition: width"}]}
|
||||
{"args":[{"tag":"div","transitionProperty":"","animationName":"fade-in-keyframe","timingFunctions":"cubic-bezier(0.16,1,0.3,1)","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"transform","animationName":"","timingFunctions":"cubic-bezier(0.25,1,0.5,1)","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"transform","animationName":"","timingFunctions":"cubic-bezier(0.16,1,0.3,1)","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"transform","animationName":"","timingFunctions":"ease-out","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"opacity","animationName":"","timingFunctions":"ease","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"color, background-color","animationName":"","timingFunctions":"ease, ease","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"box-shadow","animationName":"","timingFunctions":"ease","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"all","animationName":"","timingFunctions":"ease","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"div","transitionProperty":"transform, opacity, box-shadow","animationName":"","timingFunctions":"ease, ease, ease","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"ul","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"img","transitionProperty":"transform","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
{"args":[{"tag":"img","transitionProperty":"","animationName":"","timingFunctions":"","classList":""}],"result":[]}
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
{"args":[{"candidates":[]}],"result":[]}
|
||||
{"args":[{"candidates":[{"index":1,"labelText":"01","headingTag":"h2","headingText":"Alpha ships first"},{"index":2,"labelText":"02","headingTag":"h2","headingText":"Beta earns trust"},{"index":3,"labelText":"03","headingTag":"h2","headingText":"Gamma holds the line"},{"index":4,"labelText":"04 / ROLLOUT","headingTag":"h2","headingText":"Delta closes the loop"}]}],"result":[{"id":"numbered-section-labels","snippet":"tiny numbered label \"01\" beside h2 \"Alpha ships first\" (4 on page)"},{"id":"numbered-section-labels","snippet":"tiny numbered label \"02\" beside h2 \"Beta earns trust\" (4 on page)"},{"id":"numbered-section-labels","snippet":"tiny numbered label \"03\" beside h2 \"Gamma holds the line\" (4 on page)"},{"id":"numbered-section-labels","snippet":"tiny numbered label \"04 / ROLLOUT\" beside h2 \"Delta closes the loop\" (4 on page)"}]}
|
||||
{"args":[{"candidates":[]}],"result":[]}
|
||||
{"args":[{"candidates":[]}],"result":[]}
|
||||
{"args":[{"candidates":[]}],"result":[]}
|
||||
{"args":[{"candidates":[{"index":1,"labelText":"01","headingTag":"h2","headingText":"Alpha ships first"},{"index":2,"labelText":"02","headingTag":"h2","headingText":"Beta earns trust"},{"index":3,"labelText":"03","headingTag":"h2","headingText":"Gamma holds the line"},{"index":4,"labelText":"04 / ROLLOUT","headingTag":"h2","headingText":"Delta closes the loop"}]}],"result":[{"id":"numbered-section-labels","snippet":"tiny numbered label \"01\" beside h2 \"Alpha ships first\" (4 on page)"},{"id":"numbered-section-labels","snippet":"tiny numbered label \"02\" beside h2 \"Beta earns trust\" (4 on page)"},{"id":"numbered-section-labels","snippet":"tiny numbered label \"03\" beside h2 \"Gamma holds the line\" (4 on page)"},{"id":"numbered-section-labels","snippet":"tiny numbered label \"04 / ROLLOUT\" beside h2 \"Delta closes the loop\" (4 on page)"}]}
|
||||
|
||||
@@ -59,54 +59,3 @@
|
||||
{"args":[{"tag":"h1","fontSize":96,"headingText":"Trattoria da Nonna Lucia"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":18,"headingText":"Typography Anti-Patterns"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":48,"headingText":"Good Typography"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":32,"headingText":"Anti-Patterns: Should Flag"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":24,"headingText":"Clean Patterns: Should Pass"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":34,"headingText":"Border side-tab detector cases"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":34,"headingText":"Linked Stylesheet Anti-Patterns"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":32,"headingText":"Welcome to Our Platform"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":24,"headingText":"Purple heading text"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":40,"headingText":"Gradient Clipped Heading Text"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":48,"headingText":"Light display text on the lacquer gradient"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":24,"headingText":"Legitimate Border Patterns"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":18,"headingText":"Typography Anti-Patterns"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":48,"headingText":"Good Typography"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":16,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":16,"headingText":"Should pass"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":20,"headingText":"Top heading"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Fraunces 88px italic"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":64,"headingText":"Recoleta 64px italic"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":72,"headingText":"Playfair 72px italic"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":56,"headingText":"Unknown Serif Generic Fallback"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":64,"headingText":"Sans Italic Display"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Roman Serif Display"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":72,"headingText":"Inline Em Inside Roman"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":64,"headingText":"h1 Sans-Serif Roman"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Eyebrow Above Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Span Eyebrow Above Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Pill Chip Above Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Already Uppercase Text"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Long Uppercase Sentence Above Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Eyebrow With Normal Tracking"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Uppercase Caption Far From Hero"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":64,"headingText":"Hero With No Eyebrow"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Heading Above Heading"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":24,"headingText":"Body-Sized Heading Below Eyebrow"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":88,"headingText":"Application Panel Heading"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":32,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":32,"headingText":"\"Sub Hero Heading\""}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":32,"headingText":"Should pass"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":32,"headingText":"\"Page Title After Nav\""}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":64,"headingText":"\"Hero Owned By Hero Rule\""}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":96,"headingText":"A sweeping product headline that runs on far too long to sit at this size"}],"result":[{"id":"oversized-h1","snippet":"96px h1, 73 chars \"A sweeping product headline that runs on far too long to sit\""}]}
|
||||
{"args":[{"tag":"h1","fontSize":80,"headingText":"Everything your whole team needs to launch quickly and finally rest at night"}],"result":[{"id":"oversized-h1","snippet":"80px h1, 76 chars \"Everything your whole team needs to launch quickly and final\""}]}
|
||||
{"args":[{"tag":"h1","fontSize":168,"headingText":"Bold."}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":120,"headingText":"Ship faster"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":40,"headingText":"A perfectly ordinary headline that is reasonably long but set at a sane, readable size"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":72,"headingText":"Optical tighten display"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":40,"headingText":"A warm cream surface"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":16,"headingText":"A warm cream surface via Tailwind"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":16,"headingText":"A page whose em-dashes hide inside HTML entities"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":34,"headingText":"Changelog"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":44,"headingText":"Ship Faster With Us"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":15,"headingText":"Should flag"}],"result":[]}
|
||||
{"args":[{"tag":"h1","fontSize":15,"headingText":"Should pass"}],"result":[]}
|
||||
|
||||
@@ -11,16 +11,3 @@
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)","width":800,"height":520,"label":"Rich Radial Composition"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)","width":780,"height":500,"label":"Rich Transparent Composition"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,rgba(80,111,255,0.85),transparent)","width":800,"height":520,"label":"Opaque Center Glow"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)","width":360,"height":560,"label":"Hero Spotlight Blue"}],"result":[{"id":"radial-spotlight-glow","snippet":"radial-gradient spotlight glow \"Hero Spotlight Blue\" (#506fff a0.26 → transparent) on 360x560 surface"}]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)","width":900,"height":600,"label":"Section Glow Violet"}],"result":[{"id":"radial-spotlight-glow","snippet":"radial-gradient spotlight glow \"Section Glow Violet\" (#8b5cf6 a0.30 → transparent) on 900x600 surface"}]}
|
||||
{"args":[{"gradientValue":"radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)","width":760,"height":480,"label":"Overlay Glow Cyan"}],"result":[{"id":"radial-spotlight-glow","snippet":"radial-gradient spotlight glow \"Overlay Glow Cyan\" (#22d3ee a0.22 → transparent) on 760x480 surface"}]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)","width":640,"height":400,"label":"Two Stop Soft Glow"}],"result":[{"id":"radial-spotlight-glow","snippet":"radial-gradient spotlight glow \"Two Stop Soft Glow\" (#ff5a78 a0.28 → transparent) on 640x400 surface"}]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,#506fff3d,transparent 50%)","width":700,"height":460,"label":"Hex Alpha Glow"}],"result":[{"id":"radial-spotlight-glow","snippet":"radial-gradient spotlight glow \"Hex Alpha Glow\" (#506fff a0.24 → transparent) on 700x460 surface"}]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,#1e3a8a,#0f172a)","width":800,"height":520,"label":"Opaque Radial Background"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,rgba(80,111,255,0.30),transparent)","width":40,"height":40,"label":"Small Accent Badge"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)","width":72,"height":72,"label":"Avatar Glow Light"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)","width":800,"height":520,"label":"Neutral Vignette"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)","width":820,"height":540,"label":"White Vignette"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)","width":800,"height":520,"label":"Rich Radial Composition"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)","width":780,"height":500,"label":"Rich Transparent Composition"}],"result":[]}
|
||||
{"args":[{"gradientValue":"radial-gradient(circle,rgba(80,111,255,0.85),transparent)","width":800,"height":520,"label":"Opaque Center Glow"}],"result":[]}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -19,12 +19,3 @@
|
||||
{"args":["999px"],"result":999}
|
||||
{"args":["240px"],"result":240}
|
||||
{"args":["120px"],"result":120}
|
||||
{"args":["8px"],"result":8}
|
||||
{"args":["4px"],"result":4}
|
||||
{"args":[""],"result":null}
|
||||
{"args":["0"],"result":null}
|
||||
{"args":["3px"],"result":3}
|
||||
{"args":["100%"],"result":null}
|
||||
{"args":["24px"],"result":24}
|
||||
{"args":["1px"],"result":1}
|
||||
{"args":["12px"],"result":12}
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
{"args":["rgb(180, 83, 9)"],"result":true}
|
||||
{"args":["rgb(102, 102, 102)"],"result":false}
|
||||
{"args":["rgb(102, 102, 102)"],"result":false}
|
||||
{"args":["rgb(180, 83, 9)"],"result":true}
|
||||
|
||||
@@ -12,19 +12,3 @@
|
||||
{"args":[false,true,true,true],"result":true}
|
||||
{"args":[false,true,true,false],"result":true}
|
||||
{"args":[false,true,false,true],"result":true}
|
||||
{"args":[false,false,false,false],"result":false}
|
||||
{"args":[false,false,false,false],"result":false}
|
||||
{"args":[false,false,false,false],"result":false}
|
||||
{"args":[true,false,true,true],"result":true}
|
||||
{"args":[false,false,true,true],"result":false}
|
||||
{"args":[true,true,true,true],"result":true}
|
||||
{"args":[true,false,true,false],"result":true}
|
||||
{"args":[true,false,false,true],"result":true}
|
||||
{"args":[false,true,true,true],"result":true}
|
||||
{"args":[false,false,false,true],"result":false}
|
||||
{"args":[true,false,false,false],"result":false}
|
||||
{"args":[true,true,true,false],"result":true}
|
||||
{"args":[false,false,true,false],"result":false}
|
||||
{"args":[false,true,false,true],"result":true}
|
||||
{"args":[false,true,true,false],"result":true}
|
||||
{"args":[false,true,false,false],"result":false}
|
||||
|
||||
@@ -13,17 +13,3 @@
|
||||
{"args":[{"r":245,"g":245,"b":244,"a":1}],"result":false}
|
||||
{"args":[{"r":250,"g":248,"b":244,"a":1}],"result":true}
|
||||
{"args":[{"r":247,"g":243,"b":238,"a":1}],"result":true}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0}],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0}],"result":false}
|
||||
{"args":[{"r":249,"g":250,"b":251,"a":1}],"result":false}
|
||||
{"args":[{"r":248,"g":250,"b":252,"a":1}],"result":false}
|
||||
{"args":[{"r":250,"g":250,"b":250,"a":1}],"result":false}
|
||||
{"args":[{"r":250,"g":248,"b":244,"a":1}],"result":true}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0}],"result":false}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1}],"result":false}
|
||||
{"args":[{"r":245,"g":245,"b":244,"a":1}],"result":false}
|
||||
{"args":[{"r":11,"g":13,"b":19,"a":1}],"result":false}
|
||||
{"args":[{"r":246,"g":242,"b":236,"a":1}],"result":true}
|
||||
{"args":[{"r":245,"g":239,"b":226,"a":1}],"result":true}
|
||||
{"args":[{"r":255,"g":251,"b":235,"a":1}],"result":true}
|
||||
{"args":[{"r":253,"g":252,"b":249,"a":1}],"result":false}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -195,170 +195,3 @@
|
||||
{"args":[{"headingLevel":3,"headingText":"A Subheading","headingFontSize":15,"kickerTag":"p","kickerText":"This caption is barely distinguishable from body text.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":13,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Two Font Families","headingFontSize":32,"kickerTag":"p","kickerText":"This page uses distinctive fonts, proper pairing, and strong hierarchy.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Strong Size Hierarchy","headingFontSize":24,"kickerTag":"p","kickerText":"Newsreader (serif) for headings, Karla for body. Clear contrast in both structure and personality, and neither face has been adopted into the current AI-default monoculture.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Tailwind Side-Tab","headingFontSize":14,"kickerTag":"p","kickerText":"Every example on this page should be detected by the anti-pattern scanner.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"CSS Side-Tab","headingFontSize":14,"kickerTag":"div","kickerText":"border-l-4 + rounded-r The classic AI tell. border-r-4 + rounded-l Right side variant. border-e-8 + rounded-l Logical inline-end, extra thick.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Top/Bottom + Rounded","headingFontSize":14,"kickerTag":"div","kickerText":"border-left: 4px solid CSS shorthand. border-right: 5px solid CSS shorthand right. border-left-width: 3px CSS longhand. border-right-width: 6px CSS longhand right.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Dark Mode","headingFontSize":14,"kickerTag":"div","kickerText":"border-t-4 + rounded-lg Top accent on rounded card. border-b-4 + rounded-xl Bottom accent on rounded card. border-t-2 + rounded-md Even thin top border on rounded. CSS border-top + border-radius Top border from style block. CSS border-bottom + border-radius Bottom border from style block.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Clean Cards","headingFontSize":18,"kickerTag":"p","kickerText":"None of these should be flagged. They're all intentional, well-established web patterns.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"No border at all","headingFontSize":16,"kickerTag":"span","kickerText":"New","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Below Threshold (Thin, No Radius)","headingFontSize":18,"kickerTag":"div","kickerText":"Full border card Subtle 1px border all around. Clean and intentional. Top border, no radius A hairline top rule without rounded corners is a clean section divider. Bottom border, no radius Bottom accent without rounded corners is also clean. New No border at all Just a shadow. Simple and effective.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Dark Mode (Clean)","headingFontSize":18,"kickerTag":"div","kickerText":"border-left: 1px solid, no radius — not flagged border-right: 2px solid, no radius — not flagged 1px inline border-left, no radius — not flagged","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Pure black surfaces","headingFontSize":11,"kickerTag":"h2","kickerText":"Should flag","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Gray on color","headingFontSize":11,"kickerTag":"div","kickerText":"Pure #000 background","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Low contrast","headingFontSize":11,"kickerTag":"div","kickerText":"Gray text on green background","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Gradient text","headingFontSize":11,"kickerTag":"div","kickerText":"Welcome to Our Platform The best solution for modern teams and businesses","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Gradient Heading","headingFontSize":24,"kickerTag":"h3","kickerText":"Gradient text","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0.55}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"AI color palette","headingFontSize":11,"kickerTag":"h3","kickerText":"Gradient Heading","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":24,"kickerLetterSpacing":1.2000000000000002}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Purple heading text","headingFontSize":24,"kickerTag":"h3","kickerText":"AI color palette","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0.55}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Styled <a> and <button> with low contrast","headingFontSize":11,"kickerTag":"h1","kickerText":"Purple heading text","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":24,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Text-bearing chip with low contrast","headingFontSize":11,"kickerTag":"button","kickerText":"Submit","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Tailwind color anti-patterns","headingFontSize":11,"kickerTag":"span","kickerText":"SEV-2","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"text-purple-500 heading","headingFontSize":24,"kickerTag":"div","kickerText":"text-gray-400 on bg-blue-500 — gray on color","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"currentcolor surface via var() token","headingFontSize":11,"kickerTag":"div","kickerText":"Purple-to-indigo gradient","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Tinted neutrals","headingFontSize":11,"kickerTag":"h2","kickerText":"Should pass","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Pure white surface is acceptable","headingFontSize":11,"kickerTag":"div","kickerText":"Near-white bg, near-black text — good contrast, tinted","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Good contrast","headingFontSize":11,"kickerTag":"div","kickerText":"Pure #fff background with dark text — acceptable contrast","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Distinctive accents (not AI purple)","headingFontSize":11,"kickerTag":"div","kickerText":"Dark green text on green bg — same hue family","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Red heading — not AI purple","headingFontSize":20,"kickerTag":"h3","kickerText":"Distinctive accents (not AI purple)","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0.55}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Amber heading — distinctive","headingFontSize":20,"kickerTag":"h3","kickerText":"Red heading — not AI purple","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":20,"kickerLetterSpacing":1}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Background-image url() ancestor (not low contrast)","headingFontSize":11,"kickerTag":"h3","kickerText":"Amber heading — distinctive","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":20,"kickerLetterSpacing":1}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Tailwind opacity-modified bg-black (not pure black)","headingFontSize":11,"kickerTag":"div","kickerText":"White text on image background — should not flag low-contrast","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Inline <a> without own background (must remain skipped)","headingFontSize":11,"kickerTag":"div","kickerText":"bg-black/50 — 50% opacity, not pure black","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Styled <a> with good contrast (must not flag)","headingFontSize":11,"kickerTag":"p","kickerText":"Read more about this if you want to learn more about the topic.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Chip with good contrast (must not flag)","headingFontSize":11,"kickerTag":"a","kickerText":"High contrast pill","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Sub-9px decorative chip (below the font floor, must not flag)","headingFontSize":11,"kickerTag":"span","kickerText":"HEALTHY","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"background: none resets an earlier background-color","headingFontSize":11,"kickerTag":"span","kickerText":"tick","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":8,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Gradient-clipped text (issue #409 Case A — must not flag contrast)","headingFontSize":11,"kickerTag":"div","kickerText":"light text over the dark panel, not the light code surface","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Gradient Clipped Heading Text","headingFontSize":40,"kickerTag":"h3","kickerText":"Gradient-clipped text (issue #409 Case A — must not flag contrast)","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0.55}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Faint accent-glow gradient (issue #409 Case B — must not flag contrast)","headingFontSize":11,"kickerTag":"h1","kickerText":"Gradient Clipped Heading Text","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":40,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"color-mix gradient stop: nested ingredient is not a surface","headingFontSize":11,"kickerTag":"div","kickerText":"Light body copy on a faint accent glow that composites to near-black Muted secondary line on the same faint glow area here","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"currentcolor surface with good contrast","headingFontSize":11,"kickerTag":"div","kickerText":"Light copy on a faint mixed wash over a dark ground stays readable","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"currentcolor surface with unresolvable token (must abstain)","headingFontSize":11,"kickerTag":"div","kickerText":"Dark ink text on a bone currentcolor surface","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Emoji on light backgrounds","headingFontSize":11,"kickerTag":"div","kickerText":"Light text on an unknowable currentcolor surface","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Blockquotes","headingFontSize":18,"kickerTag":"p","kickerText":"Every border here is a well-established web pattern. None should be flagged.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Sidebar Navigation (Active State)","headingFontSize":18,"kickerTag":"div","kickerText":"\"Design is not just what it looks like and feels like. Design is how it works.\"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Form Validation","headingFontSize":18,"kickerTag":"div","kickerText":"Dashboard Projects Settings","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Timeline","headingFontSize":18,"kickerTag":"div","kickerText":"Email Please enter a valid email address.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Code Diff Highlighting","headingFontSize":18,"kickerTag":"div","kickerText":"Order placed March 15, 2026 Shipped March 16, 2026 Delivered Expected March 18","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Tab Navigation","headingFontSize":18,"kickerTag":"div","kickerText":"- const old = getValue(); + const value = getNewValue(); return value;","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Data Table","headingFontSize":18,"kickerTag":"div","kickerText":"Overview Analytics Settings","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Alert Banner","headingFontSize":18,"kickerTag":"div","kickerText":"Name Revenue Acme Corp$1.2M Globex$850K","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"1. Overused Font","headingFontSize":16,"kickerTag":"p","kickerText":"This page triggers three typography detections:","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"2. Single Font","headingFontSize":16,"kickerTag":"p","kickerText":"Inter is loaded from Google Fonts and set as the only font-family. It's the most common AI default.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"3. Flat Type Hierarchy","headingFontSize":16,"kickerTag":"p","kickerText":"There's no second font for headings or display text. Everything uses Inter — no typographic variety.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"A Subheading","headingFontSize":15,"kickerTag":"p","kickerText":"This caption is barely distinguishable from body text.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":13,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Two Font Families","headingFontSize":32,"kickerTag":"p","kickerText":"This page uses distinctive fonts, proper pairing, and strong hierarchy.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Strong Size Hierarchy","headingFontSize":24,"kickerTag":"p","kickerText":"Newsreader (serif) for headings, Karla for body. Clear contrast in both structure and personality, and neither face has been adopted into the current AI-default monoculture.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Alpha ships first","headingFontSize":28,"kickerTag":"span","kickerText":"01","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Beta earns trust","headingFontSize":28,"kickerTag":"span","kickerText":"02","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Delta closes the loop","headingFontSize":28,"kickerTag":"span","kickerText":"04 / ROLLOUT","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":2}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Epsilon reads large","headingFontSize":28,"kickerTag":"span","kickerText":"05","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Zeta stays plain","headingFontSize":28,"kickerTag":"span","kickerText":"12 · minute read","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Eta walks steps","headingFontSize":28,"kickerTag":"span","kickerText":"Step 6","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Theta counts casually","headingFontSize":28,"kickerTag":"span","kickerText":"7","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Lightning Fast","headingFontSize":18,"kickerTag":"div","kickerText":"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Secure Storage","headingFontSize":18,"kickerTag":"div","kickerText":"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Easy Setup","headingFontSize":18,"kickerTag":"div","kickerText":"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Powerful Analytics","headingFontSize":18,"kickerTag":"div","kickerText":"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Emoji Inline Icon","headingFontSize":18,"kickerTag":"div","kickerText":"⚡","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":24,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Sarah Chen","headingFontSize":18,"kickerTag":"div","kickerText":"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Article Headline","headingFontSize":18,"kickerTag":"div","kickerText":"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Tiny Icon Above Me","headingFontSize":18,"kickerTag":"div","kickerText":"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Huge Hero Image","headingFontSize":18,"kickerTag":"div","kickerText":"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Line length too long","headingFontSize":11,"kickerTag":"h2","kickerText":"Should flag","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Tight line height","headingFontSize":11,"kickerTag":"div","kickerText":"no max-width on a paragraph This paragraph has no max-width constraint at all, which means on a wide monitor or ultrawide display, each line of text can stretch to 150 or even 200 characters wide. Research consistently shows that line lengths beyond 75 characters significantly reduce reading speed and comprehension. The eye has to travel too far to find the beginning of the next line, causing readers to lose their place. A simple max-width of 65ch to 75ch on the paragraph or its container would fix this entirely.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Tiny body text","headingFontSize":11,"kickerTag":"div","kickerText":"line-height: 1.0 This paragraph has a line-height of 1.0, which means the lines are touching. Multi-line body text needs breathing room between lines for readability. A line-height of 1.5 to 1.7 is generally recommended for body text.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Justified text without hyphens","headingFontSize":11,"kickerTag":"div","kickerText":"10px body text This body text is only 10px. While this might be fine for a disclaimer or legal footnote, it's too small for primary content that users need to actually read. Aim for at least 14px for body content, 16px is ideal.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"All-caps body text","headingFontSize":11,"kickerTag":"div","kickerText":"text-align: justify, no hyphens: auto This paragraph uses text-align: justify, which forces each line to stretch to fill the full width. Without hyphenation support, this creates uneven gaps between words known as \"rivers of white space\" that flow vertically through the text. Left-aligned text is almost always more readable on the web.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Wide letter spacing on body text","headingFontSize":11,"kickerTag":"div","kickerText":"text-transform: uppercase on a long passage This entire paragraph is in uppercase via text-transform. While all-caps works for short labels, headings, or navigation items, longer body text in uppercase is significantly harder to read because we lose the word shape cues that come from ascenders and descenders in mixed-case text.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Skipped heading levels","headingFontSize":11,"kickerTag":"div","kickerText":"letter-spacing: 0.15em on body text This body text has letter-spacing: 0.15em applied to it. While subtle tracking adjustments can improve readability for headings or all-caps text, adding significant letter spacing to body text actually makes it harder to read by disrupting natural character groupings.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Top heading","headingFontSize":20,"kickerTag":"span","kickerText":"h1 → h3 (missing h2)","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Skips straight to h3","headingFontSize":16,"kickerTag":"h1","kickerText":"Top heading","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":20,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Comfortable line length","headingFontSize":11,"kickerTag":"h2","kickerText":"Should pass","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Comfortable line height","headingFontSize":11,"kickerTag":"div","kickerText":"max-width: 65ch on the paragraph This paragraph has a max-width of 65ch, keeping the line length comfortable for reading. The eye can easily track from the end of one line to the beginning of the next without losing its place.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Comfortable body text size","headingFontSize":11,"kickerTag":"div","kickerText":"line-height: 1.6 This paragraph has a line-height of 1.6, which gives multi-line text plenty of room to breathe and improves the rhythm of the page.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Justified text with hyphens","headingFontSize":11,"kickerTag":"div","kickerText":"16px body text This is 16px body text — the recommended baseline for comfortable reading on modern displays.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Short label in all-caps","headingFontSize":11,"kickerTag":"div","kickerText":"text-align: justify + hyphens: auto When justified text is paired with hyphens: auto, the browser can break long words across lines, eliminating the rivers of white space and making the justification look intentional rather than awkward.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Wide tracking on a short uppercase label","headingFontSize":11,"kickerTag":"div","kickerText":"short label, uppercase Featured","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Proper heading hierarchy","headingFontSize":11,"kickerTag":"div","kickerText":"letter-spacing on a short uppercase label Beta","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Top heading","headingFontSize":20,"kickerTag":"span","kickerText":"h1 → h2 → h3","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Second level","headingFontSize":18,"kickerTag":"h1","kickerText":"Top heading","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":20,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Third level","headingFontSize":16,"kickerTag":"h2","kickerText":"Second level","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":18,"kickerLetterSpacing":0.9}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Small mockup metadata","headingFontSize":11,"kickerTag":"div","kickerText":"h1 → h2 → h3 Top heading Second level Third level","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Nested cards (cardocalypse)","headingFontSize":11,"kickerTag":"h2","kickerText":"Should flag","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"shadcn Card sub-components (not nested cards)","headingFontSize":11,"kickerTag":"h2","kickerText":"Should pass","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Card with form inputs","headingFontSize":11,"kickerTag":"div","kickerText":"Card Title Card description goes here. CardContent — a sub-section, not a nested card. No shadow, no border-radius of its own. Action","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Card with code block","headingFontSize":11,"kickerTag":"div","kickerText":"Settings Select option","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Card with badges","headingFontSize":11,"kickerTag":"div","kickerText":"Installation npm install @acme/sdk","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Card with image","headingFontSize":11,"kickerTag":"div","kickerText":"Tags React TypeScript Tailwind","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":4,"headingText":"Project Preview","headingFontSize":16,"kickerTag":"div","kickerText":"","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Pricing cards (intentionally similar)","headingFontSize":11,"kickerTag":"div","kickerText":"Project Preview Image with rounded corners and shadow.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Eyebrow Above Hero","headingFontSize":88,"kickerTag":"div","kickerText":"AI-NATIVE WORKFLOWS","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":2.4}],"result":true}
|
||||
{"args":[{"headingLevel":1,"headingText":"Span Eyebrow Above Hero","headingFontSize":88,"kickerTag":"span","kickerText":"NEW IN 2026","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":2.56}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Pill Chip Above Hero","headingFontSize":88,"kickerTag":"span","kickerText":"FEATURED","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":2.24}],"result":true}
|
||||
{"args":[{"headingLevel":1,"headingText":"Already Uppercase Text","headingFontSize":88,"kickerTag":"span","kickerText":"NEW","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":11,"kickerLetterSpacing":2.88}],"result":true}
|
||||
{"args":[{"headingLevel":1,"headingText":"Long Uppercase Sentence Above Hero","headingFontSize":88,"kickerTag":"div","kickerText":"A VERY LONG UPPERCASE TABLE OF CONTENTS HEADER","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":2.24}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Eyebrow With Normal Tracking","headingFontSize":88,"kickerTag":"div","kickerText":"UPPERCASE LABEL","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Uppercase Caption Far From Hero","headingFontSize":88,"kickerTag":"p","kickerText":"Plain body text below the caption.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Heading Above Heading","headingFontSize":88,"kickerTag":"h2","kickerText":"SECTION HEADING","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":2.52}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Body-Sized Heading Below Eyebrow","headingFontSize":24,"kickerTag":"div","kickerText":"SECTION KICKER","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":2.4}],"result":true}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"A Single Kicker Still Flags\"","headingFontSize":32,"kickerTag":"span","kickerText":"Invitation protocol","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":true}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Standard Tracking Kicker\"","headingFontSize":32,"kickerTag":"span","kickerText":"Output model","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":0.96}],"result":true}
|
||||
{"args":[{"headingLevel":3,"headingText":"\"Kicker Above An H3\"","headingFontSize":24,"kickerTag":"p","kickerText":"Preview sequence","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":true}
|
||||
{"args":[{"headingLevel":4,"headingText":"\"Kicker Above An H4\"","headingFontSize":20,"kickerTag":"div","kickerText":"Access window","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":true}
|
||||
{"args":[{"headingLevel":1,"headingText":"\"Sub Hero Heading\"","headingFontSize":32,"kickerTag":"span","kickerText":"Platform notes","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":true}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Small Caps Kicker\"","headingFontSize":32,"kickerTag":"span","kickerText":"materials briefing","kickerTextTransform":"none","kickerFontVariant":"small-caps ","kickerFontSize":12,"kickerLetterSpacing":1.44}],"result":true}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Heading Role Kicker\"","headingFontSize":28,"kickerTag":"div","kickerText":"Field studies","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":true}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Breadcrumb Trail Outside Nav\"","headingFontSize":32,"kickerTag":"span","kickerText":"Home / Journal / Archive","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Dateline Above Headline\"","headingFontSize":32,"kickerTag":"span","kickerText":"News · Jan 12, 2026","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Limitation Of Liability\"","headingFontSize":32,"kickerTag":"span","kickerText":"Section 4.2","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Indemnification Clause\"","headingFontSize":32,"kickerTag":"span","kickerText":"§ 12.3","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Chapter Numbering Passes\"","headingFontSize":32,"kickerTag":"span","kickerText":"Chapter Four","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Sentence Case Lead In\"","headingFontSize":32,"kickerTag":"span","kickerText":"A quiet lead-in sentence","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":1.32}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"\"Untracked Caps Label\"","headingFontSize":32,"kickerTag":"span","kickerText":"New arrivals","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"\"Hero Owned By Hero Rule\"","headingFontSize":64,"kickerTag":"span","kickerText":"Platform overview","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":12,"kickerLetterSpacing":2}],"result":true}
|
||||
{"args":[{"headingLevel":3,"headingText":"Bounce / elastic easing","headingFontSize":11,"kickerTag":"h2","kickerText":"Should flag","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Layout property transitions","headingFontSize":11,"kickerTag":"div","kickerText":"Elastic cubic-bezier cubic-bezier(0.68, -0.55, 0.265, 1.55)","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Good easing","headingFontSize":11,"kickerTag":"h2","kickerText":"Should pass","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Safe transitions (transform / opacity / color only)","headingFontSize":11,"kickerTag":"div","kickerText":"Ease-out expo cubic-bezier(0.16, 1, 0.3, 1) — natural feel","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"CSS colored glows on dark background","headingFontSize":11,"kickerTag":"h2","kickerText":"Should flag","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Inline-style glow (regex path)","headingFontSize":11,"kickerTag":"div","kickerText":"Blue glow box-shadow: 0 0 20px rgba(59, 130, 246, 0.4) Purple glow box-shadow: 0 0 25px rgba(139, 92, 246, 0.35) Cyan glow box-shadow: 0 0 15px rgba(6, 182, 212, 0.5) Multi-shadow with colored glow Normal shadow + purple glow combined.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Modern color formats, var() refs, text-shadow","headingFontSize":11,"kickerTag":"div","kickerText":"Inline pink glow Inline style for regex detection path.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Zero-offset halo on LIGHT background","headingFontSize":11,"kickerTag":"div","kickerText":"OKLCH glow box-shadow: 0 0 18px oklch(0.72 0.15 195 / 0.5) Hex glow box-shadow: 0 0 16px #3b82f6 HSL glow box-shadow: 0 0 22px hsl(280, 80%, 60%) Glow via var() box-shadow: 0 0 10px var(--fixture-glow) Glowing text text-shadow: 0 0 12px #22d3ee on the heading.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Zero-offset halo on unreadable (image) surface","headingFontSize":11,"kickerTag":"div","kickerText":"Chromatic halo on light page box-shadow: 0 0 20px oklch(0.65 0.2 300 / 0.45)","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Colored glow under an opaque gradient over an image (browser)","headingFontSize":11,"kickerTag":"div","kickerText":"Halo over photo background box-shadow: 0 0 26px rgba(217, 70, 239, 0.5)","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Light page + colored shadow","headingFontSize":11,"kickerTag":"h2","kickerText":"Should pass","kickerTextTransform":"uppercase","kickerFontVariant":"normal ","kickerFontSize":14,"kickerLetterSpacing":0.7000000000000001}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Dark cards with neutral shadows","headingFontSize":11,"kickerTag":"div","kickerText":"Colored shadow on light background Not dark mode, colored shadow is fine.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Medium-gray background (not dark enough)","headingFontSize":11,"kickerTag":"div","kickerText":"Normal gray shadow on dark card Gray/black shadow is not a glow. Focus ring (spread, no blur) Functional ring, not decorative glow. Tiny blur (<5px) Too subtle to be \"glowing\". Small dark elevation Subtle shadow on dark card. Medium dark elevation Standard dark card shadow. Large dark elevation Prominent shadow on dark card. Inset shadow Inner shadow, not a glow. Multi-shadow dark card Layered gray shadows, no color glow.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Colored drop shadow / neutral halo on light background","headingFontSize":11,"kickerTag":"div","kickerText":"Not dark enough background Medium gray doesn't qualify as \"dark mode\".","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Offset chromatic shadow on unreadable (image) surface","headingFontSize":11,"kickerTag":"div","kickerText":"Soft neutral halo Achromatic zero-offset shadow is ambient elevation.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Offset chromatic shadow under a translucent gradient over an image","headingFontSize":11,"kickerTag":"div","kickerText":"Offset colored shadow over photo background Surface unknown, offset shadow — abstain, not flag.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Neutral text-shadow on dark card","headingFontSize":11,"kickerTag":"div","kickerText":"The wash blends with unknowable image pixels Surface unknown — abstain, never score the wash stops as dark.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Light elevated cards","headingFontSize":11,"kickerTag":"div","kickerText":"Offset neutral text-shadow Legibility aid, not a glow.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Border + zero side-padding","headingFontSize":13,"kickerTag":"h2","kickerText":"Should flag","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":22,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"All sides flush against a border","headingFontSize":13,"kickerTag":"div","kickerText":"section: full border, padding 28px 0 0; label and pills touch the left/right border lines. Supported dev servers Vite Next.js SvelteKit Astro","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Background color, zero padding","headingFontSize":13,"kickerTag":"div","kickerText":"card: 1px border on all sides, padding 0; heading and body touch every side. Card flush against the borders Body copy sits flush against every visible border line.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Outline (not border), zero padding","headingFontSize":13,"kickerTag":"div","kickerText":"no border, but a non-transparent bg; text flush against the bg's edge counts too. Title flush against the bg edge Body copy with zero padding around a colored fill.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Left-side flush, other sides fine","headingFontSize":13,"kickerTag":"div","kickerText":"outline draws outside the box; content at the box edge sits next to the outline. Title flush against the outline The outline counts as a visible boundary too.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"No boundary at all","headingFontSize":13,"kickerTag":"h2","kickerText":"Should pass","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":22,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Top-only border, no side borders","headingFontSize":13,"kickerTag":"div","kickerText":"no bg, no border, no outline; zero padding is fine. Supported dev servers Vite Next.js SvelteKit","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Bordered card with proper inset","headingFontSize":13,"kickerTag":"div","kickerText":"border-top only, padding-top 24px; no left/right border to be flush against. Supported dev servers Vite Next.js SvelteKit","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Background card with proper inset","headingFontSize":13,"kickerTag":"div","kickerText":"card: 1px border + padding 18px 20px; comfortable inset on every side. Card with proper inset Body copy sits comfortably away from the borders.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Outline with proper inset","headingFontSize":13,"kickerTag":"div","kickerText":"non-transparent bg + padding 14px 18px; content has room to breathe. Title with inset on bg Body copy is comfortably inset from the bg edge.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Image-only container, no text","headingFontSize":13,"kickerTag":"div","kickerText":"outline + padding 14px 18px; content is comfortably inside. Title with inset and outline Outline boundary with proper inset works.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Child margins provide the inset","headingFontSize":13,"kickerTag":"div","kickerText":"card: padding 0, border all sides; no text means nothing can be flush.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Inner shell provides the inset","headingFontSize":13,"kickerTag":"div","kickerText":"card: parent padding 0, but text children have margins that create visible inset. Title inset by child margin Body copy is not visually flush even though the parent has zero padding.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Same background as parent","headingFontSize":13,"kickerTag":"div","kickerText":"card: parent padding 0, but an inner shell is offset from every edge. Title inset by inner shell The direct child creates the breathing room.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Full-bleed marquee shell","headingFontSize":13,"kickerTag":"div","kickerText":"child padding 0, but it has the same background as the parent, so no child boundary is visible. Same-surface visual shell The text belongs to the parent surface, not to a distinct zero-padding card.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":3,"headingText":"Inner text surface","headingFontSize":13,"kickerTag":"div","kickerText":"marquee shell clips animated cards intentionally; the cards, not the shell, own text padding. Quote card with its own comfortable padding. Another moving card, also padded inside.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Everything your whole team needs to launch quickly and finally rest at night","headingFontSize":80,"kickerTag":"h1","kickerText":"A sweeping product headline that runs on far too long to sit at this size","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":96,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Ship faster","headingFontSize":120,"kickerTag":"h1","kickerText":"Bold.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":168,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"A perfectly ordinary headline that is reasonably long but set at a sane, readable size","headingFontSize":40,"kickerTag":"h1","kickerText":"Ship faster","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":120,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Tracking crushed heading variant text","headingFontSize":16,"kickerTag":"p","kickerText":"Tracking crushed pixels heading line","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":64,"kickerLetterSpacing":-4}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Detector","headingFontSize":20,"kickerTag":"h1","kickerText":"Changelog","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":34,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"What the rule catches","headingFontSize":20,"kickerTag":"p","kickerText":"gradients stop tripping the contrast rules when the glyph fill is transparent.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Pulsing dots","headingFontSize":20,"kickerTag":"p","kickerText":"The Tailwind form pairs bg-clip-text with bg-gradient-to-r on one element; the two utilities together are the tell.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":16,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Side stripes","headingFontSize":20,"kickerTag":"pre","kickerText":".status-dot { width: 8px; height: 8px; border-radius: 50%; animation: pulse 2s ease-in-out infinite; }","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":13,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Inline gradient heading","headingFontSize":28,"kickerTag":"h1","kickerText":"Ship Faster With Us","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":44,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":2,"headingText":"Tailwind gradient heading","headingFontSize":16,"kickerTag":"h2","kickerText":"Inline gradient heading","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":28,"kickerLetterSpacing":0}],"result":false}
|
||||
{"args":[{"headingLevel":1,"headingText":"Should pass","headingFontSize":15,"kickerTag":"section","kickerText":"Flag Pale On Currentcolor Panel: the ground is the panel's own bone text color, so the keyword must resolve rather than abstain.","kickerTextTransform":"none","kickerFontVariant":"normal ","kickerFontSize":15,"kickerLetterSpacing":0}],"result":false}
|
||||
|
||||
@@ -4,9 +4,3 @@
|
||||
{"args":[{"headingTag":"h2","headingText":"Delta closes the loop","headingFontSize":28,"labelTag":"span","labelIndex":4,"labelText":"04 / ROLLOUT","labelFontSize":12,"labelLetterSpacing":2,"labelFontWeight":"700","labelFontFamily":"monospace","labelTextTransform":"none","labelColor":"rgb(180, 83, 9)"}],"result":true}
|
||||
{"args":[{"headingTag":"h2","headingText":"Epsilon reads large","headingFontSize":28,"labelTag":"span","labelIndex":5,"labelText":"05","labelFontSize":16,"labelLetterSpacing":0,"labelFontWeight":"700","labelFontFamily":"monospace","labelTextTransform":"none","labelColor":"rgb(34, 34, 34)"}],"result":false}
|
||||
{"args":[{"headingTag":"h2","headingText":"Zeta stays plain","headingFontSize":28,"labelTag":"span","labelIndex":12,"labelText":"12 · minute read","labelFontSize":12,"labelLetterSpacing":0,"labelFontWeight":"400","labelFontFamily":"Georgia,serif","labelTextTransform":"none","labelColor":"rgb(102, 102, 102)"}],"result":false}
|
||||
{"args":[{"headingTag":"h2","headingText":"Alpha ships first","headingFontSize":28,"labelTag":"span","labelIndex":1,"labelText":"01","labelFontSize":11,"labelLetterSpacing":0,"labelFontWeight":"700","labelFontFamily":"monospace","labelTextTransform":"none","labelColor":"rgb(180, 83, 9)"}],"result":true}
|
||||
{"args":[{"headingTag":"h2","headingText":"Beta earns trust","headingFontSize":28,"labelTag":"span","labelIndex":2,"labelText":"02","labelFontSize":11,"labelLetterSpacing":0,"labelFontWeight":"700","labelFontFamily":"monospace","labelTextTransform":"none","labelColor":"rgb(180, 83, 9)"}],"result":true}
|
||||
{"args":[{"headingTag":"h2","headingText":"Gamma holds the line","headingFontSize":28,"labelTag":"span","labelIndex":3,"labelText":"03","labelFontSize":11,"labelLetterSpacing":0,"labelFontWeight":"700","labelFontFamily":"monospace","labelTextTransform":"none","labelColor":"rgb(180, 83, 9)"}],"result":true}
|
||||
{"args":[{"headingTag":"h2","headingText":"Delta closes the loop","headingFontSize":28,"labelTag":"span","labelIndex":4,"labelText":"04 / ROLLOUT","labelFontSize":12,"labelLetterSpacing":2,"labelFontWeight":"700","labelFontFamily":"monospace","labelTextTransform":"none","labelColor":"rgb(180, 83, 9)"}],"result":true}
|
||||
{"args":[{"headingTag":"h2","headingText":"Epsilon reads large","headingFontSize":28,"labelTag":"span","labelIndex":5,"labelText":"05","labelFontSize":16,"labelLetterSpacing":0,"labelFontWeight":"700","labelFontFamily":"monospace","labelTextTransform":"none","labelColor":"rgb(34, 34, 34)"}],"result":false}
|
||||
{"args":[{"headingTag":"h2","headingText":"Zeta stays plain","headingFontSize":28,"labelTag":"span","labelIndex":12,"labelText":"12 · minute read","labelFontSize":12,"labelLetterSpacing":0,"labelFontWeight":"400","labelFontFamily":"Georgia,serif","labelTextTransform":"none","labelColor":"rgb(102, 102, 102)"}],"result":false}
|
||||
|
||||
@@ -2,7 +2,3 @@
|
||||
{"args":["rgba(0,0,0,0)",null],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["var(--fixture-undefined-token)",null],"result":null}
|
||||
{"args":["none",null],"result":null}
|
||||
{"args":["rgba(0,0,0,0.03)",null],"result":{"r":0,"g":0,"b":0,"a":0.03}}
|
||||
{"args":["rgba(0,0,0,0)",null],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["var(--fixture-undefined-token)",null],"result":null}
|
||||
{"args":["none",null],"result":null}
|
||||
|
||||
@@ -284,251 +284,3 @@
|
||||
{"args":["Should flag Typography Anti-Patterns This side uses element-level typography failures that can be highlighted directly in the detector lab. Tight Leading This paragraph has a line-height that is too tight for body copy. The lines press into each other and make scanning harder, especially once the text wraps across multiple lines in a production layout. Tiny Body Text This body text is set at 10px, which is too small for real reading content and should be reserved for neither primary copy nor explanatory product text. All-Caps Body This entire paragraph is transformed to uppercase, which removes useful word shapes and makes longer body copy feel like a shout instead of a readable passage. Wide Tracking This paragraph spreads every letter apart, a treatment that belongs on short labels at most, not on body copy that people need to read comfortably. Justified Text This paragraph uses justified alignment without automatic hyphenation. In narrow columns it creates uneven word spacing and distracting rivers through the text block. Overused Font Inter is also the dominant face on this side of the page, so the browser page-level detector has enough real text elements to show the global overused-font banner."],"result":null}
|
||||
{"args":["Should flag Flag Nav Link Flag Category Flag Meta Row Flag Button Flag Table Cell Flag Caps Label Flag Footer Link"],"result":null}
|
||||
{"args":["Should flag after pixel sampling White text on light image should be sampled by pixel contrast. Dark text on dark image should be sampled by pixel contrast. Translucent white text on a pale pattern should use rendered pixels. Muted gray text on a misty image should be sampled by pixel contrast."],"result":null}
|
||||
{"args":["Every example on this page should be detected by the anti-pattern scanner."],"result":null}
|
||||
{"args":["border-l-4 + rounded-r The classic AI tell."],"result":null}
|
||||
{"args":["border-r-4 + rounded-l Right side variant."],"result":null}
|
||||
{"args":["border-l-4 + rounded-r The classic AI tell. border-r-4 + rounded-l Right side variant. border-e-8 + rounded-l Logical inline-end, extra thick."],"result":null}
|
||||
{"args":["border-left: 4px solid CSS shorthand."],"result":null}
|
||||
{"args":["border-right: 5px solid CSS shorthand right."],"result":null}
|
||||
{"args":["border-left-width: 3px CSS longhand."],"result":null}
|
||||
{"args":["border-left: 4px solid CSS shorthand. border-right: 5px solid CSS shorthand right. border-left-width: 3px CSS longhand. border-right-width: 6px CSS longhand right."],"result":null}
|
||||
{"args":["border-t-4 + rounded-lg Top accent on rounded card."],"result":null}
|
||||
{"args":["border-b-4 + rounded-xl Bottom accent on rounded card."],"result":null}
|
||||
{"args":["border-t-2 + rounded-md Even thin top border on rounded."],"result":null}
|
||||
{"args":["CSS border-top + border-radius Top border from style block."],"result":null}
|
||||
{"args":["border-t-4 + rounded-lg Top accent on rounded card. border-b-4 + rounded-xl Bottom accent on rounded card. border-t-2 + rounded-md Even thin top border on rounded. CSS border-top + border-radius Top border from style block. CSS border-bottom + border-radius Bottom border from style block."],"result":null}
|
||||
{"args":["Dark card + border-l-4 + rounded Dark background doesn't make the side-tab OK."],"result":null}
|
||||
{"args":["Dark card + border-t-2 + rounded Top accent on dark rounded card."],"result":null}
|
||||
{"args":["None of these should be flagged. They're all intentional, well-established web patterns."],"result":null}
|
||||
{"args":["Full border card Subtle 1px border all around. Clean and intentional."],"result":null}
|
||||
{"args":["Top border, no radius A hairline top rule without rounded corners is a clean section divider."],"result":null}
|
||||
{"args":["New"],"result":null}
|
||||
{"args":["Full border card Subtle 1px border all around. Clean and intentional. Top border, no radius A hairline top rule without rounded corners is a clean section divider. Bottom border, no radius Bottom accent without rounded corners is also clean. New No border at all Just a shadow. Simple and effective."],"result":null}
|
||||
{"args":["border-left: 1px solid, no radius — not flagged border-right: 2px solid, no radius — not flagged 1px inline border-left, no radius — not flagged"],"result":null}
|
||||
{"args":["Dark card, full border Uniform 1px border all around. Clean."],"result":null}
|
||||
{"args":["Dark section, bottom border, no radius Bottom accent without radius is fine."],"result":null}
|
||||
{"args":["Rounded card with colored left border Classic side tab: border-left is thick, colored, and paired with rounded corners."],"result":null}
|
||||
{"args":["Rounded card with colored right border The right-side version is the same visual trope mirrored."],"result":null}
|
||||
{"args":["Thick colored side border without radius A thick chromatic side stripe still reads as a tab even without rounded corners."],"result":null}
|
||||
{"args":["Rounded card with top accent border A heavy top accent on a rounded card is the horizontal variant of the same pattern."],"result":null}
|
||||
{"args":["Rounded card with bottom accent border The bottom accent is also a decorative stripe on a card surface."],"result":null}
|
||||
{"args":["Should flag Rounded card with colored left border Classic side tab: border-left is thick, colored, and paired with rounded corners. Rounded card with colored right border The right-side version is the same visual trope mirrored. Thick colored side border without radius A thick chromatic side stripe still reads as a tab even without rounded corners. Rounded card with top accent border A heavy top accent on a rounded card is the horizontal variant of the same pattern. Rounded card with bottom accent border The bottom accent is also a decorative stripe on a card surface. Dark card with bright side stripe Dark surfaces can hide the cliche, but the thick colored side stripe remains."],"result":null}
|
||||
{"args":["Uniform full border A quiet all-around border frames the card instead of creating a side tab."],"result":null}
|
||||
{"args":["Neutral structural side rule A gray structural rule can be a legitimate divider when it is not chromatic emphasis."],"result":null}
|
||||
{"args":["Thin colored side rule A 1px colored rule is below the decorative side-tab threshold."],"result":null}
|
||||
{"args":["Status toast with severity accent A live status region carries a colored side bar as a severity accent, not a decorative side tab."],"result":null}
|
||||
{"args":["Square top border A chromatic top stripe on a card is the horizontal variant of the side tab."],"result":null}
|
||||
{"args":["Selected tab underline An active-state underline inside a tablist is an affordance, not a stripe."],"result":null}
|
||||
{"args":["Thick color band A band well past stripe thickness is a compositional block, not an accent stripe."],"result":null}
|
||||
{"args":["External side-tab class border-left plus border-radius from a linked stylesheet."],"result":null}
|
||||
{"args":["Should flag External side-tab class border-left plus border-radius from a linked stylesheet. External top accent class border-top plus border-radius from a linked stylesheet."],"result":null}
|
||||
{"args":["External clean card Uniform 1px border from the linked stylesheet."],"result":null}
|
||||
{"args":["External neutral side rule Thick side border, but the color is structural gray."],"result":null}
|
||||
{"args":["Pure #000 background"],"result":null}
|
||||
{"args":["Gray text on green background"],"result":null}
|
||||
{"args":["Welcome to Our Platform The best solution for modern teams and businesses"],"result":null}
|
||||
{"args":["Submit"],"result":null}
|
||||
{"args":["SEV-2"],"result":null}
|
||||
{"args":["text-gray-400 on bg-blue-500 — gray on color"],"result":null}
|
||||
{"args":["Purple-to-indigo gradient"],"result":null}
|
||||
{"args":["Should flag Pure black surfaces Pure #000 background Gray on color Gray text on blue background Gray text on green background Low contrast Light gray text on white — very low contrast Dark gray text on near-black — low contrast Welcome to Our Platform The best solution for modern teams and businesses Gradient text Gradient Heading AI color palette Purple heading text Styled <a> and <button> with low contrast Get started Submit Text-bearing chip with low contrast SEV-2 Tailwind color anti-patterns bg-black — pure black bg text-gray-400 on bg-blue-500 — gray on color text-purple-500 heading Purple-to-indigo gradient currentcolor surface via var() token Faint warm gray on a bone currentcolor surface"],"result":null}
|
||||
{"args":["Near-white bg, near-black text — good contrast, tinted"],"result":null}
|
||||
{"args":["Pure #fff background with dark text — acceptable contrast"],"result":null}
|
||||
{"args":["Dark green text on green bg — same hue family"],"result":null}
|
||||
{"args":["White text on image background — should not flag low-contrast"],"result":null}
|
||||
{"args":["bg-black/50 — 50% opacity, not pure black"],"result":null}
|
||||
{"args":["Read more about this if you want to learn more about the topic."],"result":null}
|
||||
{"args":["High contrast pill"],"result":null}
|
||||
{"args":["HEALTHY"],"result":null}
|
||||
{"args":["tick"],"result":null}
|
||||
{"args":["light text over the dark panel, not the light code surface"],"result":null}
|
||||
{"args":["Light body copy on a faint accent glow that composites to near-black Muted secondary line on the same faint glow area here"],"result":null}
|
||||
{"args":["Light copy on a faint mixed wash over a dark ground stays readable"],"result":null}
|
||||
{"args":["Dark ink text on a bone currentcolor surface"],"result":null}
|
||||
{"args":["Light text on an unknowable currentcolor surface"],"result":null}
|
||||
{"args":["Every border here is a well-established web pattern. None should be flagged."],"result":null}
|
||||
{"args":["\"Design is not just what it looks like and feels like. Design is how it works.\""],"result":null}
|
||||
{"args":["Dashboard Projects Settings"],"result":null}
|
||||
{"args":["Email Please enter a valid email address."],"result":null}
|
||||
{"args":["Order placed March 15, 2026 Shipped March 16, 2026 Delivered Expected March 18"],"result":null}
|
||||
{"args":["- const old = getValue(); + const value = getNewValue(); return value;"],"result":null}
|
||||
{"args":["Overview Analytics Settings"],"result":null}
|
||||
{"args":["Name Revenue Acme Corp$1.2M Globex$850K"],"result":null}
|
||||
{"args":["oklch checklistoklch border-left 3px + radius"],"result":null}
|
||||
{"args":["oklch medication cardneutral all + colored left 4px"],"result":null}
|
||||
{"args":["oklch alertwarm border-left 4px + radius"],"result":null}
|
||||
{"args":["oklab cardoklab border-left 4px + radius"],"result":null}
|
||||
{"args":["lch cardlch border-left 4px + radius"],"result":null}
|
||||
{"args":["Card-shaped label with rgb side border"],"result":null}
|
||||
{"args":["var() shorthandborder-left 5px + var(--brand)"],"result":null}
|
||||
{"args":["var() mixedneutral all + colored var left"],"result":null}
|
||||
{"args":["Should flag oklch checklistoklch border-left 3px + radius oklch medication cardneutral all + colored left 4px oklch alertwarm border-left 4px + radius oklab cardoklab border-left 4px + radius lch cardlch border-left 4px + radius lab cardlab border-left 4px + radius Card-shaped label with oklch side border Card-shaped label with rgb side border var() shorthandborder-left 5px + var(--brand) var() mixedneutral all + colored var left var() right sideborder-right 4px + var(--terracotta) Card-shaped label with var() side border"],"result":null}
|
||||
{"args":["oklch neutralchroma 0 gray"],"result":null}
|
||||
{"args":["oklch near-neutralchroma 0.01"],"result":null}
|
||||
{"args":["oklch all sidesuniform border"],"result":null}
|
||||
{"args":["oklch thin1px too thin"],"result":null}
|
||||
{"args":["lab neutralchroma 0"],"result":null}
|
||||
{"args":["Label with 1px colored left border (too thin)"],"result":null}
|
||||
{"args":["var() neutral--line resolves to gray"],"result":null}
|
||||
{"args":["var() thin1px too thin to qualify"],"result":null}
|
||||
{"args":["var() all sidesuniform, not a side-tab"],"result":null}
|
||||
{"args":["named purpleborder-left 4px solid purple + radius"],"result":null}
|
||||
{"args":["rebeccapurpleborder-left 4px + radius"],"result":null}
|
||||
{"args":["crimson top stripeborder-top 4px, horizontal variant"],"result":null}
|
||||
{"args":["named tealborder-left 3px, no radius"],"result":null}
|
||||
{"args":["var() to namedborder-left 4px solid var(--accent)"],"result":null}
|
||||
{"args":["Should flag named purpleborder-left 4px solid purple + radius rebeccapurpleborder-left 4px + radius crimson top stripeborder-top 4px, horizontal variant named tealborder-left 3px, no radius var() to namedborder-left 4px solid var(--accent) inline named purplestyle attribute, issue #359 case (a); width 7px keeps the snippet unique"],"result":null}
|
||||
{"args":["dimgrayneutral named color"],"result":null}
|
||||
{"args":["gainsborolight neutral named color"],"result":null}
|
||||
{"args":["named blackneutral side border"],"result":null}
|
||||
{"args":["1px purpletoo thin to qualify"],"result":null}
|
||||
{"args":["This page triggers three typography detections:"],"result":null}
|
||||
{"args":["Inter is loaded from Google Fonts and set as the only font-family. It's the most common AI default."],"result":null}
|
||||
{"args":["There's no second font for headings or display text. Everything uses Inter — no typographic variety."],"result":null}
|
||||
{"args":["This caption is barely distinguishable from body text."],"result":null}
|
||||
{"args":["Should flag Typography Anti-Patterns This side uses element-level typography failures that can be highlighted directly in the detector lab. Tight Leading This paragraph has a line-height that is too tight for body copy. The lines press into each other and make scanning harder, especially once the text wraps across multiple lines in a production layout. Tiny Body Text This body text is set at 10px, which is too small for real reading content and should be reserved for neither primary copy nor explanatory product text. All-Caps Body This entire paragraph is transformed to uppercase, which removes useful word shapes and makes longer body copy feel like a shout instead of a readable passage. Wide Tracking This paragraph spreads every letter apart, a treatment that belongs on short labels at most, not on body copy that people need to read comfortably. Justified Text This paragraph uses justified alignment without automatic hyphenation. In narrow columns it creates uneven word spacing and distracting rivers through the text block. Overused Font Inter is also the dominant face on this side of the page, so the browser page-level detector has enough real text elements to show the global overused-font banner."],"result":null}
|
||||
{"args":["This page uses distinctive fonts, proper pairing, and strong hierarchy."],"result":null}
|
||||
{"args":["Newsreader (serif) for headings, Karla for body. Clear contrast in both structure and personality, and neither face has been adopted into the current AI-default monoculture."],"result":null}
|
||||
{"args":["Readable date Updated June 14, 2026."],"result":null}
|
||||
{"args":["Statistic cards Revenue grew 18%, margin reached 24%, and churn fell to 3%."],"result":null}
|
||||
{"args":["CSS generated content Generated numbers in CSS should not count as body copy."],"result":null}
|
||||
{"args":["Inline SVG coordinates"],"result":null}
|
||||
{"args":["01"],"result":{"index":1,"text":"01"}}
|
||||
{"args":["02"],"result":{"index":2,"text":"02"}}
|
||||
{"args":["03"],"result":{"index":3,"text":"03"}}
|
||||
{"args":["04 / ROLLOUT"],"result":{"index":4,"text":"04 / ROLLOUT"}}
|
||||
{"args":["05"],"result":{"index":5,"text":"05"}}
|
||||
{"args":["12 · minute read"],"result":{"index":12,"text":"12 · minute read"}}
|
||||
{"args":["Step 6"],"result":null}
|
||||
{"args":["7"],"result":null}
|
||||
{"args":["Museumplein departure Suspended Suspended This service is Suspended until further notice."],"result":null}
|
||||
{"args":["Evening show Unavailable Unavailable Unavailable Currently Unavailable at this venue."],"result":null}
|
||||
{"args":["Deploy history build 12Rolled back build 13Rolled back build 14Rolled back"],"result":null}
|
||||
{"args":["Departures On schedule On schedule On schedule"],"result":null}
|
||||
{"args":["Sections Overview page Overview page Overview page"],"result":null}
|
||||
{"args":["Toggles Off Off Off"],"result":null}
|
||||
{"args":["Standby mode"],"result":null}
|
||||
{"args":["Availability Open slot Open slot Open slot"],"result":null}
|
||||
{"args":[""],"result":null}
|
||||
{"args":["⚡"],"result":null}
|
||||
{"args":["Should flag Lightning Fast Built for speed and performance from the ground up. Secure Storage Enterprise-grade security for your peace of mind. Easy Setup Get started in minutes with zero configuration. Powerful Analytics Insights that drive smarter business decisions. ⚡ Emoji Inline Icon The tile contains an emoji directly, no SVG child."],"result":null}
|
||||
{"args":["Inline Side By Side Icon sits next to the heading, not above it."],"result":null}
|
||||
{"args":["Should flag Flag Nav Link Flag Category Flag Meta Row Flag Button Flag Table Cell Flag Caps Label Flag Footer Link"],"result":null}
|
||||
{"args":["no max-width on a paragraph This paragraph has no max-width constraint at all, which means on a wide monitor or ultrawide display, each line of text can stretch to 150 or even 200 characters wide. Research consistently shows that line lengths beyond 75 characters significantly reduce reading speed and comprehension. The eye has to travel too far to find the beginning of the next line, causing readers to lose their place. A simple max-width of 65ch to 75ch on the paragraph or its container would fix this entirely."],"result":null}
|
||||
{"args":["line-height: 1.0 This paragraph has a line-height of 1.0, which means the lines are touching. Multi-line body text needs breathing room between lines for readability. A line-height of 1.5 to 1.7 is generally recommended for body text."],"result":null}
|
||||
{"args":["10px body text This body text is only 10px. While this might be fine for a disclaimer or legal footnote, it's too small for primary content that users need to actually read. Aim for at least 14px for body content, 16px is ideal."],"result":null}
|
||||
{"args":["text-align: justify, no hyphens: auto This paragraph uses text-align: justify, which forces each line to stretch to fill the full width. Without hyphenation support, this creates uneven gaps between words known as \"rivers of white space\" that flow vertically through the text. Left-aligned text is almost always more readable on the web."],"result":null}
|
||||
{"args":["text-transform: uppercase on a long passage This entire paragraph is in uppercase via text-transform. While all-caps works for short labels, headings, or navigation items, longer body text in uppercase is significantly harder to read because we lose the word shape cues that come from ascenders and descenders in mixed-case text."],"result":null}
|
||||
{"args":["letter-spacing: 0.15em on body text This body text has letter-spacing: 0.15em applied to it. While subtle tracking adjustments can improve readability for headings or all-caps text, adding significant letter spacing to body text actually makes it harder to read by disrupting natural character groupings."],"result":null}
|
||||
{"args":["Should flag Line length too long no max-width on a paragraph This paragraph has no max-width constraint at all, which means on a wide monitor or ultrawide display, each line of text can stretch to 150 or even 200 characters wide. Research consistently shows that line lengths beyond 75 characters significantly reduce reading speed and comprehension. The eye has to travel too far to find the beginning of the next line, causing readers to lose their place. A simple max-width of 65ch to 75ch on the paragraph or its container would fix this entirely. Tight line height line-height: 1.0 This paragraph has a line-height of 1.0, which means the lines are touching. Multi-line body text needs breathing room between lines for readability. A line-height of 1.5 to 1.7 is generally recommended for body text. Tiny body text 10px body text This body text is only 10px. While this might be fine for a disclaimer or legal footnote, it's too small for primary content that users need to actually read. Aim for at least 14px for body content, 16px is ideal. Justified text without hyphens text-align: justify, no hyphens: auto This paragraph uses text-align: justify, which forces each line to stretch to fill the full width. Without hyphenation support, this creates uneven gaps between words known as \"rivers of white space\" that flow vertically through the text. Left-aligned text is almost always more readable on the web. All-caps body text text-transform: uppercase on a long passage This entire paragraph is in uppercase via text-transform. While all-caps works for short labels, headings, or navigation items, longer body text in uppercase is significantly harder to read because we lose the word shape cues that come from ascenders and descenders in mixed-case text. Wide letter spacing on body text letter-spacing: 0.15em on body text This body text has letter-spacing: 0.15em applied to it. While subtle tracking adjustments can improve readability for headings or all-caps text, adding significant letter spacing to body text actually makes it harder to read by disrupting natural character groupings. Skipped heading levels h1 → h3 (missing h2) Top heading Skips straight to h3"],"result":null}
|
||||
{"args":["max-width: 65ch on the paragraph This paragraph has a max-width of 65ch, keeping the line length comfortable for reading. The eye can easily track from the end of one line to the beginning of the next without losing its place."],"result":null}
|
||||
{"args":["line-height: 1.6 This paragraph has a line-height of 1.6, which gives multi-line text plenty of room to breathe and improves the rhythm of the page."],"result":null}
|
||||
{"args":["16px body text This is 16px body text — the recommended baseline for comfortable reading on modern displays."],"result":null}
|
||||
{"args":["text-align: justify + hyphens: auto When justified text is paired with hyphens: auto, the browser can break long words across lines, eliminating the rivers of white space and making the justification look intentional rather than awkward."],"result":null}
|
||||
{"args":["short label, uppercase Featured"],"result":null}
|
||||
{"args":["letter-spacing on a short uppercase label Beta"],"result":null}
|
||||
{"args":["h1 → h2 → h3 Top heading Second level Third level"],"result":null}
|
||||
{"args":["Outer Card Inner Card Card inside card."],"result":null}
|
||||
{"args":["Level 1 Level 2 Level 3 — nesting inception."],"result":null}
|
||||
{"args":["Outer (CSS) Inner card via CSS."],"result":null}
|
||||
{"args":["Should flag Nested cards (cardocalypse) Outer Card Inner Card Card inside card. Level 1 Level 2 Level 3 — nesting inception. Outer (CSS) Inner card via CSS. shadcn-style Outer Card Another shadcn Card nested inside."],"result":null}
|
||||
{"args":["Card Title Card description goes here. CardContent — a sub-section, not a nested card. No shadow, no border-radius of its own. Action"],"result":null}
|
||||
{"args":["Settings Select option"],"result":null}
|
||||
{"args":["Installation npm install @acme/sdk"],"result":null}
|
||||
{"args":["Tags React TypeScript Tailwind"],"result":null}
|
||||
{"args":["Project Preview Image with rounded corners and shadow."],"result":null}
|
||||
{"args":["Free $0"],"result":null}
|
||||
{"args":["Pro $29"],"result":null}
|
||||
{"args":["Should flag Fraunces 88px italic The Lumina hero pattern: oversized Fraunces italic display. Recoleta 64px italic Recoleta italic at 64px, generic serif fallback. Playfair 72px italic Playfair Display italic at hero scale. Unknown Serif Generic Fallback Primary font unknown to the detector, but the stack ends in generic serif."],"result":null}
|
||||
{"args":["Inline Em Inside Roman Roman h1 with an inline italic em — v1 deliberately does not flag this."],"result":null}
|
||||
{"args":["Should flag AI-NATIVE WORKFLOWS Eyebrow Above Hero Classic uppercase tracked div eyebrow above an 88px hero. NEW IN 2026 Span Eyebrow Above Hero Span variant with the same uppercase + tracking + small-size shape. FEATURED Pill Chip Above Hero Pill-shaped chip with background, border-radius, padding. NEW Already Uppercase Text Text typed uppercase, no text-transform, but matching tracking and size. A VERY LONG UPPERCASE TABLE OF CONTENTS HEADER Long Uppercase Sentence Above Hero 46-char uppercase tracked label — under the 60-char eyebrow ceiling, so it still reads as an oversized eyebrow."],"result":null}
|
||||
{"args":["Hero With No Eyebrow Bare h1 at 64px, nothing above it."],"result":null}
|
||||
{"args":["Invitation protocol"],"result":null}
|
||||
{"args":["Output model"],"result":null}
|
||||
{"args":["Preview sequence"],"result":null}
|
||||
{"args":["Access window"],"result":null}
|
||||
{"args":["materials briefing"],"result":null}
|
||||
{"args":["Home / Journal / Archive"],"result":null}
|
||||
{"args":["News · Jan 12, 2026"],"result":null}
|
||||
{"args":["Section 4.2"],"result":null}
|
||||
{"args":["§ 12.3"],"result":null}
|
||||
{"args":["Chapter Four"],"result":null}
|
||||
{"args":["Next from"],"result":null}
|
||||
{"args":["Home Docs \"Page Title After Nav\" A navigation landmark preceding the page title is chrome, not a kicker."],"result":null}
|
||||
{"args":["A quiet lead-in sentence"],"result":null}
|
||||
{"args":["New arrivals"],"result":null}
|
||||
{"args":["CSS bounce animation animation: bounce 1s infinite"],"result":null}
|
||||
{"args":["Elastic cubic-bezier cubic-bezier(0.68, -0.55, 0.265, 1.55)"],"result":null}
|
||||
{"args":["transition: width Animating width causes layout thrash."],"result":null}
|
||||
{"args":["transition: height Animating height causes layout thrash."],"result":null}
|
||||
{"args":["transition: padding Animating padding causes layout thrash."],"result":null}
|
||||
{"args":["transition: margin Animating margin causes layout thrash."],"result":null}
|
||||
{"args":["transition: max-height Use grid-template-rows instead."],"result":null}
|
||||
{"args":["transition: width, height Multiple layout properties."],"result":null}
|
||||
{"args":["transition: width, opacity Layout property mixed with OK property."],"result":null}
|
||||
{"args":["Should flag Bounce / elastic easing CSS bounce animation animation: bounce 1s infinite Elastic cubic-bezier cubic-bezier(0.68, -0.55, 0.265, 1.55) Layout property transitions transition: width Animating width causes layout thrash. transition: height Animating height causes layout thrash. transition: padding Animating padding causes layout thrash. transition: margin Animating margin causes layout thrash. transition: max-height Use grid-template-rows instead. transition: width, height Multiple layout properties. transition: width, opacity Layout property mixed with OK property. transition-property: width Longhand form."],"result":null}
|
||||
{"args":["Smooth fade in animation: fadeIn with exponential ease-out"],"result":null}
|
||||
{"args":["Ease-out quart cubic-bezier(0.25, 1, 0.5, 1) — smooth deceleration"],"result":null}
|
||||
{"args":["Ease-out expo cubic-bezier(0.16, 1, 0.3, 1) — natural feel"],"result":null}
|
||||
{"args":["transition: transform Transform is GPU-accelerated and safe."],"result":null}
|
||||
{"args":["transition: opacity Opacity is GPU-accelerated and safe."],"result":null}
|
||||
{"args":["transition: color, background-color Color transitions are paint-only, no layout."],"result":null}
|
||||
{"args":["transition: box-shadow Shadow transitions are paint-only."],"result":null}
|
||||
{"args":["transition: all Too common to flag — usually paired with transform/opacity."],"result":null}
|
||||
{"args":["Blue glow box-shadow: 0 0 20px rgba(59, 130, 246, 0.4)"],"result":null}
|
||||
{"args":["Purple glow box-shadow: 0 0 25px rgba(139, 92, 246, 0.35)"],"result":null}
|
||||
{"args":["Cyan glow box-shadow: 0 0 15px rgba(6, 182, 212, 0.5)"],"result":null}
|
||||
{"args":["Blue glow box-shadow: 0 0 20px rgba(59, 130, 246, 0.4) Purple glow box-shadow: 0 0 25px rgba(139, 92, 246, 0.35) Cyan glow box-shadow: 0 0 15px rgba(6, 182, 212, 0.5) Multi-shadow with colored glow Normal shadow + purple glow combined."],"result":null}
|
||||
{"args":["Inline pink glow Inline style for regex detection path."],"result":null}
|
||||
{"args":["OKLCH glow box-shadow: 0 0 18px oklch(0.72 0.15 195 / 0.5)"],"result":null}
|
||||
{"args":["Hex glow box-shadow: 0 0 16px #3b82f6"],"result":null}
|
||||
{"args":["HSL glow box-shadow: 0 0 22px hsl(280, 80%, 60%)"],"result":null}
|
||||
{"args":["Glow via var() box-shadow: 0 0 10px var(--fixture-glow)"],"result":null}
|
||||
{"args":["OKLCH glow box-shadow: 0 0 18px oklch(0.72 0.15 195 / 0.5) Hex glow box-shadow: 0 0 16px #3b82f6 HSL glow box-shadow: 0 0 22px hsl(280, 80%, 60%) Glow via var() box-shadow: 0 0 10px var(--fixture-glow) Glowing text text-shadow: 0 0 12px #22d3ee on the heading."],"result":null}
|
||||
{"args":["Chromatic halo on light page box-shadow: 0 0 20px oklch(0.65 0.2 300 / 0.45)"],"result":null}
|
||||
{"args":["Halo over photo background box-shadow: 0 0 26px rgba(217, 70, 239, 0.5)"],"result":null}
|
||||
{"args":["Should flag CSS colored glows on dark background Blue glow box-shadow: 0 0 20px rgba(59, 130, 246, 0.4) Purple glow box-shadow: 0 0 25px rgba(139, 92, 246, 0.35) Cyan glow box-shadow: 0 0 15px rgba(6, 182, 212, 0.5) Multi-shadow with colored glow Normal shadow + purple glow combined. Inline-style glow (regex path) Inline pink glow Inline style for regex detection path. Modern color formats, var() refs, text-shadow OKLCH glow box-shadow: 0 0 18px oklch(0.72 0.15 195 / 0.5) Hex glow box-shadow: 0 0 16px #3b82f6 HSL glow box-shadow: 0 0 22px hsl(280, 80%, 60%) Glow via var() box-shadow: 0 0 10px var(--fixture-glow) Glowing text text-shadow: 0 0 12px #22d3ee on the heading. Zero-offset halo on LIGHT background Chromatic halo on light page box-shadow: 0 0 20px oklch(0.65 0.2 300 / 0.45) Zero-offset halo on unreadable (image) surface Halo over photo background box-shadow: 0 0 26px rgba(217, 70, 239, 0.5) Colored glow under an opaque gradient over an image (browser) Opaque dark gradient covers the photo box-shadow: 0 6px 22px rgba(249, 115, 22, 0.5)"],"result":null}
|
||||
{"args":["Colored shadow on light background Not dark mode, colored shadow is fine."],"result":null}
|
||||
{"args":["Normal gray shadow on dark card Gray/black shadow is not a glow."],"result":null}
|
||||
{"args":["Focus ring (spread, no blur) Functional ring, not decorative glow."],"result":null}
|
||||
{"args":["Tiny blur (<5px) Too subtle to be \"glowing\"."],"result":null}
|
||||
{"args":["Small dark elevation Subtle shadow on dark card."],"result":null}
|
||||
{"args":["Medium dark elevation Standard dark card shadow."],"result":null}
|
||||
{"args":["Large dark elevation Prominent shadow on dark card."],"result":null}
|
||||
{"args":["Inset shadow Inner shadow, not a glow."],"result":null}
|
||||
{"args":["Normal gray shadow on dark card Gray/black shadow is not a glow. Focus ring (spread, no blur) Functional ring, not decorative glow. Tiny blur (<5px) Too subtle to be \"glowing\". Small dark elevation Subtle shadow on dark card. Medium dark elevation Standard dark card shadow. Large dark elevation Prominent shadow on dark card. Inset shadow Inner shadow, not a glow. Multi-shadow dark card Layered gray shadows, no color glow."],"result":null}
|
||||
{"args":["Not dark enough background Medium gray doesn't qualify as \"dark mode\"."],"result":null}
|
||||
{"args":["Offset colored drop shadow Real drop shadow with a color tint — not a halo."],"result":null}
|
||||
{"args":["Soft neutral halo Achromatic zero-offset shadow is ambient elevation."],"result":null}
|
||||
{"args":["Offset colored shadow over photo background Surface unknown, offset shadow — abstain, not flag."],"result":null}
|
||||
{"args":["The wash blends with unknowable image pixels Surface unknown — abstain, never score the wash stops as dark."],"result":null}
|
||||
{"args":["Offset neutral text-shadow Legibility aid, not a glow."],"result":null}
|
||||
{"args":["Small elevation (Tailwind shadow-sm) Standard subtle card shadow."],"result":null}
|
||||
{"args":["Medium elevation (Tailwind shadow-md) Standard card shadow."],"result":null}
|
||||
{"args":["section: full border, padding 28px 0 0; label and pills touch the left/right border lines. Supported dev servers Vite Next.js SvelteKit Astro"],"result":null}
|
||||
{"args":["card: 1px border on all sides, padding 0; heading and body touch every side."],"result":null}
|
||||
{"args":["card: 1px border on all sides, padding 0; heading and body touch every side. Card flush against the borders Body copy sits flush against every visible border line."],"result":null}
|
||||
{"args":["no border, but a non-transparent bg; text flush against the bg's edge counts too."],"result":null}
|
||||
{"args":["no border, but a non-transparent bg; text flush against the bg's edge counts too. Title flush against the bg edge Body copy with zero padding around a colored fill."],"result":null}
|
||||
{"args":["outline draws outside the box; content at the box edge sits next to the outline."],"result":null}
|
||||
{"args":["outline draws outside the box; content at the box edge sits next to the outline. Title flush against the outline The outline counts as a visible boundary too."],"result":null}
|
||||
{"args":["card: padding 12px 16px 12px 0; text touches the left border, other sides are inset."],"result":null}
|
||||
{"args":["Should flag Border + zero side-padding section: full border, padding 28px 0 0; label and pills touch the left/right border lines. Supported dev servers Vite Next.js SvelteKit Astro All sides flush against a border card: 1px border on all sides, padding 0; heading and body touch every side. Card flush against the borders Body copy sits flush against every visible border line. Background color, zero padding no border, but a non-transparent bg; text flush against the bg's edge counts too. Title flush against the bg edge Body copy with zero padding around a colored fill. Outline (not border), zero padding outline draws outside the box; content at the box edge sits next to the outline. Title flush against the outline The outline counts as a visible boundary too. Left-side flush, other sides fine card: padding 12px 16px 12px 0; text touches the left border, other sides are inset. Title flush only on the left Padding-left zero with a full border."],"result":null}
|
||||
{"args":["no bg, no border, no outline; zero padding is fine. Supported dev servers Vite Next.js SvelteKit"],"result":null}
|
||||
{"args":["border-top only, padding-top 24px; no left/right border to be flush against. Supported dev servers Vite Next.js SvelteKit"],"result":null}
|
||||
{"args":["card: 1px border + padding 18px 20px; comfortable inset on every side."],"result":null}
|
||||
{"args":["card: 1px border + padding 18px 20px; comfortable inset on every side. Card with proper inset Body copy sits comfortably away from the borders."],"result":null}
|
||||
{"args":["non-transparent bg + padding 14px 18px; content has room to breathe."],"result":null}
|
||||
{"args":["non-transparent bg + padding 14px 18px; content has room to breathe. Title with inset on bg Body copy is comfortably inset from the bg edge."],"result":null}
|
||||
{"args":["outline + padding 14px 18px; content is comfortably inside."],"result":null}
|
||||
{"args":["outline + padding 14px 18px; content is comfortably inside. Title with inset and outline Outline boundary with proper inset works."],"result":null}
|
||||
{"args":["card: padding 0, border all sides; no text means nothing can be flush."],"result":null}
|
||||
{"args":["card: parent padding 0, but text children have margins that create visible inset."],"result":null}
|
||||
{"args":["card: parent padding 0, but text children have margins that create visible inset. Title inset by child margin Body copy is not visually flush even though the parent has zero padding."],"result":null}
|
||||
{"args":["card: parent padding 0, but an inner shell is offset from every edge. Title inset by inner shell The direct child creates the breathing room."],"result":null}
|
||||
{"args":["child padding 0, but it has the same background as the parent, so no child boundary is visible. Same-surface visual shell The text belongs to the parent surface, not to a distinct zero-padding card."],"result":null}
|
||||
{"args":["marquee shell clips animated cards intentionally; the cards, not the shell, own text padding. Quote card with its own comfortable padding. Another moving card, also padded inside."],"result":null}
|
||||
{"args":["Tracking crushed pixels heading line"],"result":null}
|
||||
{"args":["gradients stop tripping the contrast rules when the glyph fill is transparent."],"result":null}
|
||||
{"args":["The Tailwind form pairs bg-clip-text with bg-gradient-to-r on one element; the two utilities together are the tell."],"result":null}
|
||||
{"args":[".status-dot { width: 8px; height: 8px; border-radius: 50%; animation: pulse 2s ease-in-out infinite; }"],"result":null}
|
||||
|
||||
@@ -78,64 +78,3 @@
|
||||
{"args":["0px",1],"result":0}
|
||||
{"args":["0px",120],"result":0}
|
||||
{"args":["0px",480],"result":0}
|
||||
{"args":["0px",0],"result":0}
|
||||
{"args":["50%",8],"result":4}
|
||||
{"args":["0px",0],"result":0}
|
||||
{"args":["0px",0],"result":0}
|
||||
{"args":["0.375rem",0],"result":0.375}
|
||||
{"args":["12px",0],"result":12}
|
||||
{"args":["0.5rem",0],"result":0.5}
|
||||
{"args":["9999px",0],"result":9999}
|
||||
{"args":["10px",0],"result":10}
|
||||
{"args":["0",0],"result":0}
|
||||
{"args":["8px",0],"result":8}
|
||||
{"args":["999px",0],"result":999}
|
||||
{"args":["2px",0],"result":2}
|
||||
{"args":["3px",0],"result":3}
|
||||
{"args":["0px",420],"result":0}
|
||||
{"args":["0px",640],"result":0}
|
||||
{"args":["0px",560],"result":0}
|
||||
{"args":["4px",480],"result":4}
|
||||
{"args":["0px",520],"result":0}
|
||||
{"args":["0px",460],"result":0}
|
||||
{"args":["8px",200],"result":8}
|
||||
{"args":["6px",100],"result":6}
|
||||
{"args":["50%",10],"result":5}
|
||||
{"args":["0px",100],"result":0}
|
||||
{"args":["4px",400],"result":4}
|
||||
{"args":["6px",400],"result":6}
|
||||
{"args":["8px",400],"result":8}
|
||||
{"args":["0px",400],"result":0}
|
||||
{"args":["18px",0],"result":18}
|
||||
{"args":["50%",0],"result":50}
|
||||
{"args":["32px",0],"result":32}
|
||||
{"args":["100px",0],"result":100}
|
||||
{"args":["10px",360],"result":10}
|
||||
{"args":["20px",80],"result":20}
|
||||
{"args":["16px",64],"result":16}
|
||||
{"args":["18px",72],"result":18}
|
||||
{"args":["24px",96],"result":24}
|
||||
{"args":["12px",48],"result":12}
|
||||
{"args":["50%",64],"result":32}
|
||||
{"args":["6px",24],"result":6}
|
||||
{"args":["16px",200],"result":16}
|
||||
{"args":["0px",360],"result":0}
|
||||
{"args":["0px",900],"result":0}
|
||||
{"args":["0px",760],"result":0}
|
||||
{"args":["0px",700],"result":0}
|
||||
{"args":["0px",800],"result":0}
|
||||
{"args":["0px",40],"result":0}
|
||||
{"args":["0px",72],"result":0}
|
||||
{"args":["0px",820],"result":0}
|
||||
{"args":["0px",780],"result":0}
|
||||
{"args":["0px",480],"result":0}
|
||||
{"args":["0px",120],"result":0}
|
||||
{"args":["0px",1],"result":0}
|
||||
{"args":["0px",240],"result":0}
|
||||
{"args":["0px",220],"result":0}
|
||||
{"args":["4px",0],"result":4}
|
||||
{"args":["6px",0],"result":6}
|
||||
{"args":["0px",200],"result":0}
|
||||
{"args":["0px",160],"result":0}
|
||||
{"args":["0px",180],"result":0}
|
||||
{"args":["0px",36],"result":0}
|
||||
|
||||
@@ -263,30 +263,13 @@
|
||||
{"args":["1.45",18],"result":26.099999999999998}
|
||||
{"args":["18.2px",13],"result":18.2}
|
||||
{"args":["26.099999999999998px",18],"result":26.099999999999998}
|
||||
{"args":["normal",16],"result":null}
|
||||
{"args":["normal",16],"result":null}
|
||||
{"args":["2.5rem",16],"result":40}
|
||||
{"args":["4rem",16],"result":64}
|
||||
{"args":["16px",16],"result":16}
|
||||
{"args":["0.875rem",16],"result":14}
|
||||
{"args":["4px",16],"result":4}
|
||||
{"args":["8px",16],"result":8}
|
||||
{"args":["80px",16],"result":80}
|
||||
{"args":["999px",16],"result":999}
|
||||
{"args":["12px",16],"result":12}
|
||||
{"args":["24px",16],"result":24}
|
||||
{"args":["100px",16],"result":100}
|
||||
{"args":["9999px",16],"result":9999}
|
||||
{"args":["18px",16],"result":18}
|
||||
{"args":["1rem",16],"result":16}
|
||||
{"args":["14px",16],"result":14}
|
||||
{"args":["12.5px",16],"result":12.5}
|
||||
{"args":["2rem",16],"result":32}
|
||||
{"args":["0.5625rem",16],"result":9}
|
||||
{"args":["1.5rem",16],"result":24}
|
||||
{"args":["9px",16],"result":9}
|
||||
{"args":["0.82rem",16],"result":13.12}
|
||||
{"args":["20px",16],"result":20}
|
||||
{"args":["3.4rem",16],"result":54.4}
|
||||
{"args":["5.6rem",16],"result":89.6}
|
||||
{"args":["54.4px",16],"result":54.4}
|
||||
@@ -297,230 +280,3 @@
|
||||
{"args":["1.8rem",16],"result":28.8}
|
||||
{"args":["6rem",16],"result":96}
|
||||
{"args":["1.4rem",16],"result":22.4}
|
||||
{"args":["1.125rem",16],"result":18}
|
||||
{"args":["10px",16],"result":10}
|
||||
{"args":["11px",16],"result":11}
|
||||
{"args":["4px",16],"result":4}
|
||||
{"args":["8px",16],"result":8}
|
||||
{"args":["32px",16],"result":32}
|
||||
{"args":["999px",16],"result":999}
|
||||
{"args":["2rem",16],"result":32}
|
||||
{"args":["0.875rem",16],"result":14}
|
||||
{"args":["0.08em",14],"result":1.12}
|
||||
{"args":["0.8125rem",16],"result":13}
|
||||
{"args":["normal",16],"result":null}
|
||||
{"args":["normal",32],"result":null}
|
||||
{"args":["normal",14],"result":null}
|
||||
{"args":["1.12px",14],"result":1.12}
|
||||
{"args":["1rem",16],"result":16}
|
||||
{"args":["0px",16],"result":0}
|
||||
{"args":["0.25rem",16],"result":4}
|
||||
{"args":["normal",13],"result":null}
|
||||
{"args":["14px",16],"result":14}
|
||||
{"args":["16px",16],"result":16}
|
||||
{"args":["1.5rem",16],"result":24}
|
||||
{"args":["1.125rem",16],"result":18}
|
||||
{"args":["0.75rem",16],"result":12}
|
||||
{"args":["normal",24],"result":null}
|
||||
{"args":["normal",18],"result":null}
|
||||
{"args":["0.125rem",16],"result":2}
|
||||
{"args":["0.5rem",16],"result":8}
|
||||
{"args":["normal",12],"result":null}
|
||||
{"args":["18px",16],"result":18}
|
||||
{"args":["12px",16],"result":12}
|
||||
{"args":["1.5",14],"result":21}
|
||||
{"args":["34px",14],"result":34}
|
||||
{"args":["1.05",34],"result":35.7}
|
||||
{"args":["13px",14],"result":13}
|
||||
{"args":["0.08em",13],"result":1.04}
|
||||
{"args":["15px",14],"result":15}
|
||||
{"args":["1.25",15],"result":18.75}
|
||||
{"args":["21px",14],"result":21}
|
||||
{"args":["35.7px",34],"result":35.7}
|
||||
{"args":["normal",34],"result":null}
|
||||
{"args":["21px",13],"result":21}
|
||||
{"args":["1.04px",13],"result":1.04}
|
||||
{"args":["16px",14],"result":16}
|
||||
{"args":["0px",14],"result":0}
|
||||
{"args":["0",14],"result":0}
|
||||
{"args":["4px",14],"result":4}
|
||||
{"args":["18.75px",15],"result":18.75}
|
||||
{"args":["normal",15],"result":null}
|
||||
{"args":["14px",14],"result":14}
|
||||
{"args":["1rem",14],"result":16}
|
||||
{"args":["0.05em",14],"result":0.7000000000000001}
|
||||
{"args":["11px",16],"result":11}
|
||||
{"args":["0.05em",11],"result":0.55}
|
||||
{"args":["32px",16],"result":32}
|
||||
{"args":["0.05em",24],"result":1.2000000000000002}
|
||||
{"args":["1.25rem",16],"result":20}
|
||||
{"args":["0.05em",20],"result":1}
|
||||
{"args":["8px",16],"result":8}
|
||||
{"args":["40px",16],"result":40}
|
||||
{"args":["24px",16],"result":24}
|
||||
{"args":["0.55px",11],"result":0.55}
|
||||
{"args":["0.7000000000000001px",14],"result":0.7000000000000001}
|
||||
{"args":["normal",11],"result":null}
|
||||
{"args":["1.2000000000000002px",24],"result":1.2000000000000002}
|
||||
{"args":["normal",20],"result":null}
|
||||
{"args":["1px",20],"result":1}
|
||||
{"args":["normal",8],"result":null}
|
||||
{"args":["normal",40],"result":null}
|
||||
{"args":["20px",16],"result":20}
|
||||
{"args":["48px",16],"result":48}
|
||||
{"args":["1.7",16],"result":27.2}
|
||||
{"args":["15px",16],"result":15}
|
||||
{"args":["1.6",15],"result":24}
|
||||
{"args":["normal",48],"result":null}
|
||||
{"args":["27.2px",16],"result":27.2}
|
||||
{"args":["0",16],"result":0}
|
||||
{"args":["24px",15],"result":24}
|
||||
{"args":["13px",16],"result":13}
|
||||
{"args":["4px",16],"result":4}
|
||||
{"args":["1.5",16],"result":24}
|
||||
{"args":["1.2",18],"result":21.599999999999998}
|
||||
{"args":["1.25",16],"result":20}
|
||||
{"args":["1.05",14],"result":14.700000000000001}
|
||||
{"args":["10px",16],"result":10}
|
||||
{"args":["1.6",10],"result":16}
|
||||
{"args":["0.98",48],"result":47.04}
|
||||
{"args":["30px",16],"result":30}
|
||||
{"args":["1.08",30],"result":32.400000000000006}
|
||||
{"args":["22px",16],"result":22}
|
||||
{"args":["1.15",22],"result":25.299999999999997}
|
||||
{"args":["24px",13],"result":24}
|
||||
{"args":["21.599999999999998px",18],"result":21.599999999999998}
|
||||
{"args":["24px",14],"result":24}
|
||||
{"args":["14.700000000000001px",14],"result":14.700000000000001}
|
||||
{"args":["16px",10],"result":16}
|
||||
{"args":["normal",10],"result":null}
|
||||
{"args":["47.04px",48],"result":47.04}
|
||||
{"args":["32.400000000000006px",30],"result":32.400000000000006}
|
||||
{"args":["normal",30],"result":null}
|
||||
{"args":["25.299999999999997px",22],"result":25.299999999999997}
|
||||
{"args":["normal",22],"result":null}
|
||||
{"args":["24px",12],"result":24}
|
||||
{"args":["2.5rem",16],"result":40}
|
||||
{"args":["4rem",16],"result":64}
|
||||
{"args":["999px",16],"result":999}
|
||||
{"args":["1.45",14],"result":20.3}
|
||||
{"args":["12.5px",16],"result":12.5}
|
||||
{"args":["1.2em",16],"result":19.2}
|
||||
{"args":["20.3px",14],"result":20.3}
|
||||
{"args":["normal",12.5],"result":null}
|
||||
{"args":["normal",19.2],"result":null}
|
||||
{"args":["100px",16],"result":100}
|
||||
{"args":["1.1",12],"result":13.200000000000001}
|
||||
{"args":["0.08em",12],"result":0.96}
|
||||
{"args":["13.200000000000001px",12],"result":13.200000000000001}
|
||||
{"args":["0.96px",12],"result":0.96}
|
||||
{"args":["28px",16],"result":28}
|
||||
{"args":["2px",12],"result":2}
|
||||
{"args":["0",12],"result":0}
|
||||
{"args":["normal",28],"result":null}
|
||||
{"args":["0px",12],"result":0}
|
||||
{"args":["6px",16],"result":6}
|
||||
{"args":["9px",16],"result":9}
|
||||
{"args":["0.12em",10],"result":1.2}
|
||||
{"args":["1.5",10],"result":15}
|
||||
{"args":["0.6em",20],"result":12}
|
||||
{"args":["normal",9],"result":null}
|
||||
{"args":["1.2px",10],"result":1.2}
|
||||
{"args":["15px",10],"result":15}
|
||||
{"args":["normal",4],"result":null}
|
||||
{"args":["10px",10],"result":10}
|
||||
{"args":["9px",10],"result":9}
|
||||
{"args":["1.6",16],"result":25.6}
|
||||
{"args":["1.6",12],"result":19.200000000000003}
|
||||
{"args":["1.0",16],"result":16}
|
||||
{"args":["0.15em",16],"result":2.4}
|
||||
{"args":["0.05em",16],"result":0.8}
|
||||
{"args":["0.1em",12],"result":1.2000000000000002}
|
||||
{"args":["0.05em",18],"result":0.9}
|
||||
{"args":["10.8px",16],"result":10.8}
|
||||
{"args":["11.84px",16],"result":11.84}
|
||||
{"args":["25.6px",16],"result":25.6}
|
||||
{"args":["25.6px",14],"result":25.6}
|
||||
{"args":["25.6px",11],"result":25.6}
|
||||
{"args":["25.6px",12],"result":25.6}
|
||||
{"args":["19.200000000000003px",12],"result":19.200000000000003}
|
||||
{"args":["2.4px",16],"result":2.4}
|
||||
{"args":["25.6px",20],"result":25.6}
|
||||
{"args":["0.8px",16],"result":0.8}
|
||||
{"args":["1.2000000000000002px",12],"result":1.2000000000000002}
|
||||
{"args":["2.4px",12],"result":2.4}
|
||||
{"args":["25.6px",18],"result":25.6}
|
||||
{"args":["0.9px",18],"result":0.9}
|
||||
{"args":["24px",11],"result":24}
|
||||
{"args":["24px",10.8],"result":24}
|
||||
{"args":["normal",10.8],"result":null}
|
||||
{"args":["24px",11.84],"result":24}
|
||||
{"args":["normal",11.84],"result":null}
|
||||
{"args":["88px",16],"result":88}
|
||||
{"args":["1.05",88],"result":92.4}
|
||||
{"args":["64px",16],"result":64}
|
||||
{"args":["72px",16],"result":72}
|
||||
{"args":["56px",16],"result":56}
|
||||
{"args":["92.4px",88],"result":92.4}
|
||||
{"args":["normal",88],"result":null}
|
||||
{"args":["normal",64],"result":null}
|
||||
{"args":["normal",72],"result":null}
|
||||
{"args":["normal",56],"result":null}
|
||||
{"args":["1.05",16],"result":16.8}
|
||||
{"args":["0.16em",16],"result":2.56}
|
||||
{"args":["0.14em",16],"result":2.24}
|
||||
{"args":["0.18em",16],"result":2.88}
|
||||
{"args":["0.18em",14],"result":2.52}
|
||||
{"args":["2.56px",11],"result":2.56}
|
||||
{"args":["2.24px",12],"result":2.24}
|
||||
{"args":["2.88px",11],"result":2.88}
|
||||
{"args":["2.52px",14],"result":2.52}
|
||||
{"args":["16.8px",88],"result":16.8}
|
||||
{"args":["16.8px",64],"result":16.8}
|
||||
{"args":["16.8px",24],"result":16.8}
|
||||
{"args":["38px",32],"result":38}
|
||||
{"args":["16px",12],"result":16}
|
||||
{"args":["0.11em",12],"result":1.32}
|
||||
{"args":["30px",24],"result":30}
|
||||
{"args":["26px",20],"result":26}
|
||||
{"args":["0.12em",12],"result":1.44}
|
||||
{"args":["34px",28],"result":34}
|
||||
{"args":["46px",40],"result":46}
|
||||
{"args":["70px",64],"result":70}
|
||||
{"args":["1.32px",12],"result":1.32}
|
||||
{"args":["1.44px",12],"result":1.44}
|
||||
{"args":["1.2",22],"result":26.4}
|
||||
{"args":["0.06em",13],"result":0.78}
|
||||
{"args":["0.18em",11],"result":1.98}
|
||||
{"args":["26.4px",22],"result":26.4}
|
||||
{"args":["0.78px",13],"result":0.78}
|
||||
{"args":["1.98px",11],"result":1.98}
|
||||
{"args":["96px",16],"result":96}
|
||||
{"args":["80px",16],"result":80}
|
||||
{"args":["168px",16],"result":168}
|
||||
{"args":["120px",16],"result":120}
|
||||
{"args":["normal",96],"result":null}
|
||||
{"args":["normal",168],"result":null}
|
||||
{"args":["normal",120],"result":null}
|
||||
{"args":["16.8px",96],"result":16.8}
|
||||
{"args":["16.8px",80],"result":16.8}
|
||||
{"args":["normal",80],"result":null}
|
||||
{"args":["16.8px",168],"result":16.8}
|
||||
{"args":["16.8px",120],"result":16.8}
|
||||
{"args":["16.8px",40],"result":16.8}
|
||||
{"args":["-0.06em",16],"result":-0.96}
|
||||
{"args":["-4px",16],"result":-4}
|
||||
{"args":["-0.07em",16],"result":-1.12}
|
||||
{"args":["-0.02em",16],"result":-0.32}
|
||||
{"args":["-0.96px",16],"result":-0.96}
|
||||
{"args":["-4px",64],"result":-4}
|
||||
{"args":["-1.12px",16],"result":-1.12}
|
||||
{"args":["-0.32px",72],"result":-0.32}
|
||||
{"args":["34px",16],"result":34}
|
||||
{"args":["44px",16],"result":44}
|
||||
{"args":["normal",44],"result":null}
|
||||
{"args":["15px",15],"result":15}
|
||||
{"args":["0px",15],"result":0}
|
||||
{"args":["0",15],"result":0}
|
||||
{"args":["12px",15],"result":12}
|
||||
{"args":["20px",15],"result":20}
|
||||
|
||||
@@ -3,8 +3,3 @@
|
||||
{"args":["\"Playfair Display\",serif"],"result":{"primary":"playfair display","isSerif":true}}
|
||||
{"args":["\"CustomSerifFace\",serif"],"result":{"primary":"customserifface","isSerif":true}}
|
||||
{"args":["\"Karla\",sans-serif"],"result":{"primary":"karla","isSerif":false}}
|
||||
{"args":["\"Fraunces\",Georgia,serif"],"result":{"primary":"fraunces","isSerif":true}}
|
||||
{"args":["\"Recoleta\",serif"],"result":{"primary":"recoleta","isSerif":true}}
|
||||
{"args":["\"Playfair Display\",serif"],"result":{"primary":"playfair display","isSerif":true}}
|
||||
{"args":["\"CustomSerifFace\",serif"],"result":{"primary":"customserifface","isSerif":true}}
|
||||
{"args":["\"Karla\",sans-serif"],"result":{"primary":"karla","isSerif":false}}
|
||||
|
||||
@@ -938,730 +938,4 @@
|
||||
{"args":["Verdana",{"$map":[]}],"result":"Verdana"}
|
||||
{"args":["Verdana,sans-serif",{"$map":[]}],"result":"Verdana,sans-serif"}
|
||||
{"args":["Inter,sans-serif",{"$map":[]}],"result":"Inter,sans-serif"}
|
||||
{"args":["8px",{"$map":[]}],"result":"8px"}
|
||||
{"args":["50%",{"$map":[]}],"result":"50%"}
|
||||
{"args":["blink",{"$map":[]}],"result":"blink"}
|
||||
{"args":["#ff00aa",{"$map":[]}],"result":"#ff00aa"}
|
||||
{"args":["Verdana",{"$map":[]}],"result":"Verdana"}
|
||||
{"args":["4px",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"4px"}
|
||||
{"args":["",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":""}
|
||||
{"args":["0",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"0"}
|
||||
{"args":["#7c3aed",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"#7c3aed"}
|
||||
{"args":["var(--accent)",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"var(--accent)"}
|
||||
{"args":["#f43f5e",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"#f43f5e"}
|
||||
{"args":["3px",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"3px"}
|
||||
{"args":["100%",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"100%"}
|
||||
{"args":["oklch(60% 0.2 300)",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"oklch(60% 0.2 300)"}
|
||||
{"args":["#e5e7eb",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]},1],"result":"#e5e7eb"}
|
||||
{"args":["var(--stripe-fixture-neutral)",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"#e5e7eb"}
|
||||
{"args":["24px",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"24px"}
|
||||
{"args":["1px",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"1px"}
|
||||
{"args":["12px",{"$map":[["--stripe-fixture-neutral","#e5e7eb"]]}],"result":"12px"}
|
||||
{"args":["4px",{"$map":[]}],"result":"4px"}
|
||||
{"args":["",{"$map":[]}],"result":""}
|
||||
{"args":["0",{"$map":[]}],"result":"0"}
|
||||
{"args":["#7c3aed",{"$map":[]}],"result":"#7c3aed"}
|
||||
{"args":["1px",{"$map":[]}],"result":"1px"}
|
||||
{"args":["system-ui,sans-serif",{"$map":[]}],"result":"system-ui,sans-serif"}
|
||||
{"args":["#f9fafb",{"$map":[]}],"result":"#f9fafb"}
|
||||
{"args":["2rem",{"$map":[]}],"result":"2rem"}
|
||||
{"args":["0.5rem",{"$map":[]}],"result":"0.5rem"}
|
||||
{"args":["#6b7280",{"$map":[]}],"result":"#6b7280"}
|
||||
{"args":["0.875rem",{"$map":[]}],"result":"0.875rem"}
|
||||
{"args":["2.5rem",{"$map":[]}],"result":"2.5rem"}
|
||||
{"args":["0.75rem",{"$map":[]}],"result":"0.75rem"}
|
||||
{"args":["#4b5563",{"$map":[]}],"result":"#4b5563"}
|
||||
{"args":["#e5e7eb",{"$map":[]}],"result":"#e5e7eb"}
|
||||
{"args":["uppercase",{"$map":[]}],"result":"uppercase"}
|
||||
{"args":["0.08em",{"$map":[]}],"result":"0.08em"}
|
||||
{"args":["grid",{"$map":[]}],"result":"grid"}
|
||||
{"args":["white",{"$map":[]}],"result":"white"}
|
||||
{"args":["1rem",{"$map":[]}],"result":"1rem"}
|
||||
{"args":["0.375rem",{"$map":[]}],"result":"0.375rem"}
|
||||
{"args":["0 1px 3px rgba(0,0,0,0.1)",{"$map":[]}],"result":"0 1px 3px rgba(0,0,0,0.1)"}
|
||||
{"args":["#3b82f6",{"$map":[]}],"result":"#3b82f6"}
|
||||
{"args":["600",{"$map":[]}],"result":"600"}
|
||||
{"args":["#111827",{"$map":[]}],"result":"#111827"}
|
||||
{"args":["0.8125rem",{"$map":[]}],"result":"0.8125rem"}
|
||||
{"args":["0.25rem",{"$map":[]}],"result":"0.25rem"}
|
||||
{"args":["5px",{"$map":[]}],"result":"5px"}
|
||||
{"args":["#8b5cf6",{"$map":[]}],"result":"#8b5cf6"}
|
||||
{"args":["3px",{"$map":[]}],"result":"3px"}
|
||||
{"args":["#10b981",{"$map":[]}],"result":"#10b981"}
|
||||
{"args":["6px",{"$map":[]}],"result":"6px"}
|
||||
{"args":["#ef4444",{"$map":[]}],"result":"#ef4444"}
|
||||
{"args":["12px",{"$map":[]}],"result":"12px"}
|
||||
{"args":["#1f2937",{"$map":[]}],"result":"#1f2937"}
|
||||
{"args":["#f472b6",{"$map":[]}],"result":"#f472b6"}
|
||||
{"args":["#9ca3af",{"$map":[]}],"result":"#9ca3af"}
|
||||
{"args":["1.5rem",{"$map":[]}],"result":"1.5rem"}
|
||||
{"args":["1.125rem",{"$map":[]}],"result":"1.125rem"}
|
||||
{"args":["2px",{"$map":[]}],"result":"2px"}
|
||||
{"args":["inline-block",{"$map":[]}],"result":"inline-block"}
|
||||
{"args":["0.125rem",{"$map":[]}],"result":"0.125rem"}
|
||||
{"args":["9999px",{"$map":[]}],"result":"9999px"}
|
||||
{"args":["#dbeafe",{"$map":[]}],"result":"#dbeafe"}
|
||||
{"args":["#1d4ed8",{"$map":[]}],"result":"#1d4ed8"}
|
||||
{"args":["#374151",{"$map":[]}],"result":"#374151"}
|
||||
{"args":["#6366f1",{"$map":[]}],"result":"#6366f1"}
|
||||
{"args":["#1e293b",{"$map":[]}],"result":"#1e293b"}
|
||||
{"args":["0 4px 6px rgba(0,0,0,0.3)",{"$map":[]}],"result":"0 4px 6px rgba(0,0,0,0.3)"}
|
||||
{"args":["#94a3b8",{"$map":[]}],"result":"#94a3b8"}
|
||||
{"args":["24px",{"$map":[]}],"result":"24px"}
|
||||
{"args":["#f8fafc",{"$map":[]}],"result":"#f8fafc"}
|
||||
{"args":["14px",{"$map":[]}],"result":"14px"}
|
||||
{"args":["1.5",{"$map":[]}],"result":"1.5"}
|
||||
{"args":["auto",{"$map":[]}],"result":"auto"}
|
||||
{"args":["8px",{"$map":[]}],"result":"8px"}
|
||||
{"args":["34px",{"$map":[]}],"result":"34px"}
|
||||
{"args":["1.05",{"$map":[]}],"result":"1.05"}
|
||||
{"args":["720",{"$map":[]}],"result":"720"}
|
||||
{"args":["#475569",{"$map":[]}],"result":"#475569"}
|
||||
{"args":["13px",{"$map":[]}],"result":"13px"}
|
||||
{"args":["760",{"$map":[]}],"result":"760"}
|
||||
{"args":["16px",{"$map":[]}],"result":"16px"}
|
||||
{"args":["#fdfdfd",{"$map":[]}],"result":"#fdfdfd"}
|
||||
{"args":["0 1px 2px rgba(15,23,42,0.06)",{"$map":[]}],"result":"0 1px 2px rgba(15,23,42,0.06)"}
|
||||
{"args":["#2563eb",{"$map":[]}],"result":"#2563eb"}
|
||||
{"args":["10px",{"$map":[]}],"result":"10px"}
|
||||
{"args":["15px",{"$map":[]}],"result":"15px"}
|
||||
{"args":["1.25",{"$map":[]}],"result":"1.25"}
|
||||
{"args":["#dc2626",{"$map":[]}],"result":"#dc2626"}
|
||||
{"args":["#0f766e",{"$map":[]}],"result":"#0f766e"}
|
||||
{"args":["#ea580c",{"$map":[]}],"result":"#ea580c"}
|
||||
{"args":["#141820",{"$map":[]}],"result":"#141820"}
|
||||
{"args":["#f4f7fb",{"$map":[]}],"result":"#f4f7fb"}
|
||||
{"args":["#38bdf8",{"$map":[]}],"result":"#38bdf8"}
|
||||
{"args":["#cbd5e1",{"$map":[]}],"result":"#cbd5e1"}
|
||||
{"args":["#d1d5db",{"$map":[]}],"result":"#d1d5db"}
|
||||
{"args":["#161a22",{"$map":[]}],"result":"#161a22"}
|
||||
{"args":["#334155",{"$map":[]}],"result":"#334155"}
|
||||
{"args":["0 1px 2px rgba(15, 23, 42, 0.06)",{"$map":[]}],"result":"0 1px 2px rgba(15, 23, 42, 0.06)"}
|
||||
{"args":["'Inter', sans-serif",{"$map":[]}],"result":"'Inter', sans-serif"}
|
||||
{"args":["#e8e2d6",{"$map":[]}],"result":"#e8e2d6"}
|
||||
{"args":["system-ui,sans-serif",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"system-ui,sans-serif"}
|
||||
{"args":["#fafafa",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#fafafa"}
|
||||
{"args":["24px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"24px"}
|
||||
{"args":["0",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"0"}
|
||||
{"args":["#1a1a1a",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#1a1a1a"}
|
||||
{"args":["grid",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"grid"}
|
||||
{"args":["auto",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"auto"}
|
||||
{"args":["14px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"14px"}
|
||||
{"args":["uppercase",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"uppercase"}
|
||||
{"args":["0.05em",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"0.05em"}
|
||||
{"args":["16px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"16px"}
|
||||
{"args":["#475569",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#475569"}
|
||||
{"args":["11px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"11px"}
|
||||
{"args":["8px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"8px"}
|
||||
{"args":["#64748b",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#64748b"}
|
||||
{"args":["10px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"10px"}
|
||||
{"args":["#000000",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#000000"}
|
||||
{"args":["white",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"white"}
|
||||
{"args":["rgb(59, 130, 246)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(59, 130, 246)"}
|
||||
{"args":["rgb(150, 150, 150)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(150, 150, 150)"}
|
||||
{"args":["rgb(16, 185, 129)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(16, 185, 129)"}
|
||||
{"args":["rgb(180, 180, 180)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(180, 180, 180)"}
|
||||
{"args":["rgb(200, 200, 200)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(200, 200, 200)"}
|
||||
{"args":["rgb(30, 30, 30)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(30, 30, 30)"}
|
||||
{"args":["rgb(80, 80, 80)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(80, 80, 80)"}
|
||||
{"args":["linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)"}
|
||||
{"args":["#808080",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#808080"}
|
||||
{"args":["32px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"32px"}
|
||||
{"args":["800",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"800"}
|
||||
{"args":["#666666",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#666666"}
|
||||
{"args":["1.5rem",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"1.5rem"}
|
||||
{"args":["linear-gradient(135deg, #667eea, #764ba2)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"linear-gradient(135deg, #667eea, #764ba2)"}
|
||||
{"args":["text",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"text"}
|
||||
{"args":["rgb(139, 92, 246)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(139, 92, 246)"}
|
||||
{"args":["rgb(31,26,21)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(31,26,21)"}
|
||||
{"args":["rgb(91,79,68)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(91,79,68)"}
|
||||
{"args":["inline-block",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"inline-block"}
|
||||
{"args":["9px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"9px"}
|
||||
{"args":["18px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"18px"}
|
||||
{"args":["999px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"999px"}
|
||||
{"args":["500",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"500"}
|
||||
{"args":["rgb(55,65,81)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(55,65,81)"}
|
||||
{"args":["rgb(108,114,128)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(108,114,128)"}
|
||||
{"args":["20px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"20px"}
|
||||
{"args":["rgb(182,50,45)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(182,50,45)"}
|
||||
{"args":["rgb(92,84,73)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(92,84,73)"}
|
||||
{"args":["700",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"700"}
|
||||
{"args":["2px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"2px"}
|
||||
{"args":["black",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"black"}
|
||||
{"args":["rgb(156, 163, 175)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(156, 163, 175)"}
|
||||
{"args":["rgb(168, 85, 247)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(168, 85, 247)"}
|
||||
{"args":["linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))"}
|
||||
{"args":["currentcolor",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"currentcolor"}
|
||||
{"args":["#e8e2d6",{"$map":[["--fixture-bone","#e8e2d6"]]},1],"result":"#e8e2d6"}
|
||||
{"args":["var(--fixture-bone)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#e8e2d6"}
|
||||
{"args":["#cfc9bd",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#cfc9bd"}
|
||||
{"args":["rgb(26, 26, 30)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(26, 26, 30)"}
|
||||
{"args":["rgb(240, 240, 245)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(240, 240, 245)"}
|
||||
{"args":["rgb(250, 250, 252)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(250, 250, 252)"}
|
||||
{"args":["rgb(20, 20, 25)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(20, 20, 25)"}
|
||||
{"args":["#ffffff",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#ffffff"}
|
||||
{"args":["#111827",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#111827"}
|
||||
{"args":["rgb(30, 64, 175)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(30, 64, 175)"}
|
||||
{"args":["rgb(5, 46, 32)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(5, 46, 32)"}
|
||||
{"args":["1.25rem",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"1.25rem"}
|
||||
{"args":["rgb(220, 38, 38)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(220, 38, 38)"}
|
||||
{"args":["rgb(180, 83, 9)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(180, 83, 9)"}
|
||||
{"args":["url('data:image/png",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"url('data:image/png"}
|
||||
{"args":["rgb(255, 255, 255)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(255, 255, 255)"}
|
||||
{"args":["rgba(0,0,0,0.03)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgba(0,0,0,0.03)"}
|
||||
{"args":["rgba(0,0,0,0)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgba(0,0,0,0)"}
|
||||
{"args":["rgba(0,0,0,0.5)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgba(0,0,0,0.5)"}
|
||||
{"args":["rgb(170,170,170)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(170,170,170)"}
|
||||
{"args":["rgb(20,20,25)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(20,20,25)"}
|
||||
{"args":["rgb(245,240,232)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(245,240,232)"}
|
||||
{"args":["rgb(150,60,55)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(150,60,55)"}
|
||||
{"args":["1px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"1px"}
|
||||
{"args":["4px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"4px"}
|
||||
{"args":["rgb(28,30,38)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(28,30,38)"}
|
||||
{"args":["rgb(230,232,237)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(230,232,237)"}
|
||||
{"args":["12px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"12px"}
|
||||
{"args":["rgba(0, 0, 0, 0)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgba(0, 0, 0, 0)"}
|
||||
{"args":["3px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"3px"}
|
||||
{"args":["none",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"none"}
|
||||
{"args":["linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)"}
|
||||
{"args":["#e8e6e3",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#e8e6e3"}
|
||||
{"args":["40px",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"40px"}
|
||||
{"args":["#0f0f11",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#0f0f11"}
|
||||
{"args":["linear-gradient(160deg,rgba(52,192,168,0.09) 0%,#141419 65%)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"linear-gradient(160deg,rgba(52,192,168,0.09) 0%,#141419 65%)"}
|
||||
{"args":["#8e8c89",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#8e8c89"}
|
||||
{"args":["linear-gradient(160deg,color-mix(in oklab,oklch(90%0.02 95) 16%,transparent) 0%,#141419 65%)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"linear-gradient(160deg,color-mix(in oklab,oklch(90%0.02 95) 16%,transparent) 0%,#141419 65%)"}
|
||||
{"args":["#ded9cf",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#ded9cf"}
|
||||
{"args":["#3a352c",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#3a352c"}
|
||||
{"args":["var(--fixture-undefined-token)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"var(--fixture-undefined-token)"}
|
||||
{"args":["#efe9dd",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#efe9dd"}
|
||||
{"args":["#ffe4e6",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"#ffe4e6"}
|
||||
{"args":["rgb(28, 30, 38)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(28, 30, 38)"}
|
||||
{"args":["rgb(246, 242, 244)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"rgb(246, 242, 244)"}
|
||||
{"args":["linear-gradient(135deg, #6d8cff 0%, #a78bfa 50%, #6d8cff 100%)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"linear-gradient(135deg, #6d8cff 0%, #a78bfa 50%, #6d8cff 100%)"}
|
||||
{"args":["linear-gradient(160deg, rgba(52,192,168,0.09) 0%, #141419 65%)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"linear-gradient(160deg, rgba(52,192,168,0.09) 0%, #141419 65%)"}
|
||||
{"args":["linear-gradient(160deg, color-mix(in oklab, oklch(90% 0.02 95) 16%, transparent) 0%, #141419 65%)",{"$map":[["--fixture-bone","#e8e2d6"]]}],"result":"linear-gradient(160deg, color-mix(in oklab, oklch(90% 0.02 95) 16%, transparent) 0%, #141419 65%)"}
|
||||
{"args":["40px",{"$map":[]}],"result":"40px"}
|
||||
{"args":["#faf8f4",{"$map":[]}],"result":"#faf8f4"}
|
||||
{"args":["Arial,sans-serif",{"$map":[]}],"result":"Arial,sans-serif"}
|
||||
{"args":["#262421",{"$map":[]}],"result":"#262421"}
|
||||
{"args":["420px",{"$map":[]}],"result":"420px"}
|
||||
{"args":["20px",{"$map":[]}],"result":"20px"}
|
||||
{"args":["#ffffff",{"$map":[]}],"result":"#ffffff"}
|
||||
{"args":["#ddd8d0",{"$map":[]}],"result":"#ddd8d0"}
|
||||
{"args":["#b8422e",{"$map":[]}],"result":"#b8422e"}
|
||||
{"args":["7px",{"$map":[]}],"result":"7px"}
|
||||
{"args":["9px",{"$map":[]}],"result":"9px"}
|
||||
{"args":["11px",{"$map":[]}],"result":"11px"}
|
||||
{"args":["flex",{"$map":[]}],"result":"flex"}
|
||||
{"args":["max-content",{"$map":[]}],"result":"max-content"}
|
||||
{"args":["ticker-loop",{"$map":[]}],"result":"ticker-loop"}
|
||||
{"args":["linear",{"$map":[]}],"result":"linear"}
|
||||
{"args":["48px",{"$map":[]}],"result":"48px"}
|
||||
{"args":["linear-gradient(180deg,oklch(7%0.006 95),oklch(4%0.004 95))",{"$map":[]}],"result":"linear-gradient(180deg,oklch(7%0.006 95),oklch(4%0.004 95))"}
|
||||
{"args":["32px",{"$map":[]}],"result":"32px"}
|
||||
{"args":["640px",{"$map":[]}],"result":"640px"}
|
||||
{"args":["oklch(91%0 0)",{"$map":[]}],"result":"oklch(91%0 0)"}
|
||||
{"args":["560px",{"$map":[]}],"result":"560px"}
|
||||
{"args":["oklch(88%0 0)",{"$map":[]}],"result":"oklch(88%0 0)"}
|
||||
{"args":["1.7",{"$map":[]}],"result":"1.7"}
|
||||
{"args":["oklch(11%0.006 95)",{"$map":[]}],"result":"oklch(11%0.006 95)"}
|
||||
{"args":["480px",{"$map":[]}],"result":"480px"}
|
||||
{"args":["rgba(250,249,246,0.88)",{"$map":[]}],"result":"rgba(250,249,246,0.88)"}
|
||||
{"args":["oklch(15%0.01 95)",{"$map":[]}],"result":"oklch(15%0.01 95)"}
|
||||
{"args":["1.6",{"$map":[]}],"result":"1.6"}
|
||||
{"args":["oklch(30%0 0)",{"$map":[]}],"result":"oklch(30%0 0)"}
|
||||
{"args":["oklch(32%0 0)",{"$map":[]}],"result":"oklch(32%0 0)"}
|
||||
{"args":["520px",{"$map":[]}],"result":"520px"}
|
||||
{"args":["linear-gradient(180deg,#14120f,#0a0908)",{"$map":[]}],"result":"linear-gradient(180deg,#14120f,#0a0908)"}
|
||||
{"args":["oklch(90%0 0)",{"$map":[]}],"result":"oklch(90%0 0)"}
|
||||
{"args":["460px",{"$map":[]}],"result":"460px"}
|
||||
{"args":["18px",{"$map":[]}],"result":"18px"}
|
||||
{"args":["22px",{"$map":[]}],"result":"22px"}
|
||||
{"args":["linear-gradient(180deg,rgba(255,255,255,0.3),rgba(255,255,255,0.2)),url(/fixtures/antipatterns/no-such-texture.png)center/cover",{"$map":[]}],"result":"linear-gradient(180deg,rgba(255,255,255,0.3),rgba(255,255,255,0.2)),url(/fixtures/antipatterns/no-such-texture.png)center/cover"}
|
||||
{"args":["url(/fixtures/antipatterns/no-such-photo.jpg)",{"$map":[]}],"result":"url(/fixtures/antipatterns/no-such-photo.jpg)"}
|
||||
{"args":["oklch(20%0 0)",{"$map":[]}],"result":"oklch(20%0 0)"}
|
||||
{"args":["linear-gradient(180deg, oklch(7% 0.006 95), oklch(4% 0.004 95))",{"$map":[]}],"result":"linear-gradient(180deg, oklch(7% 0.006 95), oklch(4% 0.004 95))"}
|
||||
{"args":["` shorthand, so the body's computed backgroundColor\n is transparent and the ground exists only as a backgroundImage whose\n stops serialize in oklch. The detector must measure text against those\n stops (composited under any translucent layers), never against an\n assumed white body. */\n body",{"$map":[]}],"result":"` shorthand, so the body's computed backgroundColor\n is transparent and the ground exists only as a backgroundImage whose\n stops serialize in oklch. The detector must measure text against those\n stops (composited under any translucent layers), never against an\n assumed white body. */\n body"}
|
||||
{"args":["rgba(250, 249, 246, 0.88)",{"$map":[]}],"result":"rgba(250, 249, 246, 0.88)"}
|
||||
{"args":["oklch(11% 0.006 95)",{"$map":[]}],"result":"oklch(11% 0.006 95)"}
|
||||
{"args":["linear-gradient(180deg, #14120f, #0a0908)",{"$map":[]}],"result":"linear-gradient(180deg, #14120f, #0a0908)"}
|
||||
{"args":["linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2)), url(\"/fixtures/antipatterns/no-such-texture.png\") center / cover",{"$map":[]}],"result":"linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2)), url(\"/fixtures/antipatterns/no-such-texture.png\") center / cover"}
|
||||
{"args":["url(\"/fixtures/antipatterns/no-such-photo.jpg\")",{"$map":[]}],"result":"url(\"/fixtures/antipatterns/no-such-photo.jpg\")"}
|
||||
{"args":["italic",{"$map":[]}],"result":"italic"}
|
||||
{"args":["200px",{"$map":[]}],"result":"200px"}
|
||||
{"args":["hidden",{"$map":[]}],"result":"hidden"}
|
||||
{"args":["block",{"$map":[]}],"result":"block"}
|
||||
{"args":["transparent",{"$map":[]}],"result":"transparent"}
|
||||
{"args":["#eff6ff",{"$map":[]}],"result":"#eff6ff"}
|
||||
{"args":["500",{"$map":[]}],"result":"500"}
|
||||
{"args":["100%",{"$map":[]}],"result":"100%"}
|
||||
{"args":["#fca5a5",{"$map":[]}],"result":"#fca5a5"}
|
||||
{"args":["#b91c1c",{"$map":[]}],"result":"#b91c1c"}
|
||||
{"args":["none",{"$map":[]}],"result":"none"}
|
||||
{"args":["relative",{"$map":[]}],"result":"relative"}
|
||||
{"args":["absolute",{"$map":[]}],"result":"absolute"}
|
||||
{"args":["-2.05rem",{"$map":[]}],"result":"-2.05rem"}
|
||||
{"args":["50%",{"$map":[]}],"result":"50%"}
|
||||
{"args":["#e2e8f0",{"$map":[]}],"result":"#e2e8f0"}
|
||||
{"args":["rgba(239,68,68,0.1)",{"$map":[]}],"result":"rgba(239,68,68,0.1)"}
|
||||
{"args":["#22c55e",{"$map":[]}],"result":"#22c55e"}
|
||||
{"args":["rgba(34,197,94,0.1)",{"$map":[]}],"result":"rgba(34,197,94,0.1)"}
|
||||
{"args":["calc(3px + 0.75rem)",{"$map":[]}],"result":"calc(3px + 0.75rem)"}
|
||||
{"args":["1.25rem",{"$map":[]}],"result":"1.25rem"}
|
||||
{"args":["rgba(0, 0, 0, 0)",{"$map":[]}],"result":"rgba(0, 0, 0, 0)"}
|
||||
{"args":["left",{"$map":[]}],"result":"left"}
|
||||
{"args":["right",{"$map":[]}],"result":"right"}
|
||||
{"args":["#f59e0b",{"$map":[]}],"result":"#f59e0b"}
|
||||
{"args":["#fffbeb",{"$map":[]}],"result":"#fffbeb"}
|
||||
{"args":["#92400e",{"$map":[]}],"result":"#92400e"}
|
||||
{"args":["#d97706",{"$map":[]}],"result":"#d97706"}
|
||||
{"args":["#87a8ff",{"$map":[]}],"result":"#87a8ff"}
|
||||
{"args":["#8a6a2f",{"$map":[["--brand","#87a8ff"]]}],"result":"#8a6a2f"}
|
||||
{"args":["#aa674d",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"]]}],"result":"#aa674d"}
|
||||
{"args":["#e5e7eb",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"]]}],"result":"#e5e7eb"}
|
||||
{"args":["#f3f4f6",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"]]}],"result":"#f3f4f6"}
|
||||
{"args":["system-ui,sans-serif",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"system-ui,sans-serif"}
|
||||
{"args":["0",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"0"}
|
||||
{"args":["24px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"24px"}
|
||||
{"args":["#fafafa",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#fafafa"}
|
||||
{"args":["grid",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"grid"}
|
||||
{"args":["auto",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"auto"}
|
||||
{"args":["14px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"14px"}
|
||||
{"args":["uppercase",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"uppercase"}
|
||||
{"args":["0.05em",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"0.05em"}
|
||||
{"args":["16px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"16px"}
|
||||
{"args":["#475569",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#475569"}
|
||||
{"args":["12px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"12px"}
|
||||
{"args":["400px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"400px"}
|
||||
{"args":["oklch(100%0 0)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklch(100%0 0)"}
|
||||
{"args":["4px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"4px"}
|
||||
{"args":["3px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"3px"}
|
||||
{"args":["oklch(65%0.12 250)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklch(65%0.12 250)"}
|
||||
{"args":["13px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"13px"}
|
||||
{"args":["#64748b",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#64748b"}
|
||||
{"args":["1px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"1px"}
|
||||
{"args":["oklch(80%0.05 250)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklch(80%0.05 250)"}
|
||||
{"args":["oklch(75%0.15 45)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklch(75%0.15 45)"}
|
||||
{"args":["oklch(98%0.01 60)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklch(98%0.01 60)"}
|
||||
{"args":["oklch(75%0.18 45)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklch(75%0.18 45)"}
|
||||
{"args":["#ffffff",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#ffffff"}
|
||||
{"args":["6px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"6px"}
|
||||
{"args":["oklab(60%0.1 0.15)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklab(60%0.1 0.15)"}
|
||||
{"args":["lch(55%60 250)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"lch(55%60 250)"}
|
||||
{"args":["lab(50%40-30)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"lab(50%40-30)"}
|
||||
{"args":["block",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"block"}
|
||||
{"args":["#3b82f6",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#3b82f6"}
|
||||
{"args":["5px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"5px"}
|
||||
{"args":["#87a8ff",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]},1],"result":"#87a8ff"}
|
||||
{"args":["var(--brand)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#87a8ff"}
|
||||
{"args":["#e5e7eb",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]},1],"result":"#e5e7eb"}
|
||||
{"args":["var(--line)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#e5e7eb"}
|
||||
{"args":["#8a6a2f",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]},1],"result":"#8a6a2f"}
|
||||
{"args":["var(--warn)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#8a6a2f"}
|
||||
{"args":["#aa674d",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]},1],"result":"#aa674d"}
|
||||
{"args":["var(--terracotta)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#aa674d"}
|
||||
{"args":["oklch(80%0 0)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklch(80%0 0)"}
|
||||
{"args":["oklch(75%0.01 250)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklch(75%0.01 250)"}
|
||||
{"args":["lab(50%0 0)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"lab(50%0 0)"}
|
||||
{"args":["lch(50%0 0)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"lch(50%0 0)"}
|
||||
{"args":["500",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"500"}
|
||||
{"args":["#374151",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#374151"}
|
||||
{"args":["8px",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"8px"}
|
||||
{"args":["#e5e7eb",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#e5e7eb"}
|
||||
{"args":["#6b7280",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"#6b7280"}
|
||||
{"args":["oklch(92%0 0/0.12)",{"$map":[["--brand","#87a8ff"],["--warn","#8a6a2f"],["--terracotta","#aa674d"],["--line","#e5e7eb"],["--rule","#f3f4f6"]]}],"result":"oklch(92%0 0/0.12)"}
|
||||
{"args":["orange",{"$map":[]}],"result":"orange"}
|
||||
{"args":["system-ui,sans-serif",{"$map":[["--accent","orange"]]}],"result":"system-ui,sans-serif"}
|
||||
{"args":["0",{"$map":[["--accent","orange"]]}],"result":"0"}
|
||||
{"args":["24px",{"$map":[["--accent","orange"]]}],"result":"24px"}
|
||||
{"args":["#fafafa",{"$map":[["--accent","orange"]]}],"result":"#fafafa"}
|
||||
{"args":["grid",{"$map":[["--accent","orange"]]}],"result":"grid"}
|
||||
{"args":["auto",{"$map":[["--accent","orange"]]}],"result":"auto"}
|
||||
{"args":["14px",{"$map":[["--accent","orange"]]}],"result":"14px"}
|
||||
{"args":["uppercase",{"$map":[["--accent","orange"]]}],"result":"uppercase"}
|
||||
{"args":["0.05em",{"$map":[["--accent","orange"]]}],"result":"0.05em"}
|
||||
{"args":["16px",{"$map":[["--accent","orange"]]}],"result":"16px"}
|
||||
{"args":["#475569",{"$map":[["--accent","orange"]]}],"result":"#475569"}
|
||||
{"args":["400px",{"$map":[["--accent","orange"]]}],"result":"400px"}
|
||||
{"args":["#f6f6f6",{"$map":[["--accent","orange"]]}],"result":"#f6f6f6"}
|
||||
{"args":["4px",{"$map":[["--accent","orange"]]}],"result":"4px"}
|
||||
{"args":["purple",{"$map":[["--accent","orange"]]}],"result":"purple"}
|
||||
{"args":["8px",{"$map":[["--accent","orange"]]}],"result":"8px"}
|
||||
{"args":["13px",{"$map":[["--accent","orange"]]}],"result":"13px"}
|
||||
{"args":["#64748b",{"$map":[["--accent","orange"]]}],"result":"#64748b"}
|
||||
{"args":["12px",{"$map":[["--accent","orange"]]}],"result":"12px"}
|
||||
{"args":["#ffffff",{"$map":[["--accent","orange"]]}],"result":"#ffffff"}
|
||||
{"args":["5px",{"$map":[["--accent","orange"]]}],"result":"5px"}
|
||||
{"args":["rebeccapurple",{"$map":[["--accent","orange"]]}],"result":"rebeccapurple"}
|
||||
{"args":["crimson",{"$map":[["--accent","orange"]]}],"result":"crimson"}
|
||||
{"args":["3px",{"$map":[["--accent","orange"]]}],"result":"3px"}
|
||||
{"args":["teal",{"$map":[["--accent","orange"]]}],"result":"teal"}
|
||||
{"args":["6px",{"$map":[["--accent","orange"]]}],"result":"6px"}
|
||||
{"args":["orange",{"$map":[["--accent","orange"]]},1],"result":"orange"}
|
||||
{"args":["var(--accent)",{"$map":[["--accent","orange"]]}],"result":"orange"}
|
||||
{"args":["7px",{"$map":[["--accent","orange"]]}],"result":"7px"}
|
||||
{"args":["dimgray",{"$map":[["--accent","orange"]]}],"result":"dimgray"}
|
||||
{"args":["gainsboro",{"$map":[["--accent","orange"]]}],"result":"gainsboro"}
|
||||
{"args":["black",{"$map":[["--accent","orange"]]}],"result":"black"}
|
||||
{"args":["1px",{"$map":[["--accent","orange"]]}],"result":"1px"}
|
||||
{"args":["\"Inter\",sans-serif",{"$map":[]}],"result":"\"Inter\",sans-serif"}
|
||||
{"args":["700",{"$map":[]}],"result":"700"}
|
||||
{"args":["1.2",{"$map":[]}],"result":"1.2"}
|
||||
{"args":["justify",{"$map":[]}],"result":"justify"}
|
||||
{"args":["\"Newsreader\",Georgia,serif",{"$map":[]}],"result":"\"Newsreader\",Georgia,serif"}
|
||||
{"args":["0.98",{"$map":[]}],"result":"0.98"}
|
||||
{"args":["\"Karla\",system-ui,sans-serif",{"$map":[]}],"result":"\"Karla\",system-ui,sans-serif"}
|
||||
{"args":["30px",{"$map":[]}],"result":"30px"}
|
||||
{"args":["1.08",{"$map":[]}],"result":"1.08"}
|
||||
{"args":["1.15",{"$map":[]}],"result":"1.15"}
|
||||
{"args":["#f7f4ee",{"$map":[["--brand-accent","#b8422e"]]}],"result":"#f7f4ee"}
|
||||
{"args":["#241f1a",{"$map":[["--brand-accent","#b8422e"]]}],"result":"#241f1a"}
|
||||
{"args":["\"IBM Plex Sans\",Arial,sans-serif",{"$map":[["--brand-accent","#b8422e"]]}],"result":"\"IBM Plex Sans\",Arial,sans-serif"}
|
||||
{"args":["24px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"24px"}
|
||||
{"args":["0",{"$map":[["--brand-accent","#b8422e"]]}],"result":"0"}
|
||||
{"args":["16px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"16px"}
|
||||
{"args":["12px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"12px"}
|
||||
{"args":["14px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"14px"}
|
||||
{"args":["8px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"8px"}
|
||||
{"args":["1px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"1px"}
|
||||
{"args":["#d4c7b9",{"$map":[["--brand-accent","#b8422e"]]}],"result":"#d4c7b9"}
|
||||
{"args":["1.45",{"$map":[["--brand-accent","#b8422e"]]}],"result":"1.45"}
|
||||
{"args":["700",{"$map":[["--brand-accent","#b8422e"]]}],"result":"700"}
|
||||
{"args":["#ffffff",{"$map":[["--brand-accent","#b8422e"]]}],"result":"#ffffff"}
|
||||
{"args":["\"Poppins\",sans-serif",{"$map":[["--brand-accent","#b8422e"]]}],"result":"\"Poppins\",sans-serif"}
|
||||
{"args":["#ff00aa",{"$map":[["--brand-accent","#b8422e"]]}],"result":"#ff00aa"}
|
||||
{"args":["rgb(20,180,220)",{"$map":[["--brand-accent","#b8422e"]]}],"result":"rgb(20,180,220)"}
|
||||
{"args":["#00a982",{"$map":[["--brand-accent","#b8422e"]]}],"result":"#00a982"}
|
||||
{"args":["18px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"18px"}
|
||||
{"args":["12.5px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"12.5px"}
|
||||
{"args":["\"Avenir Next\",Georgia,serif",{"$map":[["--brand-accent","#b8422e"]]}],"result":"\"Avenir Next\",Georgia,serif"}
|
||||
{"args":["1rem",{"$map":[["--brand-accent","#b8422e"]]}],"result":"1rem"}
|
||||
{"args":["1.2em",{"$map":[["--brand-accent","#b8422e"]]}],"result":"1.2em"}
|
||||
{"args":["ui-sans-serif,system-ui,sans-serif",{"$map":[["--brand-accent","#b8422e"]]}],"result":"ui-sans-serif,system-ui,sans-serif"}
|
||||
{"args":["#b8422e",{"$map":[["--brand-accent","#b8422e"]]},1],"result":"#b8422e"}
|
||||
{"args":["var(--brand-accent)",{"$map":[["--brand-accent","#b8422e"]]}],"result":"#b8422e"}
|
||||
{"args":["rgba(184,66,46,0.45)",{"$map":[["--brand-accent","#b8422e"]]}],"result":"rgba(184,66,46,0.45)"}
|
||||
{"args":["#bb442f",{"$map":[["--brand-accent","#b8422e"]]}],"result":"#bb442f"}
|
||||
{"args":["#d55a42",{"$map":[["--brand-accent","#b8422e"]]}],"result":"#d55a42"}
|
||||
{"args":["50%",{"$map":[["--brand-accent","#b8422e"]]}],"result":"50%"}
|
||||
{"args":["32px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"32px"}
|
||||
{"args":["100px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"100px"}
|
||||
{"args":["999px",{"$map":[["--brand-accent","#b8422e"]]}],"result":"999px"}
|
||||
{"args":["#d7d0c2",{"$map":[]}],"result":"#d7d0c2"}
|
||||
{"args":["1.1",{"$map":[]}],"result":"1.1"}
|
||||
{"args":["ui-monospace,SFMono-Regular,Menlo,monospace",{"$map":[]}],"result":"ui-monospace,SFMono-Regular,Menlo,monospace"}
|
||||
{"args":["#7c5c00",{"$map":[]}],"result":"#7c5c00"}
|
||||
{"args":["Georgia,serif",{"$map":[]}],"result":"Georgia,serif"}
|
||||
{"args":["#222222",{"$map":[]}],"result":"#222222"}
|
||||
{"args":["monospace",{"$map":[]}],"result":"monospace"}
|
||||
{"args":["#b45309",{"$map":[]}],"result":"#b45309"}
|
||||
{"args":["28px",{"$map":[]}],"result":"28px"}
|
||||
{"args":["400",{"$map":[]}],"result":"400"}
|
||||
{"args":["#666666",{"$map":[]}],"result":"#666666"}
|
||||
{"args":["#d4d4d4",{"$map":[]}],"result":"#d4d4d4"}
|
||||
{"args":["#f5f5f4",{"$map":[]}],"result":"#f5f5f4"}
|
||||
{"args":["#d6d3d1",{"$map":[]}],"result":"#d6d3d1"}
|
||||
{"args":["360px",{"$map":[]}],"result":"360px"}
|
||||
{"args":["0 2px 8px rgba(0,0,0,0.12)",{"$map":[]}],"result":"0 2px 8px rgba(0,0,0,0.12)"}
|
||||
{"args":["#57534e",{"$map":[]}],"result":"#57534e"}
|
||||
{"args":["#eeeeee",{"$map":[]}],"result":"#eeeeee"}
|
||||
{"args":["0 2px 8px rgba(0, 0, 0, 0.12)",{"$map":[]}],"result":"0 2px 8px rgba(0, 0, 0, 0.12)"}
|
||||
{"args":["0.05em",{"$map":[]}],"result":"0.05em"}
|
||||
{"args":["#fff",{"$map":[]}],"result":"#fff"}
|
||||
{"args":["80px",{"$map":[]}],"result":"80px"}
|
||||
{"args":["linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)",{"$map":[]}],"result":"linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)"}
|
||||
{"args":["#0f172a",{"$map":[]}],"result":"#0f172a"}
|
||||
{"args":["#64748b",{"$map":[]}],"result":"#64748b"}
|
||||
{"args":["64px",{"$map":[]}],"result":"64px"}
|
||||
{"args":["72px",{"$map":[]}],"result":"72px"}
|
||||
{"args":["96px",{"$map":[]}],"result":"96px"}
|
||||
{"args":["#f1f5f9",{"$map":[]}],"result":"#f1f5f9"}
|
||||
{"args":["linear-gradient(135deg,#8b5cf6,#a855f7)",{"$map":[]}],"result":"linear-gradient(135deg,#8b5cf6,#a855f7)"}
|
||||
{"args":["112px",{"$map":[]}],"result":"112px"}
|
||||
{"args":["#ddd6fe",{"$map":[]}],"result":"#ddd6fe"}
|
||||
{"args":["#93c5fd",{"$map":[]}],"result":"#93c5fd"}
|
||||
{"args":["#0b0d13",{"$map":[]}],"result":"#0b0d13"}
|
||||
{"args":["#e6e6e6",{"$map":[]}],"result":"#e6e6e6"}
|
||||
{"args":["radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)",{"$map":[]}],"result":"radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)"}
|
||||
{"args":["900px",{"$map":[]}],"result":"900px"}
|
||||
{"args":["600px",{"$map":[]}],"result":"600px"}
|
||||
{"args":["radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)",{"$map":[]}],"result":"radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)"}
|
||||
{"args":["760px",{"$map":[]}],"result":"760px"}
|
||||
{"args":["radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)",{"$map":[]}],"result":"radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)"}
|
||||
{"args":["400px",{"$map":[]}],"result":"400px"}
|
||||
{"args":["radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)",{"$map":[]}],"result":"radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)"}
|
||||
{"args":["700px",{"$map":[]}],"result":"700px"}
|
||||
{"args":["radial-gradient(circle,#506fff3d,transparent 50%)",{"$map":[]}],"result":"radial-gradient(circle,#506fff3d,transparent 50%)"}
|
||||
{"args":["800px",{"$map":[]}],"result":"800px"}
|
||||
{"args":["radial-gradient(circle,#1e3a8a,#0f172a)",{"$map":[]}],"result":"radial-gradient(circle,#1e3a8a,#0f172a)"}
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.30),transparent)",{"$map":[]}],"result":"radial-gradient(circle,rgba(80,111,255,0.30),transparent)"}
|
||||
{"args":["radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)",{"$map":[]}],"result":"radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)"}
|
||||
{"args":["radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)",{"$map":[]}],"result":"radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)"}
|
||||
{"args":["820px",{"$map":[]}],"result":"820px"}
|
||||
{"args":["540px",{"$map":[]}],"result":"540px"}
|
||||
{"args":["radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)",{"$map":[]}],"result":"radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)"}
|
||||
{"args":["radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)",{"$map":[]}],"result":"radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)"}
|
||||
{"args":["780px",{"$map":[]}],"result":"780px"}
|
||||
{"args":["500px",{"$map":[]}],"result":"500px"}
|
||||
{"args":["radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)",{"$map":[]}],"result":"radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)"}
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.85),transparent)",{"$map":[]}],"result":"radial-gradient(circle,rgba(80,111,255,0.85),transparent)"}
|
||||
{"args":["linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)",{"$map":[]}],"result":"linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)"}
|
||||
{"args":["radial-gradient(circle at 52% 38%, rgba(80,111,255,0.26), transparent 44%)",{"$map":[]}],"result":"radial-gradient(circle at 52% 38%, rgba(80,111,255,0.26), transparent 44%)"}
|
||||
{"args":["radial-gradient(circle, rgba(139,92,246,0.30), transparent 60%)",{"$map":[]}],"result":"radial-gradient(circle, rgba(139,92,246,0.30), transparent 60%)"}
|
||||
{"args":["radial-gradient(ellipse at top, rgba(34,211,238,0.22), transparent 70%)",{"$map":[]}],"result":"radial-gradient(ellipse at top, rgba(34,211,238,0.22), transparent 70%)"}
|
||||
{"args":["radial-gradient(circle, rgba(255,90,120,0.28) 0%, rgba(255,90,120,0.12) 45%, transparent 75%)",{"$map":[]}],"result":"radial-gradient(circle, rgba(255,90,120,0.28) 0%, rgba(255,90,120,0.12) 45%, transparent 75%)"}
|
||||
{"args":["radial-gradient(circle, #506fff3d, transparent 50%)",{"$map":[]}],"result":"radial-gradient(circle, #506fff3d, transparent 50%)"}
|
||||
{"args":["radial-gradient(circle, #1e3a8a, #0f172a)",{"$map":[]}],"result":"radial-gradient(circle, #1e3a8a, #0f172a)"}
|
||||
{"args":["radial-gradient(circle, rgba(80,111,255,0.30), transparent)",{"$map":[]}],"result":"radial-gradient(circle, rgba(80,111,255,0.30), transparent)"}
|
||||
{"args":["radial-gradient(circle, rgba(255,196,64,0.35), transparent 70%)",{"$map":[]}],"result":"radial-gradient(circle, rgba(255,196,64,0.35), transparent 70%)"}
|
||||
{"args":["radial-gradient(circle, rgba(0,0,0,0.40), transparent 80%)",{"$map":[]}],"result":"radial-gradient(circle, rgba(0,0,0,0.40), transparent 80%)"}
|
||||
{"args":["radial-gradient(ellipse, rgba(255,255,255,0.35), transparent 70%)",{"$map":[]}],"result":"radial-gradient(ellipse, rgba(255,255,255,0.35), transparent 70%)"}
|
||||
{"args":["radial-gradient(circle, #ff0080 0%, #7928ca 45%, #0070f3 100%)",{"$map":[]}],"result":"radial-gradient(circle, #ff0080 0%, #7928ca 45%, #0070f3 100%)"}
|
||||
{"args":["radial-gradient(circle, rgba(255,0,128,0.90) 0%, rgba(121,40,202,0.85) 50%, transparent)",{"$map":[]}],"result":"radial-gradient(circle, rgba(255,0,128,0.90) 0%, rgba(121,40,202,0.85) 50%, transparent)"}
|
||||
{"args":["radial-gradient(circle, rgba(80,111,255,0.85), transparent)",{"$map":[]}],"result":"radial-gradient(circle, rgba(80,111,255,0.85), transparent)"}
|
||||
{"args":["linear-gradient(120deg, rgba(80,111,255,0.28), transparent 60%)",{"$map":[]}],"result":"linear-gradient(120deg, rgba(80,111,255,0.28), transparent 60%)"}
|
||||
{"args":["120px",{"$map":[]}],"result":"120px"}
|
||||
{"args":["0.12em",{"$map":[]}],"result":"0.12em"}
|
||||
{"args":["0.6em",{"$map":[]}],"result":"0.6em"}
|
||||
{"args":["#fafafa",{"$map":[]}],"result":"#fafafa"}
|
||||
{"args":["1.0",{"$map":[]}],"result":"1.0"}
|
||||
{"args":["0.15em",{"$map":[]}],"result":"0.15em"}
|
||||
{"args":["0.1em",{"$map":[]}],"result":"0.1em"}
|
||||
{"args":["ui-monospace,SFMono-Regular,Menlo,Consolas,monospace",{"$map":[]}],"result":"ui-monospace,SFMono-Regular,Menlo,Consolas,monospace"}
|
||||
{"args":["10.8px",{"$map":[]}],"result":"10.8px"}
|
||||
{"args":["11.84px",{"$map":[]}],"result":"11.84px"}
|
||||
{"args":["0 2px 8px rgba(0,0,0,0.1)",{"$map":[]}],"result":"0 2px 8px rgba(0,0,0,0.1)"}
|
||||
{"args":["0 1px 3px rgba(0,0,0,0.08)",{"$map":[]}],"result":"0 1px 3px rgba(0,0,0,0.08)"}
|
||||
{"args":["\"Fraunces\",Georgia,serif",{"$map":[]}],"result":"\"Fraunces\",Georgia,serif"}
|
||||
{"args":["88px",{"$map":[]}],"result":"88px"}
|
||||
{"args":["\"Recoleta\",serif",{"$map":[]}],"result":"\"Recoleta\",serif"}
|
||||
{"args":["\"Playfair Display\",serif",{"$map":[]}],"result":"\"Playfair Display\",serif"}
|
||||
{"args":["\"CustomSerifFace\",serif",{"$map":[]}],"result":"\"CustomSerifFace\",serif"}
|
||||
{"args":["56px",{"$map":[]}],"result":"56px"}
|
||||
{"args":["\"Karla\",sans-serif",{"$map":[]}],"result":"\"Karla\",sans-serif"}
|
||||
{"args":["normal",{"$map":[]}],"result":"normal"}
|
||||
{"args":["0.16em",{"$map":[]}],"result":"0.16em"}
|
||||
{"args":["0.14em",{"$map":[]}],"result":"0.14em"}
|
||||
{"args":["999px",{"$map":[]}],"result":"999px"}
|
||||
{"args":["0.18em",{"$map":[]}],"result":"0.18em"}
|
||||
{"args":["#f6f2ec",{"$map":[]}],"result":"#f6f2ec"}
|
||||
{"args":["#171411",{"$map":[]}],"result":"#171411"}
|
||||
{"args":["#c9bfb2",{"$map":[]}],"result":"#c9bfb2"}
|
||||
{"args":["38px",{"$map":[]}],"result":"38px"}
|
||||
{"args":["#fffaf3",{"$map":[]}],"result":"#fffaf3"}
|
||||
{"args":["240px",{"$map":[]}],"result":"240px"}
|
||||
{"args":["0.11em",{"$map":[]}],"result":"0.11em"}
|
||||
{"args":["#5b5046",{"$map":[]}],"result":"#5b5046"}
|
||||
{"args":["26px",{"$map":[]}],"result":"26px"}
|
||||
{"args":["small-caps",{"$map":[]}],"result":"small-caps"}
|
||||
{"args":["#d8cec0",{"$map":[]}],"result":"#d8cec0"}
|
||||
{"args":["220px",{"$map":[]}],"result":"220px"}
|
||||
{"args":["46px",{"$map":[]}],"result":"46px"}
|
||||
{"args":["70px",{"$map":[]}],"result":"70px"}
|
||||
{"args":["bounce-keyframe",{"$map":[]}],"result":"bounce-keyframe"}
|
||||
{"args":["transform",{"$map":[]}],"result":"transform"}
|
||||
{"args":["cubic-bezier(0.68,-0.55,0.265,1.55)",{"$map":[]}],"result":"cubic-bezier(0.68,-0.55,0.265,1.55)"}
|
||||
{"args":["width",{"$map":[]}],"result":"width"}
|
||||
{"args":["ease",{"$map":[]}],"result":"ease"}
|
||||
{"args":["height",{"$map":[]}],"result":"height"}
|
||||
{"args":["ease-out",{"$map":[]}],"result":"ease-out"}
|
||||
{"args":["padding",{"$map":[]}],"result":"padding"}
|
||||
{"args":["margin",{"$map":[]}],"result":"margin"}
|
||||
{"args":["ease-in",{"$map":[]}],"result":"ease-in"}
|
||||
{"args":["max-height",{"$map":[]}],"result":"max-height"}
|
||||
{"args":["width, height",{"$map":[]}],"result":"width, height"}
|
||||
{"args":["ease, ease",{"$map":[]}],"result":"ease, ease"}
|
||||
{"args":["width, opacity",{"$map":[]}],"result":"width, opacity"}
|
||||
{"args":["fade-in-keyframe",{"$map":[]}],"result":"fade-in-keyframe"}
|
||||
{"args":["cubic-bezier(0.16,1,0.3,1)",{"$map":[]}],"result":"cubic-bezier(0.16,1,0.3,1)"}
|
||||
{"args":["cubic-bezier(0.25,1,0.5,1)",{"$map":[]}],"result":"cubic-bezier(0.25,1,0.5,1)"}
|
||||
{"args":["opacity",{"$map":[]}],"result":"opacity"}
|
||||
{"args":["color, background-color",{"$map":[]}],"result":"color, background-color"}
|
||||
{"args":["box-shadow",{"$map":[]}],"result":"box-shadow"}
|
||||
{"args":["all",{"$map":[]}],"result":"all"}
|
||||
{"args":["transform, opacity, box-shadow",{"$map":[]}],"result":"transform, opacity, box-shadow"}
|
||||
{"args":["ease, ease, ease",{"$map":[]}],"result":"ease, ease, ease"}
|
||||
{"args":["oklch(0.78 0.14 155)",{"$map":[]}],"result":"oklch(0.78 0.14 155)"}
|
||||
{"args":["system-ui,sans-serif",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"system-ui,sans-serif"}
|
||||
{"args":["#f9fafb",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"#f9fafb"}
|
||||
{"args":["24px",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"24px"}
|
||||
{"args":["0",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0"}
|
||||
{"args":["grid",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"grid"}
|
||||
{"args":["auto",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"auto"}
|
||||
{"args":["14px",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"14px"}
|
||||
{"args":["uppercase",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"uppercase"}
|
||||
{"args":["0.05em",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0.05em"}
|
||||
{"args":["16px",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"16px"}
|
||||
{"args":["#475569",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"#475569"}
|
||||
{"args":["11px",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"11px"}
|
||||
{"args":["8px",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"8px"}
|
||||
{"args":["#64748b",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"#64748b"}
|
||||
{"args":["#111827",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"#111827"}
|
||||
{"args":["12px",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"12px"}
|
||||
{"args":["10px",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"10px"}
|
||||
{"args":["#1f2937",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"#1f2937"}
|
||||
{"args":["0 0 20px rgba(59,130,246,0.4)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 20px rgba(59,130,246,0.4)"}
|
||||
{"args":["600",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"600"}
|
||||
{"args":["13px",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"13px"}
|
||||
{"args":["4px",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"4px"}
|
||||
{"args":["#cbd5e1",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"#cbd5e1"}
|
||||
{"args":["0 0 25px rgba(139,92,246,0.35)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 25px rgba(139,92,246,0.35)"}
|
||||
{"args":["0 0 15px rgba(6,182,212,0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 15px rgba(6,182,212,0.5)"}
|
||||
{"args":["0 4px 6px rgba(0,0,0,0.3),0 0 30px rgba(168,85,247,0.3)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 6px rgba(0,0,0,0.3),0 0 30px rgba(168,85,247,0.3)"}
|
||||
{"args":["0 0 20px rgba(236, 72, 153, 0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 20px rgba(236, 72, 153, 0.5)"}
|
||||
{"args":["0 0 18px oklch(0.72 0.15 195/0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 18px oklch(0.72 0.15 195/0.5)"}
|
||||
{"args":["0 0 16px #3b82f6",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 16px #3b82f6"}
|
||||
{"args":["0 0 22px hsl(280,80%,60%)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 22px hsl(280,80%,60%)"}
|
||||
{"args":["oklch(0.78 0.14 155)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]},1],"result":"oklch(0.78 0.14 155)"}
|
||||
{"args":["0 0 10px var(--fixture-glow)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 10px oklch(0.78 0.14 155)"}
|
||||
{"args":["0 0 12px #22d3ee",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 12px #22d3ee"}
|
||||
{"args":["white",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"white"}
|
||||
{"args":["0 0 20px oklch(0.65 0.2 300/0.45)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 20px oklch(0.65 0.2 300/0.45)"}
|
||||
{"args":["#0f172a",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"#0f172a"}
|
||||
{"args":["url(/fixtures/antipatterns/missing-photo.png)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"url(/fixtures/antipatterns/missing-photo.png)"}
|
||||
{"args":["0 0 26px rgba(217,70,239,0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 26px rgba(217,70,239,0.5)"}
|
||||
{"args":["linear-gradient(#111827,#0b1220),url(/fixtures/antipatterns/missing-photo.png)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"linear-gradient(#111827,#0b1220),url(/fixtures/antipatterns/missing-photo.png)"}
|
||||
{"args":["0 6px 22px rgba(249,115,22,0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 6px 22px rgba(249,115,22,0.5)"}
|
||||
{"args":["0 2px 4px rgba(59,130,246,0.15)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 2px 4px rgba(59,130,246,0.15)"}
|
||||
{"args":["0 4px 12px rgba(0,0,0,0.4)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 12px rgba(0,0,0,0.4)"}
|
||||
{"args":["0 0 0 3px rgba(59,130,246,0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 0 3px rgba(59,130,246,0.5)"}
|
||||
{"args":["0 1px 3px rgba(59,130,246,0.2)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 1px 3px rgba(59,130,246,0.2)"}
|
||||
{"args":["0 1px 3px rgba(0,0,0,0.3)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 1px 3px rgba(0,0,0,0.3)"}
|
||||
{"args":["0 4px 6px -1px rgba(0,0,0,0.4)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 6px -1px rgba(0,0,0,0.4)"}
|
||||
{"args":["0 10px 25px -5px rgba(0,0,0,0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 10px 25px -5px rgba(0,0,0,0.5)"}
|
||||
{"args":["inset 0 2px 4px rgba(0,0,0,0.3)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"inset 0 2px 4px rgba(0,0,0,0.3)"}
|
||||
{"args":["0 4px 6px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.2)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 6px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.2)"}
|
||||
{"args":["#6b7280",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"#6b7280"}
|
||||
{"args":["0 2px 4px rgba(59,130,246,0.3)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 2px 4px rgba(59,130,246,0.3)"}
|
||||
{"args":["#ffffff",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"#ffffff"}
|
||||
{"args":["0 8px 20px rgba(59,130,246,0.25)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 8px 20px rgba(59,130,246,0.25)"}
|
||||
{"args":["0 0 24px rgba(0,0,0,0.15)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 24px rgba(0,0,0,0.15)"}
|
||||
{"args":["0 6px 20px rgba(16,185,129,0.35)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 6px 20px rgba(16,185,129,0.35)"}
|
||||
{"args":["linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(/fixtures/antipatterns/missing-photo.png)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(/fixtures/antipatterns/missing-photo.png)"}
|
||||
{"args":["0 6px 22px rgba(244,63,94,0.45)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 6px 22px rgba(244,63,94,0.45)"}
|
||||
{"args":["0 1px 2px rgba(0,0,0,0.6)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 1px 2px rgba(0,0,0,0.6)"}
|
||||
{"args":["0 1px 3px rgba(0,0,0,0.1)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 1px 3px rgba(0,0,0,0.1)"}
|
||||
{"args":["0 4px 6px -1px rgba(0,0,0,0.1)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 6px -1px rgba(0,0,0,0.1)"}
|
||||
{"args":["0 10px 30px -5px rgba(0,0,0,0.15)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 10px 30px -5px rgba(0,0,0,0.15)"}
|
||||
{"args":["",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":""}
|
||||
{"args":["inset 0 2px 4px rgba(0, 0, 0, 0.3)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"inset 0 2px 4px rgba(0, 0, 0, 0.3)"}
|
||||
{"args":["0 0 20px rgba(59, 130, 246, 0.4)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 20px rgba(59, 130, 246, 0.4)"}
|
||||
{"args":["0 0 25px rgba(139, 92, 246, 0.35)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 25px rgba(139, 92, 246, 0.35)"}
|
||||
{"args":["0 0 15px rgba(6, 182, 212, 0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 15px rgba(6, 182, 212, 0.5)"}
|
||||
{"args":["0 4px 6px rgba(0, 0, 0, 0.3), 0 0 30px rgba(168, 85, 247, 0.3)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 6px rgba(0, 0, 0, 0.3), 0 0 30px rgba(168, 85, 247, 0.3)"}
|
||||
{"args":["0 0 18px oklch(0.72 0.15 195 / 0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 18px oklch(0.72 0.15 195 / 0.5)"}
|
||||
{"args":["0 0 22px hsl(280, 80%, 60%)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 22px hsl(280, 80%, 60%)"}
|
||||
{"args":["0 0 20px oklch(0.65 0.2 300 / 0.45)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 20px oklch(0.65 0.2 300 / 0.45)"}
|
||||
{"args":["0 0 26px rgba(217, 70, 239, 0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 26px rgba(217, 70, 239, 0.5)"}
|
||||
{"args":["0 6px 22px rgba(249, 115, 22, 0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 6px 22px rgba(249, 115, 22, 0.5)"}
|
||||
{"args":["0 2px 4px rgba(59, 130, 246, 0.15)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 2px 4px rgba(59, 130, 246, 0.15)"}
|
||||
{"args":["0 4px 12px rgba(0, 0, 0, 0.4)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 12px rgba(0, 0, 0, 0.4)"}
|
||||
{"args":["0 0 0 3px rgba(59, 130, 246, 0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 0 3px rgba(59, 130, 246, 0.5)"}
|
||||
{"args":["0 1px 3px rgba(59, 130, 246, 0.2)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 1px 3px rgba(59, 130, 246, 0.2)"}
|
||||
{"args":["0 1px 3px rgba(0, 0, 0, 0.3)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 1px 3px rgba(0, 0, 0, 0.3)"}
|
||||
{"args":["0 4px 6px -1px rgba(0, 0, 0, 0.4)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 6px -1px rgba(0, 0, 0, 0.4)"}
|
||||
{"args":["0 10px 25px -5px rgba(0, 0, 0, 0.5)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 10px 25px -5px rgba(0, 0, 0, 0.5)"}
|
||||
{"args":["0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2)"}
|
||||
{"args":["0 1px 3px rgba(0, 0, 0, 0.1)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 1px 3px rgba(0, 0, 0, 0.1)"}
|
||||
{"args":["0 4px 6px -1px rgba(0, 0, 0, 0.1)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 4px 6px -1px rgba(0, 0, 0, 0.1)"}
|
||||
{"args":["0 10px 30px -5px rgba(0, 0, 0, 0.15)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 10px 30px -5px rgba(0, 0, 0, 0.15)"}
|
||||
{"args":["0 2px 4px rgba(59, 130, 246, 0.3)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 2px 4px rgba(59, 130, 246, 0.3)"}
|
||||
{"args":["0 8px 20px rgba(59, 130, 246, 0.25)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 8px 20px rgba(59, 130, 246, 0.25)"}
|
||||
{"args":["0 0 24px rgba(0, 0, 0, 0.15)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 0 24px rgba(0, 0, 0, 0.15)"}
|
||||
{"args":["0 6px 20px rgba(16, 185, 129, 0.35)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 6px 20px rgba(16, 185, 129, 0.35)"}
|
||||
{"args":["0 6px 22px rgba(244, 63, 94, 0.45)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 6px 22px rgba(244, 63, 94, 0.45)"}
|
||||
{"args":["0 1px 2px rgba(0, 0, 0, 0.6)",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"0 1px 2px rgba(0, 0, 0, 0.6)"}
|
||||
{"args":["url('/fixtures/antipatterns/missing-photo.png')",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"url('/fixtures/antipatterns/missing-photo.png')"}
|
||||
{"args":["linear-gradient(#111827, #0b1220), url('/fixtures/antipatterns/missing-photo.png')",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"linear-gradient(#111827, #0b1220), url('/fixtures/antipatterns/missing-photo.png')"}
|
||||
{"args":["a real drop\n shadow, not a halo — must NOT flag under the zero-offset rule.\n (Element path",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"a real drop\n shadow, not a halo — must NOT flag under the zero-offset rule.\n (Element path"}
|
||||
{"args":["linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/fixtures/antipatterns/missing-photo.png')",{"$map":[["--fixture-glow","oklch(0.78 0.14 155)"]]}],"result":"linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/fixtures/antipatterns/missing-photo.png')"}
|
||||
{"args":["0.06em",{"$map":[]}],"result":"0.06em"}
|
||||
{"args":["#fffbe6",{"$map":[]}],"result":"#fffbe6"}
|
||||
{"args":["#d4a017",{"$map":[]}],"result":"#d4a017"}
|
||||
{"args":["ui-monospace,monospace",{"$map":[]}],"result":"ui-monospace,monospace"}
|
||||
{"args":["#8b6914",{"$map":[]}],"result":"#8b6914"}
|
||||
{"args":["#fef3c7",{"$map":[]}],"result":"#fef3c7"}
|
||||
{"args":["#78350f",{"$map":[]}],"result":"#78350f"}
|
||||
{"args":["#fde68a",{"$map":[]}],"result":"#fde68a"}
|
||||
{"args":["solid",{"$map":[]}],"result":"solid"}
|
||||
{"args":["0px",{"$map":[]}],"result":"0px"}
|
||||
{"args":["#f5f5f7",{"$map":[]}],"result":"#f5f5f7"}
|
||||
{"args":["linear-gradient(135deg,#cbd5e1,#94a3b8)",{"$map":[]}],"result":"linear-gradient(135deg,#cbd5e1,#94a3b8)"}
|
||||
{"args":["#eef2f7",{"$map":[]}],"result":"#eef2f7"}
|
||||
{"args":["#172033",{"$map":[]}],"result":"#172033"}
|
||||
{"args":["#23304a",{"$map":[]}],"result":"#23304a"}
|
||||
{"args":["rgba(255,255,255,0.16)",{"$map":[]}],"result":"rgba(255,255,255,0.16)"}
|
||||
{"args":["linear-gradient(135deg, #cbd5e1, #94a3b8)",{"$map":[]}],"result":"linear-gradient(135deg, #cbd5e1, #94a3b8)"}
|
||||
{"args":["#1a1a1a",{"$map":[]}],"result":"#1a1a1a"}
|
||||
{"args":["168px",{"$map":[]}],"result":"168px"}
|
||||
{"args":["-0.06em",{"$map":[]}],"result":"-0.06em"}
|
||||
{"args":["-4px",{"$map":[]}],"result":"-4px"}
|
||||
{"args":["-0.07em",{"$map":[]}],"result":"-0.07em"}
|
||||
{"args":["-0.02em",{"$map":[]}],"result":"-0.02em"}
|
||||
{"args":["#ddd",{"$map":[]}],"result":"#ddd"}
|
||||
{"args":["#222",{"$map":[]}],"result":"#222"}
|
||||
{"args":["clip",{"$map":[]}],"result":"clip"}
|
||||
{"args":["-34px",{"$map":[]}],"result":"-34px"}
|
||||
{"args":["160px",{"$map":[]}],"result":"160px"}
|
||||
{"args":["180px",{"$map":[]}],"result":"180px"}
|
||||
{"args":["static",{"$map":[]}],"result":"static"}
|
||||
{"args":["visible",{"$map":[]}],"result":"visible"}
|
||||
{"args":["36px",{"$map":[]}],"result":"36px"}
|
||||
{"args":["#e5f0ff",{"$map":[]}],"result":"#e5f0ff"}
|
||||
{"args":["52px",{"$map":[]}],"result":"52px"}
|
||||
{"args":["#111",{"$map":[]}],"result":"#111"}
|
||||
{"args":["linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)",{"$map":[]}],"result":"linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)"}
|
||||
{"args":["-18px",{"$map":[]}],"result":"-18px"}
|
||||
{"args":["linear-gradient(135deg,#b7d7ff,#486aa3)",{"$map":[]}],"result":"linear-gradient(135deg,#b7d7ff,#486aa3)"}
|
||||
{"args":["rgba(255,255,255,.86)",{"$map":[]}],"result":"rgba(255,255,255,.86)"}
|
||||
{"args":["#f5f5f5",{"$map":[]}],"result":"#f5f5f5"}
|
||||
{"args":["linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent)",{"$map":[]}],"result":"linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent)"}
|
||||
{"args":["linear-gradient(135deg, #b7d7ff, #486aa3)",{"$map":[]}],"result":"linear-gradient(135deg, #b7d7ff, #486aa3)"}
|
||||
{"args":["#f5efe2",{"$map":[]}],"result":"#f5efe2"}
|
||||
{"args":["#2a2622",{"$map":[]}],"result":"#2a2622"}
|
||||
{"args":["0 0 24px rgba(0,0,0,0.18)",{"$map":[]}],"result":"0 0 24px rgba(0,0,0,0.18)"}
|
||||
{"args":["repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)",{"$map":[]}],"result":"repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)"}
|
||||
{"args":["linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)",{"$map":[]}],"result":"linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)"}
|
||||
{"args":["0 1px 4px rgba(0,0,0,0.08)",{"$map":[]}],"result":"0 1px 4px rgba(0,0,0,0.08)"}
|
||||
{"args":["rgba(148, 163, 184, 0.16)",{"$map":[]}],"result":"rgba(148, 163, 184, 0.16)"}
|
||||
{"args":["0 18px 48px -16px rgba(15, 23, 42, 0.18)",{"$map":[]}],"result":"0 18px 48px -16px rgba(15, 23, 42, 0.18)"}
|
||||
{"args":["oklch(78% 0 0 / 0.16)",{"$map":[]}],"result":"oklch(78% 0 0 / 0.16)"}
|
||||
{"args":["0 16px 36px -12px oklch(2% 0.004 95 / 0.18)",{"$map":[]}],"result":"0 16px 36px -12px oklch(2% 0.004 95 / 0.18)"}
|
||||
{"args":["linear-gradient(180deg, #f3f4f6, #ffffff)",{"$map":[]}],"result":"linear-gradient(180deg, #f3f4f6, #ffffff)"}
|
||||
{"args":["linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)",{"$map":[]}],"result":"linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"}
|
||||
{"args":["linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)",{"$map":[]}],"result":"linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)"}
|
||||
{"args":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)",{"$map":[]}],"result":"linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"}
|
||||
{"args":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)",{"$map":[]}],"result":"linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"}
|
||||
{"args":["0 0 24px rgba(0,0,0,0.18)\"\nstyle=\"background: repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)\"\nstyle=\"background: linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)",{"$map":[]}],"result":"0 0 24px rgba(0,0,0,0.18)\"\nstyle=\"background: repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)\"\nstyle=\"background: linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)"}
|
||||
{"args":["0 1px 4px rgba(0,0,0,0.08)\"\nstyle=\"border: 1px solid rgba(148, 163, 184, 0.16)",{"$map":[]}],"result":"0 1px 4px rgba(0,0,0,0.08)\"\nstyle=\"border: 1px solid rgba(148, 163, 184, 0.16)"}
|
||||
{"args":["0 18px 48px -16px rgba(15, 23, 42, 0.18)\"\nstyle=\"border: 1px solid oklch(78% 0 0 / 0.16)",{"$map":[]}],"result":"0 18px 48px -16px rgba(15, 23, 42, 0.18)\"\nstyle=\"border: 1px solid oklch(78% 0 0 / 0.16)"}
|
||||
{"args":["0 16px 36px -12px oklch(2% 0.004 95 / 0.18)\"\nstyle=\"background: linear-gradient(180deg, #f3f4f6, #ffffff)\"\nstyle=\"background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)",{"$map":[]}],"result":"0 16px 36px -12px oklch(2% 0.004 95 / 0.18)\"\nstyle=\"background: linear-gradient(180deg, #f3f4f6, #ffffff)\"\nstyle=\"background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"}
|
||||
{"args":["Georgia,\"Iowan Old Style\",serif",{"$map":[]}],"result":"Georgia,\"Iowan Old Style\",serif"}
|
||||
{"args":["#1f2933",{"$map":[]}],"result":"#1f2933"}
|
||||
{"args":["#fdfcf9",{"$map":[]}],"result":"#fdfcf9"}
|
||||
{"args":["\"SF Mono\",ui-monospace,monospace",{"$map":[]}],"result":"\"SF Mono\",ui-monospace,monospace"}
|
||||
{"args":["#f1efe9",{"$map":[]}],"result":"#f1efe9"}
|
||||
{"args":["linear-gradient(135deg,#7c3aed,#a855f7)",{"$map":[]}],"result":"linear-gradient(135deg,#7c3aed,#a855f7)"}
|
||||
{"args":["text",{"$map":[]}],"result":"text"}
|
||||
{"args":["44px",{"$map":[]}],"result":"44px"}
|
||||
{"args":["linear-gradient(90deg, #667eea, #764ba2)",{"$map":[]}],"result":"linear-gradient(90deg, #667eea, #764ba2)"}
|
||||
{"args":["linear-gradient(oklch(0.07 0.006 95),oklch(0.11 0.008 95))",{"$map":[]}],"result":"linear-gradient(oklch(0.07 0.006 95),oklch(0.11 0.008 95))"}
|
||||
{"args":["oklch(0.92 0.01 90)",{"$map":[]}],"result":"oklch(0.92 0.01 90)"}
|
||||
{"args":["oklch(0.32 0.01 90)",{"$map":[]}],"result":"oklch(0.32 0.01 90)"}
|
||||
{"args":["color(srgb 0.1 0.11 0.12)",{"$map":[]}],"result":"color(srgb 0.1 0.11 0.12)"}
|
||||
{"args":["color(srgb 0.28 0.28 0.3)",{"$map":[]}],"result":"color(srgb 0.28 0.28 0.3)"}
|
||||
{"args":["color(display-p3 0.07 0.07 0.08)",{"$map":[]}],"result":"color(display-p3 0.07 0.07 0.08)"}
|
||||
{"args":["color(display-p3 0.35 0.35 0.36)",{"$map":[]}],"result":"color(display-p3 0.35 0.35 0.36)"}
|
||||
{"args":["lch(18 4 60)",{"$map":[]}],"result":"lch(18 4 60)"}
|
||||
{"args":["lch(35 3 60)",{"$map":[]}],"result":"lch(35 3 60)"}
|
||||
{"args":["color(srgb 0.98 0.97 0.95)",{"$map":[]}],"result":"color(srgb 0.98 0.97 0.95)"}
|
||||
{"args":["color(srgb 0.75 0.74 0.72)",{"$map":[]}],"result":"color(srgb 0.75 0.74 0.72)"}
|
||||
{"args":["inherit",{"$map":[]}],"result":"inherit"}
|
||||
{"args":["color(srgb 0.78 0.77 0.75)",{"$map":[]}],"result":"color(srgb 0.78 0.77 0.75)"}
|
||||
{"args":["currentcolor",{"$map":[]}],"result":"currentcolor"}
|
||||
{"args":["color(srgb 0.94 0.93 0.91)",{"$map":[]}],"result":"color(srgb 0.94 0.93 0.91)"}
|
||||
{"args":["color-mix(in srgb,white 6%,#0b0b0d)",{"$map":[]}],"result":"color-mix(in srgb,white 6%,#0b0b0d)"}
|
||||
{"args":["color(rec2020 0.05 0.05 0.05)",{"$map":[]}],"result":"color(rec2020 0.05 0.05 0.05)"}
|
||||
{"args":["url(opaque-panel.png),linear-gradient(#ff0000,#0000ff)",{"$map":[]}],"result":"url(opaque-panel.png),linear-gradient(#ff0000,#0000ff)"}
|
||||
{"args":["linear-gradient(oklch(0.07 0.006 95), oklch(0.11 0.008 95))",{"$map":[]}],"result":"linear-gradient(oklch(0.07 0.006 95), oklch(0.11 0.008 95))"}
|
||||
{"args":["url(\"opaque-panel.png\"), linear-gradient(#ff0000, #0000ff)",{"$map":[]}],"result":"url(\"opaque-panel.png\"), linear-gradient(#ff0000, #0000ff)"}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -39,44 +39,3 @@
|
||||
{"args":["0 2px 8px rgba(0,0,0,0.12)",{"minAlpha":0.12}],"result":8}
|
||||
{"args":["0 4px 6px rgba(0,0,0,0.3)",{"minAlpha":0.12}],"result":6}
|
||||
{"args":["0 2px 8px rgba(0,0,0,.08)",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["none",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["none",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["none",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["0 1px 3px rgba(0,0,0,0.1)",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["0 4px 6px rgba(0,0,0,0.3)",{"minAlpha":0.12}],"result":6}
|
||||
{"args":["0 1px 2px rgba(15,23,42,0.06)",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["0 2px 8px rgba(0,0,0,0.12)",{"minAlpha":0.12}],"result":8}
|
||||
{"args":["0 2px 8px rgba(0,0,0,0.1)",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["0 1px 3px rgba(0,0,0,0.08)",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["0 0 20px rgba(59,130,246,0.4)",{"minAlpha":0.12}],"result":20}
|
||||
{"args":["0 0 25px rgba(139,92,246,0.35)",{"minAlpha":0.12}],"result":25}
|
||||
{"args":["0 0 15px rgba(6,182,212,0.5)",{"minAlpha":0.12}],"result":15}
|
||||
{"args":["0 4px 6px rgba(0,0,0,0.3),0 0 30px rgba(168,85,247,0.3)",{"minAlpha":0.12}],"result":30}
|
||||
{"args":["0 0 20px rgba(236, 72, 153, 0.5)",{"minAlpha":0.12}],"result":20}
|
||||
{"args":["0 0 18px oklch(0.72 0.15 195/0.5)",{"minAlpha":0.12}],"result":18}
|
||||
{"args":["0 0 16px #3b82f6",{"minAlpha":0.12}],"result":16}
|
||||
{"args":["0 0 22px hsl(280,80%,60%)",{"minAlpha":0.12}],"result":22}
|
||||
{"args":["0 0 10px oklch(0.78 0.14 155)",{"minAlpha":0.12}],"result":10}
|
||||
{"args":["0 0 20px oklch(0.65 0.2 300/0.45)",{"minAlpha":0.12}],"result":20}
|
||||
{"args":["0 0 26px rgba(217,70,239,0.5)",{"minAlpha":0.12}],"result":26}
|
||||
{"args":["0 6px 22px rgba(249,115,22,0.5)",{"minAlpha":0.12}],"result":22}
|
||||
{"args":["0 2px 4px rgba(59,130,246,0.15)",{"minAlpha":0.12}],"result":4}
|
||||
{"args":["0 4px 12px rgba(0,0,0,0.4)",{"minAlpha":0.12}],"result":12}
|
||||
{"args":["0 0 0 3px rgba(59,130,246,0.5)",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["0 1px 3px rgba(59,130,246,0.2)",{"minAlpha":0.12}],"result":3}
|
||||
{"args":["0 1px 3px rgba(0,0,0,0.3)",{"minAlpha":0.12}],"result":3}
|
||||
{"args":["0 4px 6px -1px rgba(0,0,0,0.4)",{"minAlpha":0.12}],"result":6}
|
||||
{"args":["0 10px 25px -5px rgba(0,0,0,0.5)",{"minAlpha":0.12}],"result":25}
|
||||
{"args":["inset 0 2px 4px rgba(0,0,0,0.3)",{"minAlpha":0.12}],"result":4}
|
||||
{"args":["0 4px 6px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.2)",{"minAlpha":0.12}],"result":6}
|
||||
{"args":["0 2px 4px rgba(59,130,246,0.3)",{"minAlpha":0.12}],"result":4}
|
||||
{"args":["0 8px 20px rgba(59,130,246,0.25)",{"minAlpha":0.12}],"result":20}
|
||||
{"args":["0 0 24px rgba(0,0,0,0.15)",{"minAlpha":0.12}],"result":24}
|
||||
{"args":["0 6px 20px rgba(16,185,129,0.35)",{"minAlpha":0.12}],"result":20}
|
||||
{"args":["0 6px 22px rgba(244,63,94,0.45)",{"minAlpha":0.12}],"result":22}
|
||||
{"args":["0 4px 6px -1px rgba(0,0,0,0.1)",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["0 10px 30px -5px rgba(0,0,0,0.15)",{"minAlpha":0.12}],"result":30}
|
||||
{"args":["0 0 24px rgba(0,0,0,0.18)",{"minAlpha":0.12}],"result":24}
|
||||
{"args":["0 1px 4px rgba(0,0,0,0.08)",{"minAlpha":0.12}],"result":0}
|
||||
{"args":["0 18px 48px -16px rgba(15, 23, 42, 0.18)",{"minAlpha":0.12}],"result":48}
|
||||
{"args":["0 16px 36px -12px oklch(2% 0.004 95 / 0.18)",{"minAlpha":0.12}],"result":36}
|
||||
|
||||
@@ -7,12 +7,3 @@
|
||||
{"args":["srgb",0.78,0.77,0.75],"result":{"r":199,"g":196,"b":191,"a":1}}
|
||||
{"args":["srgb",0.94,0.93,0.91],"result":{"r":240,"g":237,"b":232,"a":1}}
|
||||
{"args":["rec2020",0.05,0.05,0.05],"result":null}
|
||||
{"args":["srgb",0.1,0.11,0.12],"result":{"r":26,"g":28,"b":31,"a":1}}
|
||||
{"args":["srgb",0.28,0.28,0.3],"result":{"r":71,"g":71,"b":77,"a":1}}
|
||||
{"args":["display-p3",0.07,0.07,0.08],"result":{"r":18,"g":18,"b":21,"a":1}}
|
||||
{"args":["display-p3",0.35,0.35,0.36],"result":{"r":89,"g":89,"b":92,"a":1}}
|
||||
{"args":["srgb",0.98,0.97,0.95],"result":{"r":250,"g":247,"b":242,"a":1}}
|
||||
{"args":["srgb",0.75,0.74,0.72],"result":{"r":191,"g":189,"b":184,"a":1}}
|
||||
{"args":["srgb",0.78,0.77,0.75],"result":{"r":199,"g":196,"b":191,"a":1}}
|
||||
{"args":["srgb",0.94,0.93,0.91],"result":{"r":240,"g":237,"b":232,"a":1}}
|
||||
{"args":["rec2020",0.05,0.05,0.05],"result":null}
|
||||
|
||||
@@ -82,76 +82,3 @@
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.23921568627450981}],"result":"#506fff"}
|
||||
{"args":[{"r":255,"g":0,"b":128,"a":0.9}],"result":"#ff0080"}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.85}],"result":"#506fff"}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":"#ff00aa"}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1}],"result":"#ffffff"}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":"#ff00aa"}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1}],"result":"#ffffff"}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":1}],"result":"#3b82f6"}
|
||||
{"args":[{"r":150,"g":150,"b":150,"a":1}],"result":"#969696"}
|
||||
{"args":[{"r":16,"g":185,"b":129,"a":1}],"result":"#10b981"}
|
||||
{"args":[{"r":180,"g":180,"b":180,"a":1}],"result":"#b4b4b4"}
|
||||
{"args":[{"r":200,"g":200,"b":200,"a":1}],"result":"#c8c8c8"}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1}],"result":"#ffffff"}
|
||||
{"args":[{"r":80,"g":80,"b":80,"a":1}],"result":"#505050"}
|
||||
{"args":[{"r":30,"g":30,"b":30,"a":1}],"result":"#1e1e1e"}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":1},0,[{"r":59,"g":130,"b":246,"a":1},{"r":139,"g":92,"b":246,"a":1}]],"result":"#3b82f6"}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":1},1,[{"r":59,"g":130,"b":246,"a":1},{"r":139,"g":92,"b":246,"a":1}]],"result":"#8b5cf6"}
|
||||
{"args":[{"r":128,"g":128,"b":128,"a":1}],"result":"#808080"}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":1}],"result":"#8b5cf6"}
|
||||
{"args":[{"r":102,"g":102,"b":102,"a":1}],"result":"#666666"}
|
||||
{"args":[{"r":91,"g":79,"b":68,"a":1}],"result":"#5b4f44"}
|
||||
{"args":[{"r":31,"g":26,"b":21,"a":1}],"result":"#1f1a15"}
|
||||
{"args":[{"r":108,"g":114,"b":128,"a":1}],"result":"#6c7280"}
|
||||
{"args":[{"r":55,"g":65,"b":81,"a":1}],"result":"#374151"}
|
||||
{"args":[{"r":182,"g":50,"b":45,"a":1}],"result":"#b6322d"}
|
||||
{"args":[{"r":92,"g":84,"b":73,"a":1}],"result":"#5c5449"}
|
||||
{"args":[{"r":156,"g":163,"b":175,"a":1}],"result":"#9ca3af"}
|
||||
{"args":[{"r":168,"g":85,"b":247,"a":1}],"result":"#a855f7"}
|
||||
{"args":[{"r":207,"g":201,"b":189,"a":1}],"result":"#cfc9bd"}
|
||||
{"args":[{"r":232,"g":226,"b":214,"a":1}],"result":"#e8e2d6"}
|
||||
{"args":[{"r":125,"g":125,"b":125,"a":1}],"result":"#7d7d7d"}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1}],"result":"#d7d7d7"}
|
||||
{"args":[{"r":220,"g":219,"b":216,"a":1}],"result":"#dcdbd8"}
|
||||
{"args":[{"r":46,"g":46,"b":46,"a":1}],"result":"#2e2e2e"}
|
||||
{"args":[{"r":1,"g":1,"b":1,"a":1}],"result":"#010101"}
|
||||
{"args":[{"r":51,"g":51,"b":51,"a":1}],"result":"#333333"}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1}],"result":"#64748b"}
|
||||
{"args":[{"r":254,"g":247,"b":242,"a":1}],"result":"#fef7f2"}
|
||||
{"args":[{"r":246,"g":246,"b":246,"a":1}],"result":"#f6f6f6"}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":"#ff00aa"}
|
||||
{"args":[{"r":213,"g":90,"b":66,"a":1}],"result":"#d55a42"}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.26}],"result":"#506fff"}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":0.3}],"result":"#8b5cf6"}
|
||||
{"args":[{"r":34,"g":211,"b":238,"a":0.22}],"result":"#22d3ee"}
|
||||
{"args":[{"r":255,"g":90,"b":120,"a":0.28}],"result":"#ff5a78"}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.23921568627450981}],"result":"#506fff"}
|
||||
{"args":[{"r":255,"g":0,"b":128,"a":0.9}],"result":"#ff0080"}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.85}],"result":"#506fff"}
|
||||
{"args":[{"r":148,"g":163,"b":184,"a":1}],"result":"#94a3b8"}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":0.4}],"result":"#3b82f6"}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":0.35}],"result":"#8b5cf6"}
|
||||
{"args":[{"r":6,"g":182,"b":212,"a":0.5}],"result":"#06b6d4"}
|
||||
{"args":[{"r":168,"g":85,"b":247,"a":0.3}],"result":"#a855f7"}
|
||||
{"args":[{"r":236,"g":72,"b":153,"a":0.5}],"result":"#ec4899"}
|
||||
{"args":[{"r":0,"g":192,"b":194,"a":0.5}],"result":"#00c0c2"}
|
||||
{"args":[{"r":180,"g":71,"b":235,"a":1}],"result":"#b447eb"}
|
||||
{"args":[{"r":99,"g":209,"b":143,"a":1}],"result":"#63d18f"}
|
||||
{"args":[{"r":34,"g":211,"b":238,"a":1}],"result":"#22d3ee"}
|
||||
{"args":[{"r":164,"g":107,"b":245,"a":0.45}],"result":"#a46bf5"}
|
||||
{"args":[{"r":217,"g":70,"b":239,"a":0.5}],"result":"#d946ef"}
|
||||
{"args":[{"r":249,"g":115,"b":22,"a":0.5}],"result":"#f97316"}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":0.25}],"result":"#3b82f6"}
|
||||
{"args":[{"r":16,"g":185,"b":129,"a":0.35}],"result":"#10b981"}
|
||||
{"args":[{"r":244,"g":63,"b":94,"a":0.45}],"result":"#f43f5e"}
|
||||
{"args":[{"r":53,"g":51,"b":45,"a":1}],"result":"#35332d"}
|
||||
{"args":[{"r":5,"g":4,"b":3,"a":1}],"result":"#050403"}
|
||||
{"args":[{"r":71,"g":71,"b":77,"a":1}],"result":"#47474d"}
|
||||
{"args":[{"r":26,"g":28,"b":31,"a":1}],"result":"#1a1c1f"}
|
||||
{"args":[{"r":89,"g":89,"b":92,"a":1}],"result":"#59595c"}
|
||||
{"args":[{"r":18,"g":18,"b":21,"a":1}],"result":"#121215"}
|
||||
{"args":[{"r":86,"g":81,"b":78,"a":1}],"result":"#56514e"}
|
||||
{"args":[{"r":48,"g":43,"b":39,"a":1}],"result":"#302b27"}
|
||||
{"args":[{"r":191,"g":189,"b":184,"a":1}],"result":"#bfbdb8"}
|
||||
{"args":[{"r":250,"g":247,"b":242,"a":1}],"result":"#faf7f2"}
|
||||
{"args":[{"r":199,"g":196,"b":191,"a":1}],"result":"#c7c4bf"}
|
||||
{"args":[{"r":240,"g":237,"b":232,"a":1}],"result":"#f0ede8"}
|
||||
|
||||
@@ -23,26 +23,3 @@
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.85},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":70,"g":96,"b":220,"a":1}}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.28},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":30,"g":40,"b":85,"a":1}}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.6},{"r":255,"g":255,"b":255,"a":1}],"result":{"r":102,"g":102,"b":102,"a":1}}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.5},{"r":250,"g":250,"b":250,"a":1}],"result":{"r":125,"g":125,"b":125,"a":1}}
|
||||
{"args":[{"r":52,"g":192,"b":168,"a":0.09},{"r":15,"g":15,"b":17,"a":1}],"result":{"r":18,"g":31,"b":31,"a":1}}
|
||||
{"args":[{"r":226,"g":222,"b":208,"a":0.16},{"r":15,"g":15,"b":17,"a":1}],"result":{"r":49,"g":48,"b":48,"a":1}}
|
||||
{"args":[{"r":250,"g":249,"b":246,"a":0.88},{"r":1,"g":1,"b":1,"a":1}],"result":{"r":220,"g":219,"b":217,"a":1}}
|
||||
{"args":[{"r":250,"g":249,"b":246,"a":0.88},{"r":0,"g":0,"b":0,"a":1}],"result":{"r":220,"g":219,"b":216,"a":1}}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.26},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":29,"g":38,"b":80,"a":1}}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":0.3},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":49,"g":37,"b":87,"a":1}}
|
||||
{"args":[{"r":34,"g":211,"b":238,"a":0.22},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":16,"g":57,"b":67,"a":1}}
|
||||
{"args":[{"r":255,"g":90,"b":120,"a":0.28},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":79,"g":35,"b":47,"a":1}}
|
||||
{"args":[{"r":255,"g":90,"b":120,"a":0.12},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":40,"g":22,"b":31,"a":1}}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.3},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":32,"g":42,"b":90,"a":1}}
|
||||
{"args":[{"r":255,"g":196,"b":64,"a":0.35},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":96,"g":77,"b":35,"a":1}}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.4},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":7,"g":8,"b":11,"a":1}}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":0.35},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":96,"g":98,"b":102,"a":1}}
|
||||
{"args":[{"r":255,"g":0,"b":128,"a":0.9},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":231,"g":1,"b":117,"a":1}}
|
||||
{"args":[{"r":121,"g":40,"b":202,"a":0.85},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":105,"g":36,"b":175,"a":1}}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.85},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":70,"g":96,"b":220,"a":1}}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.28},{"r":11,"g":13,"b":19,"a":1}],"result":{"r":30,"g":40,"b":85,"a":1}}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":0.6},{"r":17,"g":17,"b":17,"a":1}],"result":{"r":160,"g":160,"b":160,"a":1}}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":0.86},{"r":255,"g":255,"b":255,"a":1}],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":[{"r":246,"g":241,"b":233,"a":0.055},{"r":255,"g":255,"b":255,"a":1}],"result":{"r":255,"g":254,"b":254,"a":1}}
|
||||
{"args":[{"r":246,"g":241,"b":233,"a":0.05},{"r":255,"g":255,"b":255,"a":1}],"result":{"r":255,"g":254,"b":254,"a":1}}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":0.06},{"r":255,"g":255,"b":255,"a":1}],"result":{"r":241,"g":241,"b":242,"a":1}}
|
||||
|
||||
@@ -175,144 +175,3 @@
|
||||
{"args":[{"r":86,"g":97,"b":116,"a":1},{"r":247,"g":243,"b":238,"a":1}],"result":5.661424433001981}
|
||||
{"args":[{"r":246,"g":242,"b":232,"a":1},{"r":26,"g":29,"b":36,"a":1}],"result":15.086341548461323}
|
||||
{"args":[{"r":35,"g":31,"b":27,"a":1},{"r":245,"g":242,"b":234,"a":1}],"result":14.627644461028739}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":3.6005415744871194}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":21}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":3.6005415744871194}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":21}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},{"r":249,"g":250,"b":251,"a":1}],"result":20.095197181026958}
|
||||
{"args":[{"r":107,"g":114,"b":128,"a":1},{"r":249,"g":250,"b":251,"a":1}],"result":4.62619197409245}
|
||||
{"args":[{"r":75,"g":85,"b":99,"a":1},{"r":249,"g":250,"b":251,"a":1}],"result":7.231762080351423}
|
||||
{"args":[{"r":17,"g":24,"b":39,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":17.73971700407407}
|
||||
{"args":[{"r":107,"g":114,"b":128,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":4.834490081424352}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":31,"g":41,"b":55,"a":1}],"result":14.67911847763172}
|
||||
{"args":[{"r":156,"g":163,"b":175,"a":1},{"r":31,"g":41,"b":55,"a":1}],"result":5.781818271859838}
|
||||
{"args":[{"r":29,"g":78,"b":216,"a":1},{"r":219,"g":234,"b":254,"a":1}],"result":5.4928674915472}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":21}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":17,"g":24,"b":39,"a":1}],"result":17.73971700407407}
|
||||
{"args":[{"r":156,"g":163,"b":175,"a":1},{"r":17,"g":24,"b":39,"a":1}],"result":6.987328296864191}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":30,"g":41,"b":59,"a":1}],"result":14.628718079350337}
|
||||
{"args":[{"r":148,"g":163,"b":184,"a":1},{"r":30,"g":41,"b":59,"a":1}],"result":5.705336167182281}
|
||||
{"args":[{"r":17,"g":24,"b":39,"a":1},{"r":248,"g":250,"b":252,"a":1}],"result":16.955105845628285}
|
||||
{"args":[{"r":75,"g":85,"b":99,"a":1},{"r":248,"g":250,"b":252,"a":1}],"result":7.223122334738012}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1},{"r":248,"g":250,"b":252,"a":1}],"result":7.242510935504382}
|
||||
{"args":[{"r":17,"g":24,"b":39,"a":1},{"r":253,"g":253,"b":253,"a":1}],"result":17.439840609723063}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1},{"r":253,"g":253,"b":253,"a":1}],"result":7.4495693202611335}
|
||||
{"args":[{"r":244,"g":247,"b":251,"a":1},{"r":20,"g":24,"b":32,"a":1}],"result":16.545057985722828}
|
||||
{"args":[{"r":203,"g":213,"b":225,"a":1},{"r":20,"g":24,"b":32,"a":1}],"result":11.973918281527878}
|
||||
{"args":[{"r":244,"g":247,"b":251,"a":1},{"r":22,"g":26,"b":34,"a":1}],"result":16.219420315621196}
|
||||
{"args":[{"r":203,"g":213,"b":225,"a":1},{"r":22,"g":26,"b":34,"a":1}],"result":11.738249185985946}
|
||||
{"args":[{"r":17,"g":24,"b":39,"a":1},{"r":249,"g":250,"b":251,"a":1}],"result":16.97538624440406}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1},{"r":249,"g":250,"b":251,"a":1}],"result":7.251173872276777}
|
||||
{"args":[{"r":75,"g":85,"b":99,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":7.557378129674007}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1},{"r":250,"g":250,"b":250,"a":1}],"result":7.259931444887766}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1},{"r":250,"g":250,"b":250,"a":1}],"result":4.559303844665165}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":0,"g":0,"b":0,"a":1}],"result":21}
|
||||
{"args":[{"r":150,"g":150,"b":150,"a":1},{"r":59,"g":130,"b":246,"a":1}],"result":1.2434364304721877}
|
||||
{"args":[{"r":180,"g":180,"b":180,"a":1},{"r":16,"g":185,"b":129,"a":1}],"result":1.2234200604917482}
|
||||
{"args":[{"r":200,"g":200,"b":200,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":1.6730922959950039}
|
||||
{"args":[{"r":80,"g":80,"b":80,"a":1},{"r":30,"g":30,"b":30,"a":1}],"result":2.0675381205371726}
|
||||
{"args":[{"r":128,"g":128,"b":128,"a":1},{"r":59,"g":130,"b":246,"a":1}],"result":1.073829742266814}
|
||||
{"args":[{"r":128,"g":128,"b":128,"a":1},{"r":139,"g":92,"b":246,"a":1}],"result":1.0721443482315107}
|
||||
{"args":[{"r":102,"g":102,"b":102,"a":1},{"r":59,"g":130,"b":246,"a":1}],"result":1.561172049321925}
|
||||
{"args":[{"r":102,"g":102,"b":102,"a":1},{"r":139,"g":92,"b":246,"a":1}],"result":1.3560074577019148}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":1},{"r":250,"g":250,"b":250,"a":1}],"result":4.056821696700542}
|
||||
{"args":[{"r":91,"g":79,"b":68,"a":1},{"r":31,"g":26,"b":21,"a":1}],"result":2.1750407435109995}
|
||||
{"args":[{"r":108,"g":114,"b":128,"a":1},{"r":55,"g":65,"b":81,"a":1}],"result":2.138166309974158}
|
||||
{"args":[{"r":92,"g":84,"b":73,"a":1},{"r":182,"g":50,"b":45,"a":1}],"result":1.2354225658983047}
|
||||
{"args":[{"r":156,"g":163,"b":175,"a":1},{"r":59,"g":130,"b":246,"a":1}],"result":1.4486534818448475}
|
||||
{"args":[{"r":168,"g":85,"b":247,"a":1},{"r":250,"g":250,"b":250,"a":1}],"result":3.7908000792746672}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":168,"g":85,"b":247,"a":1}],"result":3.956705284868563}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":99,"g":102,"b":241,"a":1}],"result":4.466894269549531}
|
||||
{"args":[{"r":207,"g":201,"b":189,"a":1},{"r":232,"g":226,"b":214,"a":1}],"result":1.2776639076228453}
|
||||
{"args":[{"r":240,"g":240,"b":245,"a":1},{"r":26,"g":26,"b":30,"a":1}],"result":15.273611795117231}
|
||||
{"args":[{"r":20,"g":20,"b":25,"a":1},{"r":250,"g":250,"b":252,"a":1}],"result":17.611397883315036}
|
||||
{"args":[{"r":240,"g":240,"b":245,"a":1},{"r":30,"g":64,"b":175,"a":1}],"result":7.678879301289789}
|
||||
{"args":[{"r":5,"g":46,"b":32,"a":1},{"r":16,"g":185,"b":129,"a":1}],"result":5.837787252672063}
|
||||
{"args":[{"r":220,"g":38,"b":38,"a":1},{"r":250,"g":250,"b":250,"a":1}],"result":4.626906916053851}
|
||||
{"args":[{"r":180,"g":83,"b":9,"a":1},{"r":250,"g":250,"b":250,"a":1}],"result":4.811074820194623}
|
||||
{"args":[{"r":26,"g":26,"b":26,"a":1},{"r":250,"g":250,"b":250,"a":1}],"result":16.674561646820514}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":125,"g":125,"b":125,"a":1}],"result":4.116376044741373}
|
||||
{"args":[{"r":245,"g":240,"b":232,"a":1},{"r":20,"g":20,"b":25,"a":1}],"result":16.183820034114625}
|
||||
{"args":[{"r":232,"g":230,"b":227,"a":1},{"r":18,"g":31,"b":31,"a":1}],"result":13.579618547366794}
|
||||
{"args":[{"r":232,"g":230,"b":227,"a":1},{"r":20,"g":20,"b":25,"a":1}],"result":14.738979289441396}
|
||||
{"args":[{"r":142,"g":140,"b":137,"a":1},{"r":18,"g":31,"b":31,"a":1}],"result":5.044396588622806}
|
||||
{"args":[{"r":142,"g":140,"b":137,"a":1},{"r":20,"g":20,"b":25,"a":1}],"result":5.475062247743132}
|
||||
{"args":[{"r":222,"g":217,"b":207,"a":1},{"r":49,"g":48,"b":48,"a":1}],"result":9.355607023519072}
|
||||
{"args":[{"r":222,"g":217,"b":207,"a":1},{"r":20,"g":20,"b":25,"a":1}],"result":13.054276659370265}
|
||||
{"args":[{"r":58,"g":53,"b":44,"a":1},{"r":232,"g":226,"b":214,"a":1}],"result":9.435253976456844}
|
||||
{"args":[{"r":38,"g":36,"b":33,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":15.478445259194533}
|
||||
{"args":[{"r":225,"g":225,"b":225,"a":1},{"r":1,"g":1,"b":1,"a":1}],"result":15.961946704823905}
|
||||
{"args":[{"r":225,"g":225,"b":225,"a":1},{"r":0,"g":0,"b":0,"a":1}],"result":16.058844335521556}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1},{"r":1,"g":1,"b":1,"a":1}],"result":14.502809512177583}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1},{"r":0,"g":0,"b":0,"a":1}],"result":14.590849392661877}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1},{"r":5,"g":4,"b":3,"a":1}],"result":14.233107877124652}
|
||||
{"args":[{"r":12,"g":11,"b":7,"a":1},{"r":220,"g":219,"b":217,"a":1}],"result":14.230378854760296}
|
||||
{"args":[{"r":12,"g":11,"b":7,"a":1},{"r":220,"g":219,"b":216,"a":1}],"result":14.220649312475965}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1},{"r":220,"g":219,"b":217,"a":1}],"result":1.0402195468252269}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1},{"r":220,"g":219,"b":216,"a":1}],"result":1.0395083317431044}
|
||||
{"args":[{"r":46,"g":46,"b":46,"a":1},{"r":1,"g":1,"b":1,"a":1}],"result":1.537086885863128}
|
||||
{"args":[{"r":46,"g":46,"b":46,"a":1},{"r":0,"g":0,"b":0,"a":1}],"result":1.5464178327814981}
|
||||
{"args":[{"r":51,"g":51,"b":51,"a":1},{"r":1,"g":1,"b":1,"a":1}],"result":1.6520663968167375}
|
||||
{"args":[{"r":51,"g":51,"b":51,"a":1},{"r":0,"g":0,"b":0,"a":1}],"result":1.6620953314177012}
|
||||
{"args":[{"r":222,"g":222,"b":222,"a":1},{"r":20,"g":18,"b":15,"a":1}],"result":13.897527093367696}
|
||||
{"args":[{"r":222,"g":222,"b":222,"a":1},{"r":10,"g":9,"b":8,"a":1}],"result":14.788635410637344}
|
||||
{"args":[{"r":29,"g":78,"b":216,"a":1},{"r":239,"g":246,"b":255,"a":1}],"result":6.157973971775643}
|
||||
{"args":[{"r":185,"g":28,"b":28,"a":1},{"r":249,"g":250,"b":251,"a":1}],"result":6.191277348008749}
|
||||
{"args":[{"r":146,"g":64,"b":14,"a":1},{"r":255,"g":251,"b":235,"a":1}],"result":6.837002380367332}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":4.758842787868666}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},{"r":254,"g":247,"b":242,"a":1}],"result":19.800632817351623}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1},{"r":254,"g":247,"b":242,"a":1}],"result":4.487052318004257}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},{"r":246,"g":246,"b":246,"a":1}],"result":19.43163712554589}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1},{"r":246,"g":246,"b":246,"a":1}],"result":4.403433628161195}
|
||||
{"args":[{"r":75,"g":85,"b":99,"a":1},{"r":253,"g":253,"b":253,"a":1}],"result":7.429626412791864}
|
||||
{"args":[{"r":55,"g":65,"b":81,"a":1},{"r":253,"g":253,"b":253,"a":1}],"result":10.133117973561111}
|
||||
{"args":[{"r":36,"g":31,"b":26,"a":1},{"r":247,"g":244,"b":238,"a":1}],"result":14.876234853316848}
|
||||
{"args":[{"r":36,"g":31,"b":26,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":16.330663894099303}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":3.6005415744871194}
|
||||
{"args":[{"r":36,"g":31,"b":26,"a":1},{"r":20,"g":180,"b":220,"a":1}],"result":6.681348323966874}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":5.444919035257904}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":0.45},{"r":255,"g":255,"b":255,"a":1}],"result":5.444919035257904}
|
||||
{"args":[{"r":187,"g":68,"b":47,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":5.275248434284916}
|
||||
{"args":[{"r":213,"g":90,"b":66,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":3.9103508775078066}
|
||||
{"args":[{"r":34,"g":34,"b":34,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":15.909984431773273}
|
||||
{"args":[{"r":185,"g":28,"b":28,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":6.4700447145121895}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":7.577663953533317}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":17.85253496299567}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":1},{"r":250,"g":250,"b":250,"a":1}],"result":17.103975676880832}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1},{"r":249,"g":250,"b":251,"a":1}],"result":4.553804008368043}
|
||||
{"args":[{"r":51,"g":65,"b":85,"a":1},{"r":241,"g":245,"b":249,"a":1}],"result":9.451924418631656}
|
||||
{"args":[{"r":148,"g":163,"b":184,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":2.5640413904962034}
|
||||
{"args":[{"r":23,"g":20,"b":17,"a":1},{"r":246,"g":242,"b":236,"a":1}],"result":16.451894275567362}
|
||||
{"args":[{"r":23,"g":20,"b":17,"a":1},{"r":255,"g":250,"b":243,"a":1}],"result":17.666140310549565}
|
||||
{"args":[{"r":91,"g":80,"b":70,"a":1},{"r":255,"g":250,"b":243,"a":1}],"result":7.542883430391567}
|
||||
{"args":[{"r":23,"g":20,"b":17,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":18.34720989246491}
|
||||
{"args":[{"r":249,"g":250,"b":251,"a":1},{"r":31,"g":41,"b":55,"a":1}],"result":14.046656202460271}
|
||||
{"args":[{"r":203,"g":213,"b":225,"a":1},{"r":31,"g":41,"b":55,"a":1}],"result":9.886910884283136}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":107,"g":114,"b":128,"a":1}],"result":4.834490081424352}
|
||||
{"args":[{"r":120,"g":53,"b":15,"a":1},{"r":254,"g":243,"b":199,"a":1}],"result":8.147351692651375}
|
||||
{"args":[{"r":120,"g":53,"b":15,"a":1},{"r":253,"g":230,"b":138,"a":1}],"result":7.2846866682628075}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":1},{"r":245,"g":245,"b":247,"a":1}],"result":16.39588598960036}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":1},{"r":238,"g":242,"b":247,"a":1}],"result":15.879711621105544}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1},{"r":238,"g":242,"b":247,"a":1}],"result":6.740281903560207}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":35,"g":48,"b":74,"a":1}],"result":13.181611737265495}
|
||||
{"args":[{"r":26,"g":26,"b":26,"a":1},{"r":255,"g":255,"b":255,"a":1}],"result":17.40432753274219}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":34,"g":34,"b":34,"a":1}],"result":15.909984431773273}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},{"r":17,"g":17,"b":17,"a":1}],"result":18.883060964594996}
|
||||
{"args":[{"r":26,"g":26,"b":26,"a":1},{"r":245,"g":245,"b":245,"a":1}],"result":15.96388988776675}
|
||||
{"args":[{"r":42,"g":38,"b":34,"a":1},{"r":245,"g":239,"b":226,"a":1}],"result":13.10222889146671}
|
||||
{"args":[{"r":31,"g":41,"b":51,"a":1},{"r":253,"g":252,"b":249,"a":1}],"result":14.381695609993551}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1},{"r":1,"g":1,"b":1,"a":1}],"result":16.4394411791662}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1},{"r":5,"g":4,"b":3,"a":1}],"result":16.133724954895673}
|
||||
{"args":[{"r":53,"g":51,"b":45,"a":1},{"r":1,"g":1,"b":1,"a":1}],"result":1.6527665116190442}
|
||||
{"args":[{"r":53,"g":51,"b":45,"a":1},{"r":5,"g":4,"b":3,"a":1}],"result":1.6220308234635803}
|
||||
{"args":[{"r":71,"g":71,"b":77,"a":1},{"r":26,"g":28,"b":31,"a":1}],"result":1.851000321293582}
|
||||
{"args":[{"r":89,"g":89,"b":92,"a":1},{"r":18,"g":18,"b":21,"a":1}],"result":2.678604324645627}
|
||||
{"args":[{"r":86,"g":81,"b":78,"a":1},{"r":48,"g":43,"b":39,"a":1}],"result":1.7878233321291601}
|
||||
{"args":[{"r":191,"g":189,"b":184,"a":1},{"r":250,"g":247,"b":242,"a":1}],"result":1.7567025743040918}
|
||||
{"args":[{"r":199,"g":196,"b":191,"a":1},{"r":250,"g":247,"b":242,"a":1}],"result":1.6272033531271817}
|
||||
{"args":[{"r":191,"g":189,"b":184,"a":1},{"r":240,"g":237,"b":232,"a":1}],"result":1.6076563037108884}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1},{"r":26,"g":28,"b":31,"a":1}],"result":13.448614457159982}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1},{"r":26,"g":26,"b":28,"a":1}],"result":13.686342856112148}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1},{"r":18,"g":18,"b":21,"a":1}],"result":14.72679926067462}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1},{"r":48,"g":43,"b":39,"a":1}],"result":11.022314313375427}
|
||||
{"args":[{"r":26,"g":28,"b":31,"a":1},{"r":250,"g":247,"b":242,"a":1}],"result":15.97910983465095}
|
||||
|
||||
@@ -42,43 +42,3 @@
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.85),transparent)"],"result":["rgba(80,111,255,0.85)"]}
|
||||
{"args":["linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)"],"result":["rgba(80,111,255,0.28)"]}
|
||||
{"args":["linear-gradient(transparent,rgba(0,0,0,.6))"],"result":["rgba(0,0,0,.6)"]}
|
||||
{"args":["linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)"],"result":[]}
|
||||
{"args":["linear-gradient(135deg, #667eea, #764ba2)"],"result":[]}
|
||||
{"args":["linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))"],"result":["rgb(168, 85, 247)","rgb(99, 102, 241)"]}
|
||||
{"args":["linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)"],"result":[]}
|
||||
{"args":["linear-gradient(160deg,rgba(52,192,168,0.09) 0%,#141419 65%)"],"result":["rgba(52,192,168,0.09)"]}
|
||||
{"args":["linear-gradient(160deg,color-mix(in oklab,oklch(90%0.02 95) 16%,transparent) 0%,#141419 65%)"],"result":["color-mix(in oklab,oklch(90%0.02 95) 16%,transparent)"]}
|
||||
{"args":["linear-gradient(180deg,oklch(7%0.006 95),oklch(4%0.004 95))"],"result":["oklch(7%0.006 95)","oklch(4%0.004 95)"]}
|
||||
{"args":["linear-gradient(180deg,#14120f,#0a0908)"],"result":[]}
|
||||
{"args":["linear-gradient(180deg,rgba(255,255,255,0.3),rgba(255,255,255,0.2))"],"result":["rgba(255,255,255,0.3)","rgba(255,255,255,0.2)"]}
|
||||
{"args":["linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)"],"result":[]}
|
||||
{"args":["linear-gradient(135deg,#8b5cf6,#a855f7)"],"result":[]}
|
||||
{"args":["radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)"],"result":["rgba(80,111,255,0.26)"]}
|
||||
{"args":["radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)"],"result":["rgba(139,92,246,0.30)"]}
|
||||
{"args":["radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)"],"result":["rgba(34,211,238,0.22)"]}
|
||||
{"args":["radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)"],"result":["rgba(255,90,120,0.28)","rgba(255,90,120,0.12)"]}
|
||||
{"args":["radial-gradient(circle,#506fff3d,transparent 50%)"],"result":[]}
|
||||
{"args":["radial-gradient(circle,#1e3a8a,#0f172a)"],"result":[]}
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.30),transparent)"],"result":["rgba(80,111,255,0.30)"]}
|
||||
{"args":["radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)"],"result":["rgba(255,196,64,0.35)"]}
|
||||
{"args":["radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)"],"result":["rgba(0,0,0,0.40)"]}
|
||||
{"args":["radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)"],"result":["rgba(255,255,255,0.35)"]}
|
||||
{"args":["radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)"],"result":[]}
|
||||
{"args":["radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)"],"result":["rgba(255,0,128,0.90)","rgba(121,40,202,0.85)"]}
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.85),transparent)"],"result":["rgba(80,111,255,0.85)"]}
|
||||
{"args":["linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)"],"result":["rgba(80,111,255,0.28)"]}
|
||||
{"args":["linear-gradient(#111827,#0b1220)"],"result":[]}
|
||||
{"args":["linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2))"],"result":["rgba(0,0,0,0.2)","rgba(0,0,0,0.2)"]}
|
||||
{"args":["linear-gradient(135deg,#cbd5e1,#94a3b8)"],"result":[]}
|
||||
{"args":["linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)"],"result":["rgba(255,255,255,.6)"]}
|
||||
{"args":["linear-gradient(135deg,#b7d7ff,#486aa3)"],"result":[]}
|
||||
{"args":["repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)"],"result":[]}
|
||||
{"args":["linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)"],"result":["oklch(96% 0.012 82 / 0.055)","oklch(96% 0.012 82 / 0.05)"]}
|
||||
{"args":["linear-gradient(180deg, #f3f4f6, #ffffff)"],"result":[]}
|
||||
{"args":["linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":["rgba(15, 23, 42, 0.06)"]}
|
||||
{"args":["linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)"],"result":[]}
|
||||
{"args":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":["rgba(15, 23, 42, 0.06)","rgba(15, 23, 42, 0.06)"]}
|
||||
{"args":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":["rgba(15, 23, 42, 0.06)"]}
|
||||
{"args":["linear-gradient(135deg,#7c3aed,#a855f7)"],"result":[]}
|
||||
{"args":["linear-gradient(90deg, #667eea, #764ba2)"],"result":[]}
|
||||
{"args":["linear-gradient(oklch(0.07 0.006 95),oklch(0.11 0.008 95))"],"result":["oklch(0.07 0.006 95)","oklch(0.11 0.008 95)"]}
|
||||
|
||||
@@ -15,18 +15,3 @@
|
||||
{"args":[{"r":170,"g":191,"b":222,"a":1}],"result":216}
|
||||
{"args":[{"r":187,"g":34,"b":34,"a":1}],"result":0}
|
||||
{"args":[{"r":170,"g":51,"b":51,"a":1}],"result":0}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":320}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":320}
|
||||
{"args":[{"r":29,"g":78,"b":216,"a":1}],"result":224}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":1}],"result":258}
|
||||
{"args":[{"r":168,"g":85,"b":247,"a":1}],"result":271}
|
||||
{"args":[{"r":220,"g":38,"b":38,"a":1}],"result":0}
|
||||
{"args":[{"r":180,"g":83,"b":9,"a":1}],"result":26}
|
||||
{"args":[{"r":185,"g":28,"b":28,"a":1}],"result":0}
|
||||
{"args":[{"r":146,"g":64,"b":14,"a":1}],"result":23}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":320}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":1}],"result":9}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":0.45}],"result":9}
|
||||
{"args":[{"r":187,"g":68,"b":47,"a":1}],"result":9}
|
||||
{"args":[{"r":213,"g":90,"b":66,"a":1}],"result":10}
|
||||
{"args":[{"r":120,"g":53,"b":15,"a":1}],"result":22}
|
||||
|
||||
@@ -245,213 +245,3 @@
|
||||
{"args":[{"r":246,"g":242,"b":232,"a":1},50],"result":false}
|
||||
{"args":[{"r":35,"g":31,"b":27,"a":1},20],"result":false}
|
||||
{"args":[{"r":35,"g":31,"b":27,"a":1},50],"result":false}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1},20],"result":true}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1},50],"result":true}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},20],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},50],"result":false}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1},20],"result":true}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1},50],"result":true}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},20],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},50],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},20],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1},50],"result":false}
|
||||
{"args":[{"r":107,"g":114,"b":128,"a":1},20],"result":true}
|
||||
{"args":[{"r":107,"g":114,"b":128,"a":1},50],"result":false}
|
||||
{"args":[{"r":75,"g":85,"b":99,"a":1},20],"result":true}
|
||||
{"args":[{"r":75,"g":85,"b":99,"a":1},50],"result":false}
|
||||
{"args":[{"r":17,"g":24,"b":39,"a":1},20],"result":true}
|
||||
{"args":[{"r":17,"g":24,"b":39,"a":1},50],"result":false}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},20],"result":false}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},50],"result":false}
|
||||
{"args":[{"r":156,"g":163,"b":175,"a":1},20],"result":false}
|
||||
{"args":[{"r":31,"g":41,"b":55,"a":1},40],"result":false}
|
||||
{"args":[{"r":156,"g":163,"b":175,"a":1},50],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.1},30],"result":false}
|
||||
{"args":[{"r":29,"g":78,"b":216,"a":1},20],"result":true}
|
||||
{"args":[{"r":29,"g":78,"b":216,"a":1},50],"result":true}
|
||||
{"args":[{"r":17,"g":24,"b":39,"a":1},40],"result":false}
|
||||
{"args":[{"r":148,"g":163,"b":184,"a":1},20],"result":true}
|
||||
{"args":[{"r":148,"g":163,"b":184,"a":1},50],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.3},30],"result":false}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1},20],"result":true}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1},50],"result":false}
|
||||
{"args":[{"r":244,"g":247,"b":251,"a":1},20],"result":false}
|
||||
{"args":[{"r":244,"g":247,"b":251,"a":1},50],"result":false}
|
||||
{"args":[{"r":203,"g":213,"b":225,"a":1},20],"result":true}
|
||||
{"args":[{"r":203,"g":213,"b":225,"a":1},50],"result":false}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":0.06},30],"result":false}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1},20],"result":true}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1},50],"result":false}
|
||||
{"args":[{"r":150,"g":150,"b":150,"a":1},20],"result":false}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":1},40],"result":true}
|
||||
{"args":[{"r":150,"g":150,"b":150,"a":1},50],"result":false}
|
||||
{"args":[{"r":180,"g":180,"b":180,"a":1},20],"result":false}
|
||||
{"args":[{"r":16,"g":185,"b":129,"a":1},40],"result":true}
|
||||
{"args":[{"r":180,"g":180,"b":180,"a":1},50],"result":false}
|
||||
{"args":[{"r":200,"g":200,"b":200,"a":1},20],"result":false}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1},40],"result":false}
|
||||
{"args":[{"r":200,"g":200,"b":200,"a":1},50],"result":false}
|
||||
{"args":[{"r":80,"g":80,"b":80,"a":1},20],"result":false}
|
||||
{"args":[{"r":30,"g":30,"b":30,"a":1},40],"result":false}
|
||||
{"args":[{"r":80,"g":80,"b":80,"a":1},50],"result":false}
|
||||
{"args":[{"r":128,"g":128,"b":128,"a":1},20],"result":false}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":1},40],"result":true}
|
||||
{"args":[{"r":128,"g":128,"b":128,"a":1},50],"result":false}
|
||||
{"args":[{"r":102,"g":102,"b":102,"a":1},20],"result":false}
|
||||
{"args":[{"r":102,"g":102,"b":102,"a":1},50],"result":false}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":1},20],"result":true}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":1},50],"result":true}
|
||||
{"args":[{"r":91,"g":79,"b":68,"a":1},20],"result":true}
|
||||
{"args":[{"r":91,"g":79,"b":68,"a":1},50],"result":false}
|
||||
{"args":[{"r":108,"g":114,"b":128,"a":1},20],"result":true}
|
||||
{"args":[{"r":108,"g":114,"b":128,"a":1},50],"result":false}
|
||||
{"args":[{"r":92,"g":84,"b":73,"a":1},20],"result":false}
|
||||
{"args":[{"r":182,"g":50,"b":45,"a":1},40],"result":true}
|
||||
{"args":[{"r":92,"g":84,"b":73,"a":1},50],"result":false}
|
||||
{"args":[{"r":168,"g":85,"b":247,"a":1},20],"result":true}
|
||||
{"args":[{"r":168,"g":85,"b":247,"a":1},50],"result":true}
|
||||
{"args":[{"r":207,"g":201,"b":189,"a":1},20],"result":false}
|
||||
{"args":[{"r":232,"g":226,"b":214,"a":1},40],"result":false}
|
||||
{"args":[{"r":207,"g":201,"b":189,"a":1},50],"result":false}
|
||||
{"args":[{"r":240,"g":240,"b":245,"a":1},20],"result":false}
|
||||
{"args":[{"r":240,"g":240,"b":245,"a":1},50],"result":false}
|
||||
{"args":[{"r":20,"g":20,"b":25,"a":1},20],"result":false}
|
||||
{"args":[{"r":20,"g":20,"b":25,"a":1},50],"result":false}
|
||||
{"args":[{"r":5,"g":46,"b":32,"a":1},20],"result":true}
|
||||
{"args":[{"r":5,"g":46,"b":32,"a":1},50],"result":false}
|
||||
{"args":[{"r":220,"g":38,"b":38,"a":1},20],"result":true}
|
||||
{"args":[{"r":220,"g":38,"b":38,"a":1},50],"result":true}
|
||||
{"args":[{"r":180,"g":83,"b":9,"a":1},20],"result":true}
|
||||
{"args":[{"r":180,"g":83,"b":9,"a":1},50],"result":true}
|
||||
{"args":[{"r":26,"g":26,"b":26,"a":1},20],"result":false}
|
||||
{"args":[{"r":26,"g":26,"b":26,"a":1},50],"result":false}
|
||||
{"args":[{"r":245,"g":240,"b":232,"a":1},20],"result":false}
|
||||
{"args":[{"r":245,"g":240,"b":232,"a":1},50],"result":false}
|
||||
{"args":[{"r":232,"g":230,"b":227,"a":1},50],"result":false}
|
||||
{"args":[{"r":232,"g":230,"b":227,"a":1},20],"result":false}
|
||||
{"args":[{"r":18,"g":31,"b":31,"a":1},40],"result":false}
|
||||
{"args":[{"r":142,"g":140,"b":137,"a":1},20],"result":false}
|
||||
{"args":[{"r":142,"g":140,"b":137,"a":1},50],"result":false}
|
||||
{"args":[{"r":222,"g":217,"b":207,"a":1},20],"result":false}
|
||||
{"args":[{"r":49,"g":48,"b":48,"a":1},40],"result":false}
|
||||
{"args":[{"r":222,"g":217,"b":207,"a":1},50],"result":false}
|
||||
{"args":[{"r":58,"g":53,"b":44,"a":1},20],"result":false}
|
||||
{"args":[{"r":58,"g":53,"b":44,"a":1},50],"result":false}
|
||||
{"args":[{"r":239,"g":233,"b":221,"a":1},50],"result":false}
|
||||
{"args":[{"r":38,"g":36,"b":33,"a":1},20],"result":false}
|
||||
{"args":[{"r":38,"g":36,"b":33,"a":1},50],"result":false}
|
||||
{"args":[{"r":225,"g":225,"b":225,"a":1},20],"result":false}
|
||||
{"args":[{"r":1,"g":1,"b":1,"a":1},40],"result":false}
|
||||
{"args":[{"r":225,"g":225,"b":225,"a":1},50],"result":false}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1},20],"result":false}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1},50],"result":false}
|
||||
{"args":[{"r":5,"g":4,"b":3,"a":1},40],"result":false}
|
||||
{"args":[{"r":12,"g":11,"b":7,"a":1},20],"result":false}
|
||||
{"args":[{"r":12,"g":11,"b":7,"a":1},50],"result":false}
|
||||
{"args":[{"r":220,"g":219,"b":217,"a":1},40],"result":false}
|
||||
{"args":[{"r":46,"g":46,"b":46,"a":1},20],"result":false}
|
||||
{"args":[{"r":46,"g":46,"b":46,"a":1},50],"result":false}
|
||||
{"args":[{"r":51,"g":51,"b":51,"a":1},20],"result":false}
|
||||
{"args":[{"r":51,"g":51,"b":51,"a":1},50],"result":false}
|
||||
{"args":[{"r":222,"g":222,"b":222,"a":1},20],"result":false}
|
||||
{"args":[{"r":20,"g":18,"b":15,"a":1},40],"result":false}
|
||||
{"args":[{"r":222,"g":222,"b":222,"a":1},50],"result":false}
|
||||
{"args":[{"r":22,"g":22,"b":22,"a":1},50],"result":false}
|
||||
{"args":[{"r":185,"g":28,"b":28,"a":1},20],"result":true}
|
||||
{"args":[{"r":185,"g":28,"b":28,"a":1},50],"result":true}
|
||||
{"args":[{"r":146,"g":64,"b":14,"a":1},20],"result":true}
|
||||
{"args":[{"r":146,"g":64,"b":14,"a":1},50],"result":true}
|
||||
{"args":[{"r":55,"g":65,"b":81,"a":1},20],"result":true}
|
||||
{"args":[{"r":55,"g":65,"b":81,"a":1},50],"result":false}
|
||||
{"args":[{"r":36,"g":31,"b":26,"a":1},20],"result":false}
|
||||
{"args":[{"r":36,"g":31,"b":26,"a":1},50],"result":false}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1},20],"result":true}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1},50],"result":true}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":1},20],"result":true}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":1},50],"result":true}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":0.45},20],"result":true}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":0.45},50],"result":true}
|
||||
{"args":[{"r":187,"g":68,"b":47,"a":1},20],"result":true}
|
||||
{"args":[{"r":187,"g":68,"b":47,"a":1},50],"result":true}
|
||||
{"args":[{"r":213,"g":90,"b":66,"a":1},20],"result":true}
|
||||
{"args":[{"r":213,"g":90,"b":66,"a":1},50],"result":true}
|
||||
{"args":[{"r":34,"g":34,"b":34,"a":1},20],"result":false}
|
||||
{"args":[{"r":34,"g":34,"b":34,"a":1},50],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.12},30],"result":false}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":1},20],"result":true}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":1},50],"result":false}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.26},24],"result":true}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":0.3},24],"result":true}
|
||||
{"args":[{"r":34,"g":211,"b":238,"a":0.22},24],"result":true}
|
||||
{"args":[{"r":255,"g":90,"b":120,"a":0.28},24],"result":true}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.23921568627450981},24],"result":true}
|
||||
{"args":[{"r":80,"g":111,"b":255,"a":0.3},24],"result":true}
|
||||
{"args":[{"r":255,"g":196,"b":64,"a":0.35},24],"result":true}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.4},24],"result":false}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":0.35},24],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.08},30],"result":false}
|
||||
{"args":[{"r":51,"g":65,"b":85,"a":1},20],"result":true}
|
||||
{"args":[{"r":51,"g":65,"b":85,"a":1},50],"result":false}
|
||||
{"args":[{"r":23,"g":20,"b":17,"a":1},20],"result":false}
|
||||
{"args":[{"r":23,"g":20,"b":17,"a":1},50],"result":false}
|
||||
{"args":[{"r":91,"g":80,"b":70,"a":1},20],"result":true}
|
||||
{"args":[{"r":91,"g":80,"b":70,"a":1},50],"result":false}
|
||||
{"args":[{"r":249,"g":250,"b":251,"a":1},20],"result":false}
|
||||
{"args":[{"r":249,"g":250,"b":251,"a":1},50],"result":false}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":0.4},30],"result":true}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":0.35},30],"result":true}
|
||||
{"args":[{"r":6,"g":182,"b":212,"a":0.5},30],"result":true}
|
||||
{"args":[{"r":168,"g":85,"b":247,"a":0.3},30],"result":true}
|
||||
{"args":[{"r":236,"g":72,"b":153,"a":0.5},30],"result":true}
|
||||
{"args":[{"r":0,"g":192,"b":194,"a":0.5},30],"result":true}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":1},30],"result":true}
|
||||
{"args":[{"r":180,"g":71,"b":235,"a":1},30],"result":true}
|
||||
{"args":[{"r":99,"g":209,"b":143,"a":1},30],"result":true}
|
||||
{"args":[{"r":34,"g":211,"b":238,"a":1},30],"result":true}
|
||||
{"args":[{"r":164,"g":107,"b":245,"a":0.45},30],"result":true}
|
||||
{"args":[{"r":217,"g":70,"b":239,"a":0.5},30],"result":true}
|
||||
{"args":[{"r":249,"g":115,"b":22,"a":0.5},30],"result":true}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":0.15},30],"result":true}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.4},30],"result":false}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":0.5},30],"result":true}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":0.2},30],"result":true}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.5},30],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.2},30],"result":false}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":0.3},30],"result":true}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":0.25},30],"result":true}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.15},30],"result":false}
|
||||
{"args":[{"r":16,"g":185,"b":129,"a":0.35},30],"result":true}
|
||||
{"args":[{"r":244,"g":63,"b":94,"a":0.45},30],"result":true}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.6},30],"result":false}
|
||||
{"args":[{"r":120,"g":53,"b":15,"a":1},20],"result":true}
|
||||
{"args":[{"r":120,"g":53,"b":15,"a":1},50],"result":true}
|
||||
{"args":[{"r":42,"g":38,"b":34,"a":1},20],"result":false}
|
||||
{"args":[{"r":42,"g":38,"b":34,"a":1},50],"result":false}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":0.18},30],"result":false}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":0.18},30],"result":false}
|
||||
{"args":[{"r":246,"g":241,"b":233,"a":0.055},30],"result":false}
|
||||
{"args":[{"r":246,"g":241,"b":233,"a":0.05},30],"result":false}
|
||||
{"args":[{"r":31,"g":41,"b":51,"a":1},20],"result":true}
|
||||
{"args":[{"r":31,"g":41,"b":51,"a":1},50],"result":false}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1},20],"result":false}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1},50],"result":false}
|
||||
{"args":[{"r":53,"g":51,"b":45,"a":1},20],"result":false}
|
||||
{"args":[{"r":53,"g":51,"b":45,"a":1},50],"result":false}
|
||||
{"args":[{"r":71,"g":71,"b":77,"a":1},20],"result":false}
|
||||
{"args":[{"r":26,"g":28,"b":31,"a":1},40],"result":false}
|
||||
{"args":[{"r":71,"g":71,"b":77,"a":1},50],"result":false}
|
||||
{"args":[{"r":89,"g":89,"b":92,"a":1},20],"result":false}
|
||||
{"args":[{"r":18,"g":18,"b":21,"a":1},40],"result":false}
|
||||
{"args":[{"r":89,"g":89,"b":92,"a":1},50],"result":false}
|
||||
{"args":[{"r":86,"g":81,"b":78,"a":1},20],"result":false}
|
||||
{"args":[{"r":48,"g":43,"b":39,"a":1},40],"result":false}
|
||||
{"args":[{"r":86,"g":81,"b":78,"a":1},50],"result":false}
|
||||
{"args":[{"r":191,"g":189,"b":184,"a":1},20],"result":false}
|
||||
{"args":[{"r":250,"g":247,"b":242,"a":1},40],"result":false}
|
||||
{"args":[{"r":191,"g":189,"b":184,"a":1},50],"result":false}
|
||||
{"args":[{"r":199,"g":196,"b":191,"a":1},20],"result":false}
|
||||
{"args":[{"r":199,"g":196,"b":191,"a":1},50],"result":false}
|
||||
{"args":[{"r":240,"g":237,"b":232,"a":1},40],"result":false}
|
||||
{"args":[{"r":26,"g":26,"b":28,"a":1},40],"result":false}
|
||||
{"args":[{"r":26,"g":28,"b":31,"a":1},20],"result":false}
|
||||
{"args":[{"r":26,"g":28,"b":31,"a":1},50],"result":false}
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
{"args":[280,0.8,0.6],"result":{"r":180,"g":71,"b":235,"a":1}}
|
||||
{"args":[280,0.8,0.6],"result":{"r":180,"g":71,"b":235,"a":1}}
|
||||
|
||||
@@ -57,65 +57,6 @@
|
||||
{"args":["rgb(244, 114, 182)"],"result":false}
|
||||
{"args":["rgb(55, 65, 81)"],"result":true}
|
||||
{"args":["rgb(99, 102, 241)"],"result":false}
|
||||
{"args":["oklch(65% 0.18 250)"],"result":false}
|
||||
{"args":["rgb(229, 231, 235)"],"result":true}
|
||||
{"args":["rgb(59, 130, 246)"],"result":false}
|
||||
{"args":["rgb(139, 92, 246)"],"result":false}
|
||||
{"args":["rgb(16, 185, 129)"],"result":false}
|
||||
{"args":["rgb(239, 68, 68)"],"result":false}
|
||||
{"args":["rgb(244, 114, 182)"],"result":false}
|
||||
{"args":["rgb(55, 65, 81)"],"result":true}
|
||||
{"args":["rgb(99, 102, 241)"],"result":false}
|
||||
{"args":["rgb(37, 99, 235)"],"result":false}
|
||||
{"args":["rgb(220, 38, 38)"],"result":false}
|
||||
{"args":["rgb(15, 118, 110)"],"result":false}
|
||||
{"args":["rgb(124, 58, 237)"],"result":false}
|
||||
{"args":["rgb(234, 88, 12)"],"result":false}
|
||||
{"args":["rgb(56, 189, 248)"],"result":false}
|
||||
{"args":["rgb(203, 213, 225)"],"result":true}
|
||||
{"args":["rgb(209, 213, 219)"],"result":true}
|
||||
{"args":["rgb(51, 65, 85)"],"result":false}
|
||||
{"args":["rgb(221, 216, 208)"],"result":true}
|
||||
{"args":["rgb(184, 66, 46)"],"result":false}
|
||||
{"args":["rgb(255, 255, 255)"],"result":true}
|
||||
{"args":["rgb(245, 158, 11)"],"result":false}
|
||||
{"args":["oklch(65%0.12 250)"],"result":false}
|
||||
{"args":["oklch(80%0.05 250)"],"result":false}
|
||||
{"args":["oklch(75%0.15 45)"],"result":false}
|
||||
{"args":["oklch(75%0.18 45)"],"result":false}
|
||||
{"args":["oklab(60%0.1 0.15)"],"result":false}
|
||||
{"args":["lch(55%60 250)"],"result":false}
|
||||
{"args":["lab(50%40-30)"],"result":false}
|
||||
{"args":["rgb(135, 168, 255)"],"result":false}
|
||||
{"args":["rgb(138, 106, 47)"],"result":false}
|
||||
{"args":["rgb(170, 103, 77)"],"result":false}
|
||||
{"args":["oklch(80%0 0)"],"result":true}
|
||||
{"args":["oklch(75%0.01 250)"],"result":true}
|
||||
{"args":["lab(50%0 0)"],"result":true}
|
||||
{"args":["lch(50%0 0)"],"result":true}
|
||||
{"args":["oklch(92%0 0/0.12)"],"result":true}
|
||||
{"args":["rgb(128, 0, 128)"],"result":false}
|
||||
{"args":["rgb(102, 51, 153)"],"result":false}
|
||||
{"args":["rgb(220, 20, 60)"],"result":false}
|
||||
{"args":["rgb(0, 128, 128)"],"result":false}
|
||||
{"args":["rgb(255, 165, 0)"],"result":false}
|
||||
{"args":["rgb(105, 105, 105)"],"result":true}
|
||||
{"args":["rgb(220, 220, 220)"],"result":true}
|
||||
{"args":["rgb(0, 0, 0)"],"result":true}
|
||||
{"args":["oklch(65% 0.12 250)"],"result":false}
|
||||
{"args":["oklch(92% 0 0 / 0.12)"],"result":true}
|
||||
{"args":["oklch(80% 0 0)"],"result":true}
|
||||
{"args":["rgb(212, 199, 185)"],"result":true}
|
||||
{"args":["rgb(0, 169, 130)"],"result":false}
|
||||
{"args":["rgb(215, 208, 194)"],"result":true}
|
||||
{"args":["rgb(212, 212, 212)"],"result":true}
|
||||
{"args":["rgb(214, 211, 209)"],"result":true}
|
||||
{"args":["rgb(238, 238, 238)"],"result":true}
|
||||
{"args":["rgb(226, 232, 240)"],"result":true}
|
||||
{"args":["rgb(201, 191, 178)"],"result":true}
|
||||
{"args":["rgb(216, 206, 192)"],"result":true}
|
||||
{"args":["rgb(212, 160, 23)"],"result":false}
|
||||
{"args":["rgba(255, 255, 255, 0.16)"],"result":true}
|
||||
{"args":["rgb(221, 221, 221)"],"result":true}
|
||||
{"args":["rgba(148, 163, 184, 0.16)"],"result":false}
|
||||
{"args":["oklch(78% 0 0 / 0.16)"],"result":true}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{"args":["currentcolor"],"result":false}
|
||||
{"args":["color(rec2020 0.05 0.05 0.05)"],"result":false}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":false}
|
||||
{"args":["currentcolor"],"result":false}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":false}
|
||||
{"args":["color(rec2020 0.05 0.05 0.05)"],"result":false}
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
{"args":[18,2.0000000000000004,3.4641016151377544],"result":{"r":48,"g":43,"b":39,"a":1}}
|
||||
{"args":[35,1.5000000000000004,2.598076211353316],"result":{"r":86,"g":81,"b":78,"a":1}}
|
||||
{"args":[18,2.0000000000000004,3.4641016151377544],"result":{"r":48,"g":43,"b":39,"a":1}}
|
||||
{"args":[35,1.5000000000000004,2.598076211353316],"result":{"r":86,"g":81,"b":78,"a":1}}
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
{"args":[18,4,60],"result":{"r":48,"g":43,"b":39,"a":1}}
|
||||
{"args":[35,3,60],"result":{"r":86,"g":81,"b":78,"a":1}}
|
||||
{"args":[18,4,60],"result":{"r":48,"g":43,"b":39,"a":1}}
|
||||
{"args":[35,3,60],"result":{"r":86,"g":81,"b":78,"a":1}}
|
||||
|
||||
@@ -32,35 +32,4 @@
|
||||
{"args":[0.6,0.10000000000000003,-0.17320508075688773],"result":{"r":149,"g":91,"b":227,"a":1}}
|
||||
{"args":[0.78,-0.13141462912031424,0.06127964795240142],"result":{"r":94,"g":210,"b":142,"a":1}}
|
||||
{"args":[0.84,0.03148986333734277,0.18737232588350788],"result":{"r":255,"g":186,"b":0,"a":1}}
|
||||
{"args":[1,0,0],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":[0,0,0],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":[0.6,0.10000000000000003,-0.17320508075688773],"result":{"r":149,"g":91,"b":227,"a":1}}
|
||||
{"args":[0.9,-0.0017431148549531647,0.019923893961834912],"result":{"r":226,"g":222,"b":208,"a":1}}
|
||||
{"args":[0.91,0,0],"result":{"r":225,"g":225,"b":225,"a":1}}
|
||||
{"args":[0.88,0,0],"result":{"r":215,"g":215,"b":215,"a":1}}
|
||||
{"args":[0.11,-0.0005229344564859494,0.0059771681885504736],"result":{"r":5,"g":4,"b":3,"a":1}}
|
||||
{"args":[0.15,-0.0008715574274765824,0.009961946980917456],"result":{"r":12,"g":11,"b":7,"a":1}}
|
||||
{"args":[0.3,0,0],"result":{"r":46,"g":46,"b":46,"a":1}}
|
||||
{"args":[0.32,0,0],"result":{"r":51,"g":51,"b":51,"a":1}}
|
||||
{"args":[0.9,0,0],"result":{"r":222,"g":222,"b":222,"a":1}}
|
||||
{"args":[0.2,0,0],"result":{"r":22,"g":22,"b":22,"a":1}}
|
||||
{"args":[0.07,-0.0005229344564859494,0.0059771681885504736],"result":{"r":1,"g":1,"b":1,"a":1}}
|
||||
{"args":[0.04,-0.00034862297099063293,0.003984778792366982],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":[1,0,0],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":[0.98,0.005000000000000001,0.008660254037844387],"result":{"r":254,"g":247,"b":242,"a":1}}
|
||||
{"args":[0.65,-0.041042417199080326,-0.11276311449430898],"result":{"r":81,"g":148,"b":213,"a":1}}
|
||||
{"args":[0.8,-0.01710100716628347,-0.04698463103929541],"result":{"r":166,"g":193,"b":221,"a":1}}
|
||||
{"args":[0.75,0.10606601717798213,0.10606601717798211],"result":{"r":250,"g":140,"b":88,"a":1}}
|
||||
{"args":[0.75,0.12727922061357855,0.12727922061357855],"result":{"r":255,"g":130,"b":63,"a":1}}
|
||||
{"args":[0.8,0,0],"result":{"r":190,"g":190,"b":190,"a":1}}
|
||||
{"args":[0.75,-0.003420201433256694,-0.009396926207859082],"result":{"r":169,"g":175,"b":180,"a":1}}
|
||||
{"args":[0.92,0,0],"result":{"r":228,"g":228,"b":228,"a":1}}
|
||||
{"args":[0.72,-0.14488887394336025,-0.03882285676537805],"result":{"r":0,"g":192,"b":194,"a":1}}
|
||||
{"args":[0.78,-0.126883090185131,0.05916655664369794],"result":{"r":99,"g":209,"b":143,"a":1}}
|
||||
{"args":[0.65,0.10000000000000003,-0.17320508075688773],"result":{"r":164,"g":107,"b":245,"a":1}}
|
||||
{"args":[0.96,0.0016700772115207884,0.011883216824898844],"result":{"r":246,"g":241,"b":233,"a":1}}
|
||||
{"args":[0.02,-0.00034862297099063293,0.003984778792366982],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":[0.78,0,0],"result":{"r":183,"g":183,"b":183,"a":1}}
|
||||
{"args":[0.92,6.123233995736766e-19,0.01],"result":{"r":231,"g":228,"b":221,"a":1}}
|
||||
{"args":[0.32,6.123233995736766e-19,0.01],"result":{"r":53,"g":51,"b":45,"a":1}}
|
||||
{"args":[0.11,-0.0006972459419812659,0.007969557584733965],"result":{"r":5,"g":4,"b":3,"a":1}}
|
||||
|
||||
@@ -32,35 +32,4 @@
|
||||
{"args":[0.6,0.2,300],"result":{"r":149,"g":91,"b":227,"a":1}}
|
||||
{"args":[0.78,0.145,155],"result":{"r":94,"g":210,"b":142,"a":1}}
|
||||
{"args":[0.84,0.19,80.46],"result":{"r":255,"g":186,"b":0,"a":1}}
|
||||
{"args":[1,0,0],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":[0,0,0],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":[0.6,0.2,300],"result":{"r":149,"g":91,"b":227,"a":1}}
|
||||
{"args":[0.9,0.02,95],"result":{"r":226,"g":222,"b":208,"a":1}}
|
||||
{"args":[0.91,0,0],"result":{"r":225,"g":225,"b":225,"a":1}}
|
||||
{"args":[0.88,0,0],"result":{"r":215,"g":215,"b":215,"a":1}}
|
||||
{"args":[0.11,0.006,95],"result":{"r":5,"g":4,"b":3,"a":1}}
|
||||
{"args":[0.15,0.01,95],"result":{"r":12,"g":11,"b":7,"a":1}}
|
||||
{"args":[0.3,0,0],"result":{"r":46,"g":46,"b":46,"a":1}}
|
||||
{"args":[0.32,0,0],"result":{"r":51,"g":51,"b":51,"a":1}}
|
||||
{"args":[0.9,0,0],"result":{"r":222,"g":222,"b":222,"a":1}}
|
||||
{"args":[0.2,0,0],"result":{"r":22,"g":22,"b":22,"a":1}}
|
||||
{"args":[0.07,0.006,95],"result":{"r":1,"g":1,"b":1,"a":1}}
|
||||
{"args":[0.04,0.004,95],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":[1,0,0],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":[0.98,0.01,60],"result":{"r":254,"g":247,"b":242,"a":1}}
|
||||
{"args":[0.65,0.12,250],"result":{"r":81,"g":148,"b":213,"a":1}}
|
||||
{"args":[0.8,0.05,250],"result":{"r":166,"g":193,"b":221,"a":1}}
|
||||
{"args":[0.75,0.15,45],"result":{"r":250,"g":140,"b":88,"a":1}}
|
||||
{"args":[0.75,0.18,45],"result":{"r":255,"g":130,"b":63,"a":1}}
|
||||
{"args":[0.8,0,0],"result":{"r":190,"g":190,"b":190,"a":1}}
|
||||
{"args":[0.75,0.01,250],"result":{"r":169,"g":175,"b":180,"a":1}}
|
||||
{"args":[0.92,0,0],"result":{"r":228,"g":228,"b":228,"a":1}}
|
||||
{"args":[0.72,0.15,195],"result":{"r":0,"g":192,"b":194,"a":1}}
|
||||
{"args":[0.78,0.14,155],"result":{"r":99,"g":209,"b":143,"a":1}}
|
||||
{"args":[0.65,0.2,300],"result":{"r":164,"g":107,"b":245,"a":1}}
|
||||
{"args":[0.96,0.012,82],"result":{"r":246,"g":241,"b":233,"a":1}}
|
||||
{"args":[0.02,0.004,95],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":[0.78,0,0],"result":{"r":183,"g":183,"b":183,"a":1}}
|
||||
{"args":[0.92,0.01,90],"result":{"r":231,"g":228,"b":221,"a":1}}
|
||||
{"args":[0.32,0.01,90],"result":{"r":53,"g":51,"b":45,"a":1}}
|
||||
{"args":[0.11,0.008,95],"result":{"r":5,"g":4,"b":3,"a":1}}
|
||||
|
||||
@@ -481,33 +481,12 @@
|
||||
{"args":["rgb(26, 29, 36)"],"result":{"r":26,"g":29,"b":36,"a":1}}
|
||||
{"args":["rgb(245, 242, 234)"],"result":{"r":245,"g":242,"b":234,"a":1}}
|
||||
{"args":["#1a4d8f"],"result":{"r":26,"g":77,"b":143,"a":1}}
|
||||
{"args":["#ffffff"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["#ff00aa"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgb(0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(255, 0, 170)"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["rgba(99, 102, 241, 0.6)"],"result":{"r":99,"g":102,"b":241,"a":0.6}}
|
||||
{"args":["#1a4d8f"],"result":{"r":26,"g":77,"b":143,"a":1}}
|
||||
{"args":["#ffffff"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["#ff00aa"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgb(0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(255, 0, 170)"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["#1a4d8f"],"result":{"r":26,"g":77,"b":143,"a":1}}
|
||||
{"args":["#ffffff"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["rgba(99, 102, 241, 0.6)"],"result":{"r":99,"g":102,"b":241,"a":0.6}}
|
||||
{"args":["#241f1a"],"result":{"r":36,"g":31,"b":26,"a":1}}
|
||||
{"args":["#f7f4ee"],"result":{"r":247,"g":244,"b":238,"a":1}}
|
||||
{"args":["#b8422e"],"result":{"r":184,"g":66,"b":46,"a":1}}
|
||||
{"args":["oklch(84% 0.19 80.46)"],"result":{"r":255,"g":186,"b":0,"a":1}}
|
||||
{"args":["#d9a531"],"result":{"r":217,"g":165,"b":49,"a":1}}
|
||||
{"args":["#b98518"],"result":{"r":185,"g":133,"b":24,"a":1}}
|
||||
{"args":["oklch(84% 0.19 80.46 / 0.5)"],"result":{"r":255,"g":186,"b":0,"a":0.5}}
|
||||
{"args":["#ff00aa"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["#d55a42"],"result":{"r":213,"g":90,"b":66,"a":1}}
|
||||
{"args":["rgba(0,0,0,0.12)"],"result":{"r":0,"g":0,"b":0,"a":0.12}}
|
||||
{"args":["rgba(0, 0, 0, 0.12)"],"result":{"r":0,"g":0,"b":0,"a":0.12}}
|
||||
{"args":["rgba(0, 0, 0, 0.5)"],"result":{"r":0,"g":0,"b":0,"a":0.5}}
|
||||
{"args":["rgba(184, 66, 46, 0.45)"],"result":{"r":184,"g":66,"b":46,"a":0.45}}
|
||||
{"args":["rgba(255, 0, 170, 1)"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["#cc00ff"],"result":{"r":204,"g":0,"b":255,"a":1}}
|
||||
@@ -518,418 +497,7 @@
|
||||
{"args":["oklch(0 0 0 / 55%)"],"result":{"r":0,"g":0,"b":0,"a":0.55}}
|
||||
{"args":["#000"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0.22)"],"result":{"r":0,"g":0,"b":0,"a":0.22}}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgb(255, 0, 170)"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["#241f1a"],"result":{"r":36,"g":31,"b":26,"a":1}}
|
||||
{"args":["#f7f4ee"],"result":{"r":247,"g":244,"b":238,"a":1}}
|
||||
{"args":["#ffffff"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["#b8422e"],"result":{"r":184,"g":66,"b":46,"a":1}}
|
||||
{"args":["#d4c7b9"],"result":{"r":212,"g":199,"b":185,"a":1}}
|
||||
{"args":["#923524"],"result":{"r":146,"g":53,"b":36,"a":1}}
|
||||
{"args":["#d55a42"],"result":{"r":213,"g":90,"b":66,"a":1}}
|
||||
{"args":["#7c3aed"],"result":{"r":124,"g":58,"b":237,"a":1}}
|
||||
{"args":["var(--accent)"],"result":null}
|
||||
{"args":["#f43f5e"],"result":{"r":244,"g":63,"b":94,"a":1}}
|
||||
{"args":["oklch(60% 0.2 300)"],"result":{"r":149,"g":91,"b":227,"a":1}}
|
||||
{"args":["#e5e7eb"],"result":{"r":229,"g":231,"b":235,"a":1}}
|
||||
{"args":["#f9fafb"],"result":{"r":249,"g":250,"b":251,"a":1}}
|
||||
{"args":["#6b7280"],"result":{"r":107,"g":114,"b":128,"a":1}}
|
||||
{"args":["#4b5563"],"result":{"r":75,"g":85,"b":99,"a":1}}
|
||||
{"args":["white"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["#3b82f6"],"result":{"r":59,"g":130,"b":246,"a":1}}
|
||||
{"args":["#111827"],"result":{"r":17,"g":24,"b":39,"a":1}}
|
||||
{"args":["#8b5cf6"],"result":{"r":139,"g":92,"b":246,"a":1}}
|
||||
{"args":["#10b981"],"result":{"r":16,"g":185,"b":129,"a":1}}
|
||||
{"args":["#ef4444"],"result":{"r":239,"g":68,"b":68,"a":1}}
|
||||
{"args":["#1f2937"],"result":{"r":31,"g":41,"b":55,"a":1}}
|
||||
{"args":["#f472b6"],"result":{"r":244,"g":114,"b":182,"a":1}}
|
||||
{"args":["#9ca3af"],"result":{"r":156,"g":163,"b":175,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgb(249, 250, 251)"],"result":{"r":249,"g":250,"b":251,"a":1}}
|
||||
{"args":["rgb(255, 255, 255)"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["rgb(31, 41, 55)"],"result":{"r":31,"g":41,"b":55,"a":1}}
|
||||
{"args":["rgba(0,0,0,0.1)"],"result":{"r":0,"g":0,"b":0,"a":0.1}}
|
||||
{"args":["rgb(59, 130, 246)"],"result":{"r":59,"g":130,"b":246,"a":1}}
|
||||
{"args":["rgb(139, 92, 246)"],"result":{"r":139,"g":92,"b":246,"a":1}}
|
||||
{"args":["rgb(16, 185, 129)"],"result":{"r":16,"g":185,"b":129,"a":1}}
|
||||
{"args":["rgb(239, 68, 68)"],"result":{"r":239,"g":68,"b":68,"a":1}}
|
||||
{"args":["rgb(244, 114, 182)"],"result":{"r":244,"g":114,"b":182,"a":1}}
|
||||
{"args":["rgb(0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(229, 231, 235)"],"result":{"r":229,"g":231,"b":235,"a":1}}
|
||||
{"args":["#dbeafe"],"result":{"r":219,"g":234,"b":254,"a":1}}
|
||||
{"args":["#1d4ed8"],"result":{"r":29,"g":78,"b":216,"a":1}}
|
||||
{"args":["#374151"],"result":{"r":55,"g":65,"b":81,"a":1}}
|
||||
{"args":["#6366f1"],"result":{"r":99,"g":102,"b":241,"a":1}}
|
||||
{"args":["#1e293b"],"result":{"r":30,"g":41,"b":59,"a":1}}
|
||||
{"args":["#94a3b8"],"result":{"r":148,"g":163,"b":184,"a":1}}
|
||||
{"args":["rgb(219, 234, 254)"],"result":{"r":219,"g":234,"b":254,"a":1}}
|
||||
{"args":["rgb(17, 24, 39)"],"result":{"r":17,"g":24,"b":39,"a":1}}
|
||||
{"args":["rgb(30, 41, 59)"],"result":{"r":30,"g":41,"b":59,"a":1}}
|
||||
{"args":["rgba(0,0,0,0.3)"],"result":{"r":0,"g":0,"b":0,"a":0.3}}
|
||||
{"args":["rgb(55, 65, 81)"],"result":{"r":55,"g":65,"b":81,"a":1}}
|
||||
{"args":["rgb(99, 102, 241)"],"result":{"r":99,"g":102,"b":241,"a":1}}
|
||||
{"args":["#f8fafc"],"result":{"r":248,"g":250,"b":252,"a":1}}
|
||||
{"args":["#475569"],"result":{"r":71,"g":85,"b":105,"a":1}}
|
||||
{"args":["#fdfdfd"],"result":{"r":253,"g":253,"b":253,"a":1}}
|
||||
{"args":["#2563eb"],"result":{"r":37,"g":99,"b":235,"a":1}}
|
||||
{"args":["#dc2626"],"result":{"r":220,"g":38,"b":38,"a":1}}
|
||||
{"args":["#0f766e"],"result":{"r":15,"g":118,"b":110,"a":1}}
|
||||
{"args":["#ea580c"],"result":{"r":234,"g":88,"b":12,"a":1}}
|
||||
{"args":["#141820"],"result":{"r":20,"g":24,"b":32,"a":1}}
|
||||
{"args":["#f4f7fb"],"result":{"r":244,"g":247,"b":251,"a":1}}
|
||||
{"args":["#38bdf8"],"result":{"r":56,"g":189,"b":248,"a":1}}
|
||||
{"args":["#cbd5e1"],"result":{"r":203,"g":213,"b":225,"a":1}}
|
||||
{"args":["#d1d5db"],"result":{"r":209,"g":213,"b":219,"a":1}}
|
||||
{"args":["#161a22"],"result":{"r":22,"g":26,"b":34,"a":1}}
|
||||
{"args":["#334155"],"result":{"r":51,"g":65,"b":85,"a":1}}
|
||||
{"args":["rgb(248, 250, 252)"],"result":{"r":248,"g":250,"b":252,"a":1}}
|
||||
{"args":["rgb(253, 253, 253)"],"result":{"r":253,"g":253,"b":253,"a":1}}
|
||||
{"args":["rgb(20, 24, 32)"],"result":{"r":20,"g":24,"b":32,"a":1}}
|
||||
{"args":["rgb(22, 26, 34)"],"result":{"r":22,"g":26,"b":34,"a":1}}
|
||||
{"args":["rgba(15,23,42,0.06)"],"result":{"r":15,"g":23,"b":42,"a":0.06}}
|
||||
{"args":["rgb(37, 99, 235)"],"result":{"r":37,"g":99,"b":235,"a":1}}
|
||||
{"args":["rgb(220, 38, 38)"],"result":{"r":220,"g":38,"b":38,"a":1}}
|
||||
{"args":["rgb(15, 118, 110)"],"result":{"r":15,"g":118,"b":110,"a":1}}
|
||||
{"args":["rgb(124, 58, 237)"],"result":{"r":124,"g":58,"b":237,"a":1}}
|
||||
{"args":["rgb(234, 88, 12)"],"result":{"r":234,"g":88,"b":12,"a":1}}
|
||||
{"args":["rgb(56, 189, 248)"],"result":{"r":56,"g":189,"b":248,"a":1}}
|
||||
{"args":["rgb(203, 213, 225)"],"result":{"r":203,"g":213,"b":225,"a":1}}
|
||||
{"args":["rgb(209, 213, 219)"],"result":{"r":209,"g":213,"b":219,"a":1}}
|
||||
{"args":["rgb(51, 65, 85)"],"result":{"r":51,"g":65,"b":85,"a":1}}
|
||||
{"args":["rgba(15, 23, 42, 0.06)"],"result":{"r":15,"g":23,"b":42,"a":0.06}}
|
||||
{"args":["#fafafa"],"result":{"r":250,"g":250,"b":250,"a":1}}
|
||||
{"args":["#1a1a1a"],"result":{"r":26,"g":26,"b":26,"a":1}}
|
||||
{"args":["#64748b"],"result":{"r":100,"g":116,"b":139,"a":1}}
|
||||
{"args":["#000000"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(150, 150, 150)"],"result":{"r":150,"g":150,"b":150,"a":1}}
|
||||
{"args":["rgb(180, 180, 180)"],"result":{"r":180,"g":180,"b":180,"a":1}}
|
||||
{"args":["rgb(200, 200, 200)"],"result":{"r":200,"g":200,"b":200,"a":1}}
|
||||
{"args":["rgb(30, 30, 30)"],"result":{"r":30,"g":30,"b":30,"a":1}}
|
||||
{"args":["rgb(80, 80, 80)"],"result":{"r":80,"g":80,"b":80,"a":1}}
|
||||
{"args":["#808080"],"result":{"r":128,"g":128,"b":128,"a":1}}
|
||||
{"args":["#666666"],"result":{"r":102,"g":102,"b":102,"a":1}}
|
||||
{"args":["rgb(31,26,21)"],"result":{"r":31,"g":26,"b":21,"a":1}}
|
||||
{"args":["rgb(91,79,68)"],"result":{"r":91,"g":79,"b":68,"a":1}}
|
||||
{"args":["rgb(55,65,81)"],"result":{"r":55,"g":65,"b":81,"a":1}}
|
||||
{"args":["rgb(108,114,128)"],"result":{"r":108,"g":114,"b":128,"a":1}}
|
||||
{"args":["rgb(182,50,45)"],"result":{"r":182,"g":50,"b":45,"a":1}}
|
||||
{"args":["rgb(92,84,73)"],"result":{"r":92,"g":84,"b":73,"a":1}}
|
||||
{"args":["black"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(156, 163, 175)"],"result":{"r":156,"g":163,"b":175,"a":1}}
|
||||
{"args":["rgb(168, 85, 247)"],"result":{"r":168,"g":85,"b":247,"a":1}}
|
||||
{"args":["currentcolor"],"result":null}
|
||||
{"args":["#e8e2d6"],"result":{"r":232,"g":226,"b":214,"a":1}}
|
||||
{"args":["#cfc9bd"],"result":{"r":207,"g":201,"b":189,"a":1}}
|
||||
{"args":["rgb(26, 26, 30)"],"result":{"r":26,"g":26,"b":30,"a":1}}
|
||||
{"args":["rgb(240, 240, 245)"],"result":{"r":240,"g":240,"b":245,"a":1}}
|
||||
{"args":["rgb(250, 250, 252)"],"result":{"r":250,"g":250,"b":252,"a":1}}
|
||||
{"args":["rgb(20, 20, 25)"],"result":{"r":20,"g":20,"b":25,"a":1}}
|
||||
{"args":["#ffffff"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["rgb(30, 64, 175)"],"result":{"r":30,"g":64,"b":175,"a":1}}
|
||||
{"args":["rgb(5, 46, 32)"],"result":{"r":5,"g":46,"b":32,"a":1}}
|
||||
{"args":["rgb(180, 83, 9)"],"result":{"r":180,"g":83,"b":9,"a":1}}
|
||||
{"args":["rgba(0,0,0,0.03)"],"result":{"r":0,"g":0,"b":0,"a":0.03}}
|
||||
{"args":["rgba(0,0,0,0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgba(0,0,0,0.5)"],"result":{"r":0,"g":0,"b":0,"a":0.5}}
|
||||
{"args":["rgb(170,170,170)"],"result":{"r":170,"g":170,"b":170,"a":1}}
|
||||
{"args":["rgb(20,20,25)"],"result":{"r":20,"g":20,"b":25,"a":1}}
|
||||
{"args":["rgb(245,240,232)"],"result":{"r":245,"g":240,"b":232,"a":1}}
|
||||
{"args":["rgb(150,60,55)"],"result":{"r":150,"g":60,"b":55,"a":1}}
|
||||
{"args":["rgb(28,30,38)"],"result":{"r":28,"g":30,"b":38,"a":1}}
|
||||
{"args":["rgb(230,232,237)"],"result":{"r":230,"g":232,"b":237,"a":1}}
|
||||
{"args":["#e8e6e3"],"result":{"r":232,"g":230,"b":227,"a":1}}
|
||||
{"args":["#0f0f11"],"result":{"r":15,"g":15,"b":17,"a":1}}
|
||||
{"args":["#8e8c89"],"result":{"r":142,"g":140,"b":137,"a":1}}
|
||||
{"args":["#ded9cf"],"result":{"r":222,"g":217,"b":207,"a":1}}
|
||||
{"args":["#3a352c"],"result":{"r":58,"g":53,"b":44,"a":1}}
|
||||
{"args":["var(--fixture-undefined-token)"],"result":null}
|
||||
{"args":["#efe9dd"],"result":{"r":239,"g":233,"b":221,"a":1}}
|
||||
{"args":["#ffe4e6"],"result":{"r":255,"g":228,"b":230,"a":1}}
|
||||
{"args":["rgb(250, 250, 250)"],"result":{"r":250,"g":250,"b":250,"a":1}}
|
||||
{"args":["rgb(31, 26, 21)"],"result":{"r":31,"g":26,"b":21,"a":1}}
|
||||
{"args":["rgb(182, 50, 45)"],"result":{"r":182,"g":50,"b":45,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0.03)"],"result":{"r":0,"g":0,"b":0,"a":0.03}}
|
||||
{"args":["rgba(0, 0, 0, 0.5)"],"result":{"r":0,"g":0,"b":0,"a":0.5}}
|
||||
{"args":["rgb(28, 30, 38)"],"result":{"r":28,"g":30,"b":38,"a":1}}
|
||||
{"args":["rgb(15, 15, 17)"],"result":{"r":15,"g":15,"b":17,"a":1}}
|
||||
{"args":["rgb(255, 228, 230)"],"result":{"r":255,"g":228,"b":230,"a":1}}
|
||||
{"args":["rgb(26, 26, 26)"],"result":{"r":26,"g":26,"b":26,"a":1}}
|
||||
{"args":["rgba(52,192,168,0.09)"],"result":{"r":52,"g":192,"b":168,"a":0.09}}
|
||||
{"args":["oklch(90%0.02 95)"],"result":{"r":226,"g":222,"b":208,"a":1}}
|
||||
{"args":["color-mix(in oklab,oklch(90%0.02 95) 16%,transparent)"],"result":{"r":226,"g":222,"b":208,"a":0.16}}
|
||||
{"args":["#faf8f4"],"result":{"r":250,"g":248,"b":244,"a":1}}
|
||||
{"args":["#262421"],"result":{"r":38,"g":36,"b":33,"a":1}}
|
||||
{"args":["#ddd8d0"],"result":{"r":221,"g":216,"b":208,"a":1}}
|
||||
{"args":["#b8422e"],"result":{"r":184,"g":66,"b":46,"a":1}}
|
||||
{"args":["rgb(250, 248, 244)"],"result":{"r":250,"g":248,"b":244,"a":1}}
|
||||
{"args":["rgb(221, 216, 208)"],"result":{"r":221,"g":216,"b":208,"a":1}}
|
||||
{"args":["rgb(184, 66, 46)"],"result":{"r":184,"g":66,"b":46,"a":1}}
|
||||
{"args":["oklch(91%0 0)"],"result":{"r":225,"g":225,"b":225,"a":1}}
|
||||
{"args":["oklch(88%0 0)"],"result":{"r":215,"g":215,"b":215,"a":1}}
|
||||
{"args":["oklch(11%0.006 95)"],"result":{"r":5,"g":4,"b":3,"a":1}}
|
||||
{"args":["rgba(250,249,246,0.88)"],"result":{"r":250,"g":249,"b":246,"a":0.88}}
|
||||
{"args":["oklch(15%0.01 95)"],"result":{"r":12,"g":11,"b":7,"a":1}}
|
||||
{"args":["oklch(30%0 0)"],"result":{"r":46,"g":46,"b":46,"a":1}}
|
||||
{"args":["oklch(32%0 0)"],"result":{"r":51,"g":51,"b":51,"a":1}}
|
||||
{"args":["oklch(90%0 0)"],"result":{"r":222,"g":222,"b":222,"a":1}}
|
||||
{"args":["oklch(20%0 0)"],"result":{"r":22,"g":22,"b":22,"a":1}}
|
||||
{"args":["rgb(5, 4, 3)"],"result":{"r":5,"g":4,"b":3,"a":1}}
|
||||
{"args":["rgba(250, 249, 246, 0.88)"],"result":{"r":250,"g":249,"b":246,"a":0.88}}
|
||||
{"args":["oklch(7%0.006 95)"],"result":{"r":1,"g":1,"b":1,"a":1}}
|
||||
{"args":["oklch(4%0.004 95)"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgba(255,255,255,0.3)"],"result":{"r":255,"g":255,"b":255,"a":0.3}}
|
||||
{"args":["rgba(255,255,255,0.2)"],"result":{"r":255,"g":255,"b":255,"a":0.2}}
|
||||
{"args":["linear-gradient(180deg, oklch(7% 0.006 95), oklch(4% 0.004 95))"],"result":{"r":1,"g":1,"b":1,"a":1}}
|
||||
{"args":["transparent"],"result":null}
|
||||
{"args":["#eff6ff"],"result":{"r":239,"g":246,"b":255,"a":1}}
|
||||
{"args":["#fca5a5"],"result":{"r":252,"g":165,"b":165,"a":1}}
|
||||
{"args":["#b91c1c"],"result":{"r":185,"g":28,"b":28,"a":1}}
|
||||
{"args":["#e2e8f0"],"result":{"r":226,"g":232,"b":240,"a":1}}
|
||||
{"args":["rgba(239,68,68,0.1)"],"result":{"r":239,"g":68,"b":68,"a":0.1}}
|
||||
{"args":["#22c55e"],"result":{"r":34,"g":197,"b":94,"a":1}}
|
||||
{"args":["rgba(34,197,94,0.1)"],"result":{"r":34,"g":197,"b":94,"a":0.1}}
|
||||
{"args":["#f59e0b"],"result":{"r":245,"g":158,"b":11,"a":1}}
|
||||
{"args":["#fffbeb"],"result":{"r":255,"g":251,"b":235,"a":1}}
|
||||
{"args":["#92400e"],"result":{"r":146,"g":64,"b":14,"a":1}}
|
||||
{"args":["#d97706"],"result":{"r":217,"g":119,"b":6,"a":1}}
|
||||
{"args":["rgb(239, 246, 255)"],"result":{"r":239,"g":246,"b":255,"a":1}}
|
||||
{"args":["rgba(239, 68, 68, 0.1)"],"result":{"r":239,"g":68,"b":68,"a":0.1}}
|
||||
{"args":["rgba(34, 197, 94, 0.1)"],"result":{"r":34,"g":197,"b":94,"a":0.1}}
|
||||
{"args":["rgb(255, 251, 235)"],"result":{"r":255,"g":251,"b":235,"a":1}}
|
||||
{"args":["none"],"result":null}
|
||||
{"args":["rgb(252, 165, 165)"],"result":{"r":252,"g":165,"b":165,"a":1}}
|
||||
{"args":["rgb(185, 28, 28)"],"result":{"r":185,"g":28,"b":28,"a":1}}
|
||||
{"args":["rgb(34, 197, 94)"],"result":{"r":34,"g":197,"b":94,"a":1}}
|
||||
{"args":["rgb(245, 158, 11)"],"result":{"r":245,"g":158,"b":11,"a":1}}
|
||||
{"args":["oklch(100%0 0)"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["oklch(98%0.01 60)"],"result":{"r":254,"g":247,"b":242,"a":1}}
|
||||
{"args":["#87a8ff"],"result":{"r":135,"g":168,"b":255,"a":1}}
|
||||
{"args":["#8a6a2f"],"result":{"r":138,"g":106,"b":47,"a":1}}
|
||||
{"args":["#aa674d"],"result":{"r":170,"g":103,"b":77,"a":1}}
|
||||
{"args":["rgb(254, 247, 242)"],"result":{"r":254,"g":247,"b":242,"a":1}}
|
||||
{"args":["oklch(65%0.12 250)"],"result":{"r":81,"g":148,"b":213,"a":1}}
|
||||
{"args":["oklch(80%0.05 250)"],"result":{"r":166,"g":193,"b":221,"a":1}}
|
||||
{"args":["oklch(75%0.15 45)"],"result":{"r":250,"g":140,"b":88,"a":1}}
|
||||
{"args":["oklch(75%0.18 45)"],"result":{"r":255,"g":130,"b":63,"a":1}}
|
||||
{"args":["oklab(60%0.1 0.15)"],"result":null}
|
||||
{"args":["lch(55%60 250)"],"result":null}
|
||||
{"args":["lab(50%40-30)"],"result":null}
|
||||
{"args":["rgb(135, 168, 255)"],"result":{"r":135,"g":168,"b":255,"a":1}}
|
||||
{"args":["rgb(138, 106, 47)"],"result":{"r":138,"g":106,"b":47,"a":1}}
|
||||
{"args":["rgb(170, 103, 77)"],"result":{"r":170,"g":103,"b":77,"a":1}}
|
||||
{"args":["oklch(80%0 0)"],"result":{"r":190,"g":190,"b":190,"a":1}}
|
||||
{"args":["oklch(75%0.01 250)"],"result":{"r":169,"g":175,"b":180,"a":1}}
|
||||
{"args":["lab(50%0 0)"],"result":null}
|
||||
{"args":["lch(50%0 0)"],"result":null}
|
||||
{"args":["oklch(92%0 0/0.12)"],"result":{"r":228,"g":228,"b":228,"a":0.12}}
|
||||
{"args":["#f6f6f6"],"result":{"r":246,"g":246,"b":246,"a":1}}
|
||||
{"args":["purple"],"result":{"r":128,"g":0,"b":128,"a":1}}
|
||||
{"args":["rebeccapurple"],"result":{"r":102,"g":51,"b":153,"a":1}}
|
||||
{"args":["crimson"],"result":{"r":220,"g":20,"b":60,"a":1}}
|
||||
{"args":["teal"],"result":{"r":0,"g":128,"b":128,"a":1}}
|
||||
{"args":["orange"],"result":{"r":255,"g":165,"b":0,"a":1}}
|
||||
{"args":["dimgray"],"result":{"r":105,"g":105,"b":105,"a":1}}
|
||||
{"args":["gainsboro"],"result":{"r":220,"g":220,"b":220,"a":1}}
|
||||
{"args":["rgb(246, 246, 246)"],"result":{"r":246,"g":246,"b":246,"a":1}}
|
||||
{"args":["rgb(128, 0, 128)"],"result":{"r":128,"g":0,"b":128,"a":1}}
|
||||
{"args":["rgb(102, 51, 153)"],"result":{"r":102,"g":51,"b":153,"a":1}}
|
||||
{"args":["rgb(220, 20, 60)"],"result":{"r":220,"g":20,"b":60,"a":1}}
|
||||
{"args":["rgb(0, 128, 128)"],"result":{"r":0,"g":128,"b":128,"a":1}}
|
||||
{"args":["rgb(255, 165, 0)"],"result":{"r":255,"g":165,"b":0,"a":1}}
|
||||
{"args":["rgb(105, 105, 105)"],"result":{"r":105,"g":105,"b":105,"a":1}}
|
||||
{"args":["rgb(220, 220, 220)"],"result":{"r":220,"g":220,"b":220,"a":1}}
|
||||
{"args":["#241f1a"],"result":{"r":36,"g":31,"b":26,"a":1}}
|
||||
{"args":["#f7f4ee"],"result":{"r":247,"g":244,"b":238,"a":1}}
|
||||
{"args":["#d4c7b9"],"result":{"r":212,"g":199,"b":185,"a":1}}
|
||||
{"args":["#923524"],"result":{"r":146,"g":53,"b":36,"a":1}}
|
||||
{"args":["#d55a42"],"result":{"r":213,"g":90,"b":66,"a":1}}
|
||||
{"args":["#ff00aa"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["rgb(20,180,220)"],"result":{"r":20,"g":180,"b":220,"a":1}}
|
||||
{"args":["#00a982"],"result":{"r":0,"g":169,"b":130,"a":1}}
|
||||
{"args":["rgba(184,66,46,0.45)"],"result":{"r":184,"g":66,"b":46,"a":0.45}}
|
||||
{"args":["#bb442f"],"result":{"r":187,"g":68,"b":47,"a":1}}
|
||||
{"args":["rgb(247, 244, 238)"],"result":{"r":247,"g":244,"b":238,"a":1}}
|
||||
{"args":["rgb(20, 180, 220)"],"result":{"r":20,"g":180,"b":220,"a":1}}
|
||||
{"args":["rgb(212, 199, 185)"],"result":{"r":212,"g":199,"b":185,"a":1}}
|
||||
{"args":["rgb(0, 169, 130)"],"result":{"r":0,"g":169,"b":130,"a":1}}
|
||||
{"args":["rgba(184, 66, 46, 0.45)"],"result":{"r":184,"g":66,"b":46,"a":0.45}}
|
||||
{"args":["rgb(36, 31, 26)"],"result":{"r":36,"g":31,"b":26,"a":1}}
|
||||
{"args":["rgb(255, 0, 170)"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["rgb(187, 68, 47)"],"result":{"r":187,"g":68,"b":47,"a":1}}
|
||||
{"args":["rgb(213, 90, 66)"],"result":{"r":213,"g":90,"b":66,"a":1}}
|
||||
{"args":["#d7d0c2"],"result":{"r":215,"g":208,"b":194,"a":1}}
|
||||
{"args":["#7c5c00"],"result":{"r":124,"g":92,"b":0,"a":1}}
|
||||
{"args":["rgb(215, 208, 194)"],"result":{"r":215,"g":208,"b":194,"a":1}}
|
||||
{"args":["#222222"],"result":{"r":34,"g":34,"b":34,"a":1}}
|
||||
{"args":["#b45309"],"result":{"r":180,"g":83,"b":9,"a":1}}
|
||||
{"args":["#d4d4d4"],"result":{"r":212,"g":212,"b":212,"a":1}}
|
||||
{"args":["rgb(212, 212, 212)"],"result":{"r":212,"g":212,"b":212,"a":1}}
|
||||
{"args":["#f5f5f4"],"result":{"r":245,"g":245,"b":244,"a":1}}
|
||||
{"args":["#d6d3d1"],"result":{"r":214,"g":211,"b":209,"a":1}}
|
||||
{"args":["#57534e"],"result":{"r":87,"g":83,"b":78,"a":1}}
|
||||
{"args":["#eeeeee"],"result":{"r":238,"g":238,"b":238,"a":1}}
|
||||
{"args":["rgb(245, 245, 244)"],"result":{"r":245,"g":245,"b":244,"a":1}}
|
||||
{"args":["rgba(0,0,0,0.12)"],"result":{"r":0,"g":0,"b":0,"a":0.12}}
|
||||
{"args":["rgb(214, 211, 209)"],"result":{"r":214,"g":211,"b":209,"a":1}}
|
||||
{"args":["rgb(238, 238, 238)"],"result":{"r":238,"g":238,"b":238,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0.12)"],"result":{"r":0,"g":0,"b":0,"a":0.12}}
|
||||
{"args":["#fff"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["#0f172a"],"result":{"r":15,"g":23,"b":42,"a":1}}
|
||||
{"args":["#f1f5f9"],"result":{"r":241,"g":245,"b":249,"a":1}}
|
||||
{"args":["#ddd6fe"],"result":{"r":221,"g":214,"b":254,"a":1}}
|
||||
{"args":["#93c5fd"],"result":{"r":147,"g":197,"b":253,"a":1}}
|
||||
{"args":["rgb(241, 245, 249)"],"result":{"r":241,"g":245,"b":249,"a":1}}
|
||||
{"args":["rgb(221, 214, 254)"],"result":{"r":221,"g":214,"b":254,"a":1}}
|
||||
{"args":["rgb(147, 197, 253)"],"result":{"r":147,"g":197,"b":253,"a":1}}
|
||||
{"args":["rgb(226, 232, 240)"],"result":{"r":226,"g":232,"b":240,"a":1}}
|
||||
{"args":["#0b0d13"],"result":{"r":11,"g":13,"b":19,"a":1}}
|
||||
{"args":["#e6e6e6"],"result":{"r":230,"g":230,"b":230,"a":1}}
|
||||
{"args":["rgb(11, 13, 19)"],"result":{"r":11,"g":13,"b":19,"a":1}}
|
||||
{"args":["rgba(80,111,255,0.26)"],"result":{"r":80,"g":111,"b":255,"a":0.26}}
|
||||
{"args":["rgba(139,92,246,0.30)"],"result":{"r":139,"g":92,"b":246,"a":0.3}}
|
||||
{"args":["rgba(34,211,238,0.22)"],"result":{"r":34,"g":211,"b":238,"a":0.22}}
|
||||
{"args":["rgba(255,90,120,0.28)"],"result":{"r":255,"g":90,"b":120,"a":0.28}}
|
||||
{"args":["rgba(255,90,120,0.12)"],"result":{"r":255,"g":90,"b":120,"a":0.12}}
|
||||
{"args":["rgba(80,111,255,0.30)"],"result":{"r":80,"g":111,"b":255,"a":0.3}}
|
||||
{"args":["rgba(255,196,64,0.35)"],"result":{"r":255,"g":196,"b":64,"a":0.35}}
|
||||
{"args":["rgba(0,0,0,0.40)"],"result":{"r":0,"g":0,"b":0,"a":0.4}}
|
||||
{"args":["rgba(255,255,255,0.35)"],"result":{"r":255,"g":255,"b":255,"a":0.35}}
|
||||
{"args":["rgba(255,0,128,0.90)"],"result":{"r":255,"g":0,"b":128,"a":0.9}}
|
||||
{"args":["rgba(121,40,202,0.85)"],"result":{"r":121,"g":40,"b":202,"a":0.85}}
|
||||
{"args":["rgba(80,111,255,0.85)"],"result":{"r":80,"g":111,"b":255,"a":0.85}}
|
||||
{"args":["rgba(80,111,255,0.28)"],"result":{"r":80,"g":111,"b":255,"a":0.28}}
|
||||
{"args":["#506fff3d"],"result":{"r":80,"g":111,"b":255,"a":0.23921568627450981}}
|
||||
{"args":["#1e3a8a"],"result":{"r":30,"g":58,"b":138,"a":1}}
|
||||
{"args":["#ff0080"],"result":{"r":255,"g":0,"b":128,"a":1}}
|
||||
{"args":["#7928ca"],"result":{"r":121,"g":40,"b":202,"a":1}}
|
||||
{"args":["#0070f3"],"result":{"r":0,"g":112,"b":243,"a":1}}
|
||||
{"args":["rgba(0,0,0,0.08)"],"result":{"r":0,"g":0,"b":0,"a":0.08}}
|
||||
{"args":["#f6f2ec"],"result":{"r":246,"g":242,"b":236,"a":1}}
|
||||
{"args":["#171411"],"result":{"r":23,"g":20,"b":17,"a":1}}
|
||||
{"args":["#c9bfb2"],"result":{"r":201,"g":191,"b":178,"a":1}}
|
||||
{"args":["#fffaf3"],"result":{"r":255,"g":250,"b":243,"a":1}}
|
||||
{"args":["#5b5046"],"result":{"r":91,"g":80,"b":70,"a":1}}
|
||||
{"args":["#d8cec0"],"result":{"r":216,"g":206,"b":192,"a":1}}
|
||||
{"args":["rgb(246, 242, 236)"],"result":{"r":246,"g":242,"b":236,"a":1}}
|
||||
{"args":["rgb(255, 250, 243)"],"result":{"r":255,"g":250,"b":243,"a":1}}
|
||||
{"args":["rgb(201, 191, 178)"],"result":{"r":201,"g":191,"b":178,"a":1}}
|
||||
{"args":["rgb(216, 206, 192)"],"result":{"r":216,"g":206,"b":192,"a":1}}
|
||||
{"args":["rgb(107, 114, 128)"],"result":{"r":107,"g":114,"b":128,"a":1}}
|
||||
{"args":["rgba(0,0,0,0.2)"],"result":{"r":0,"g":0,"b":0,"a":0.2}}
|
||||
{"args":["rgba(59,130,246,0.4)"],"result":{"r":59,"g":130,"b":246,"a":0.4}}
|
||||
{"args":["rgba(139,92,246,0.35)"],"result":{"r":139,"g":92,"b":246,"a":0.35}}
|
||||
{"args":["rgba(6,182,212,0.5)"],"result":{"r":6,"g":182,"b":212,"a":0.5}}
|
||||
{"args":["rgba(168,85,247,0.3)"],"result":{"r":168,"g":85,"b":247,"a":0.3}}
|
||||
{"args":["rgba(236, 72, 153, 0.5)"],"result":{"r":236,"g":72,"b":153,"a":0.5}}
|
||||
{"args":["oklch(0.72 0.15 195/0.5)"],"result":{"r":0,"g":192,"b":194,"a":0.5}}
|
||||
{"args":["hsl(280,80%,60%)"],"result":{"r":180,"g":71,"b":235,"a":1}}
|
||||
{"args":["oklch(0.78 0.14 155)"],"result":{"r":99,"g":209,"b":143,"a":1}}
|
||||
{"args":["#22d3ee"],"result":{"r":34,"g":211,"b":238,"a":1}}
|
||||
{"args":["oklch(0.65 0.2 300/0.45)"],"result":{"r":164,"g":107,"b":245,"a":0.45}}
|
||||
{"args":["rgba(217,70,239,0.5)"],"result":{"r":217,"g":70,"b":239,"a":0.5}}
|
||||
{"args":["rgba(249,115,22,0.5)"],"result":{"r":249,"g":115,"b":22,"a":0.5}}
|
||||
{"args":["rgba(59,130,246,0.15)"],"result":{"r":59,"g":130,"b":246,"a":0.15}}
|
||||
{"args":["rgba(0,0,0,0.4)"],"result":{"r":0,"g":0,"b":0,"a":0.4}}
|
||||
{"args":["rgba(59,130,246,0.5)"],"result":{"r":59,"g":130,"b":246,"a":0.5}}
|
||||
{"args":["rgba(59,130,246,0.2)"],"result":{"r":59,"g":130,"b":246,"a":0.2}}
|
||||
{"args":["rgba(59,130,246,0.3)"],"result":{"r":59,"g":130,"b":246,"a":0.3}}
|
||||
{"args":["rgba(59,130,246,0.25)"],"result":{"r":59,"g":130,"b":246,"a":0.25}}
|
||||
{"args":["rgba(0,0,0,0.15)"],"result":{"r":0,"g":0,"b":0,"a":0.15}}
|
||||
{"args":["rgba(16,185,129,0.35)"],"result":{"r":16,"g":185,"b":129,"a":0.35}}
|
||||
{"args":["rgba(244,63,94,0.45)"],"result":{"r":244,"g":63,"b":94,"a":0.45}}
|
||||
{"args":["rgba(0,0,0,0.6)"],"result":{"r":0,"g":0,"b":0,"a":0.6}}
|
||||
{"args":["rgba(0, 0, 0, 0.3)"],"result":{"r":0,"g":0,"b":0,"a":0.3}}
|
||||
{"args":["rgba(59, 130, 246, 0.4)"],"result":{"r":59,"g":130,"b":246,"a":0.4}}
|
||||
{"args":["rgba(139, 92, 246, 0.35)"],"result":{"r":139,"g":92,"b":246,"a":0.35}}
|
||||
{"args":["rgba(6, 182, 212, 0.5)"],"result":{"r":6,"g":182,"b":212,"a":0.5}}
|
||||
{"args":["rgba(168, 85, 247, 0.3)"],"result":{"r":168,"g":85,"b":247,"a":0.3}}
|
||||
{"args":["oklch(0.72 0.15 195 / 0.5)"],"result":{"r":0,"g":192,"b":194,"a":0.5}}
|
||||
{"args":["hsl(280, 80%, 60%)"],"result":{"r":180,"g":71,"b":235,"a":1}}
|
||||
{"args":["oklch(0.65 0.2 300 / 0.45)"],"result":{"r":164,"g":107,"b":245,"a":0.45}}
|
||||
{"args":["rgba(217, 70, 239, 0.5)"],"result":{"r":217,"g":70,"b":239,"a":0.5}}
|
||||
{"args":["rgba(249, 115, 22, 0.5)"],"result":{"r":249,"g":115,"b":22,"a":0.5}}
|
||||
{"args":["rgba(59, 130, 246, 0.15)"],"result":{"r":59,"g":130,"b":246,"a":0.15}}
|
||||
{"args":["rgba(0, 0, 0, 0.4)"],"result":{"r":0,"g":0,"b":0,"a":0.4}}
|
||||
{"args":["rgba(59, 130, 246, 0.5)"],"result":{"r":59,"g":130,"b":246,"a":0.5}}
|
||||
{"args":["rgba(59, 130, 246, 0.2)"],"result":{"r":59,"g":130,"b":246,"a":0.2}}
|
||||
{"args":["rgba(0, 0, 0, 0.2)"],"result":{"r":0,"g":0,"b":0,"a":0.2}}
|
||||
{"args":["rgba(0, 0, 0, 0.1)"],"result":{"r":0,"g":0,"b":0,"a":0.1}}
|
||||
{"args":["rgba(0, 0, 0, 0.15)"],"result":{"r":0,"g":0,"b":0,"a":0.15}}
|
||||
{"args":["rgba(59, 130, 246, 0.3)"],"result":{"r":59,"g":130,"b":246,"a":0.3}}
|
||||
{"args":["rgba(59, 130, 246, 0.25)"],"result":{"r":59,"g":130,"b":246,"a":0.25}}
|
||||
{"args":["rgba(16, 185, 129, 0.35)"],"result":{"r":16,"g":185,"b":129,"a":0.35}}
|
||||
{"args":["rgba(244, 63, 94, 0.45)"],"result":{"r":244,"g":63,"b":94,"a":0.45}}
|
||||
{"args":["rgba(0, 0, 0, 0.6)"],"result":{"r":0,"g":0,"b":0,"a":0.6}}
|
||||
{"args":["#fffbe6"],"result":{"r":255,"g":251,"b":230,"a":1}}
|
||||
{"args":["#d4a017"],"result":{"r":212,"g":160,"b":23,"a":1}}
|
||||
{"args":["#8b6914"],"result":{"r":139,"g":105,"b":20,"a":1}}
|
||||
{"args":["#fef3c7"],"result":{"r":254,"g":243,"b":199,"a":1}}
|
||||
{"args":["#78350f"],"result":{"r":120,"g":53,"b":15,"a":1}}
|
||||
{"args":["#fde68a"],"result":{"r":253,"g":230,"b":138,"a":1}}
|
||||
{"args":["#f5f5f7"],"result":{"r":245,"g":245,"b":247,"a":1}}
|
||||
{"args":["#eef2f7"],"result":{"r":238,"g":242,"b":247,"a":1}}
|
||||
{"args":["#172033"],"result":{"r":23,"g":32,"b":51,"a":1}}
|
||||
{"args":["#23304a"],"result":{"r":35,"g":48,"b":74,"a":1}}
|
||||
{"args":["rgba(255,255,255,0.16)"],"result":{"r":255,"g":255,"b":255,"a":0.16}}
|
||||
{"args":["rgb(255, 251, 230)"],"result":{"r":255,"g":251,"b":230,"a":1}}
|
||||
{"args":["rgb(254, 243, 199)"],"result":{"r":254,"g":243,"b":199,"a":1}}
|
||||
{"args":["rgb(253, 230, 138)"],"result":{"r":253,"g":230,"b":138,"a":1}}
|
||||
{"args":["rgb(245, 245, 247)"],"result":{"r":245,"g":245,"b":247,"a":1}}
|
||||
{"args":["rgb(238, 242, 247)"],"result":{"r":238,"g":242,"b":247,"a":1}}
|
||||
{"args":["rgb(23, 32, 51)"],"result":{"r":23,"g":32,"b":51,"a":1}}
|
||||
{"args":["rgb(35, 48, 74)"],"result":{"r":35,"g":48,"b":74,"a":1}}
|
||||
{"args":["rgb(15, 23, 42)"],"result":{"r":15,"g":23,"b":42,"a":1}}
|
||||
{"args":["rgb(212, 160, 23)"],"result":{"r":212,"g":160,"b":23,"a":1}}
|
||||
{"args":["rgb(148, 163, 184)"],"result":{"r":148,"g":163,"b":184,"a":1}}
|
||||
{"args":["rgba(255, 255, 255, 0.16)"],"result":{"r":255,"g":255,"b":255,"a":0.16}}
|
||||
{"args":["#ddd"],"result":{"r":221,"g":221,"b":221,"a":1}}
|
||||
{"args":["#222"],"result":{"r":34,"g":34,"b":34,"a":1}}
|
||||
{"args":["#e5f0ff"],"result":{"r":229,"g":240,"b":255,"a":1}}
|
||||
{"args":["#111"],"result":{"r":17,"g":17,"b":17,"a":1}}
|
||||
{"args":["rgba(255,255,255,.86)"],"result":{"r":255,"g":255,"b":255,"a":0.86}}
|
||||
{"args":["#f5f5f5"],"result":{"r":245,"g":245,"b":245,"a":1}}
|
||||
{"args":["rgb(34, 34, 34)"],"result":{"r":34,"g":34,"b":34,"a":1}}
|
||||
{"args":["rgb(229, 240, 255)"],"result":{"r":229,"g":240,"b":255,"a":1}}
|
||||
{"args":["rgb(17, 17, 17)"],"result":{"r":17,"g":17,"b":17,"a":1}}
|
||||
{"args":["rgba(255, 255, 255, 0.86)"],"result":{"r":255,"g":255,"b":255,"a":0.86}}
|
||||
{"args":["rgb(245, 245, 245)"],"result":{"r":245,"g":245,"b":245,"a":1}}
|
||||
{"args":["rgba(255,255,255,.6)"],"result":{"r":255,"g":255,"b":255,"a":0.6}}
|
||||
{"args":["rgb(221, 221, 221)"],"result":{"r":221,"g":221,"b":221,"a":1}}
|
||||
{"args":["#f5efe2"],"result":{"r":245,"g":239,"b":226,"a":1}}
|
||||
{"args":["#2a2622"],"result":{"r":42,"g":38,"b":34,"a":1}}
|
||||
{"args":["rgb(245, 239, 226)"],"result":{"r":245,"g":239,"b":226,"a":1}}
|
||||
{"args":["rgba(148, 163, 184, 0.16)"],"result":{"r":148,"g":163,"b":184,"a":0.16}}
|
||||
{"args":["oklch(96% 0.012 82 / 0.055)"],"result":{"r":246,"g":241,"b":233,"a":0.055}}
|
||||
{"args":["oklch(96% 0.012 82 / 0.05)"],"result":{"r":246,"g":241,"b":233,"a":0.05}}
|
||||
{"args":["rgba(0,0,0,0.18)"],"result":{"r":0,"g":0,"b":0,"a":0.18}}
|
||||
{"args":["rgba(15, 23, 42, 0.18)"],"result":{"r":15,"g":23,"b":42,"a":0.18}}
|
||||
{"args":["oklch(2% 0.004 95 / 0.18)"],"result":{"r":0,"g":0,"b":0,"a":0.18}}
|
||||
{"args":["oklch(78% 0 0 / 0.16)"],"result":{"r":183,"g":183,"b":183,"a":0.16}}
|
||||
{"args":["#1f2933"],"result":{"r":31,"g":41,"b":51,"a":1}}
|
||||
{"args":["#fdfcf9"],"result":{"r":253,"g":252,"b":249,"a":1}}
|
||||
{"args":["#f1efe9"],"result":{"r":241,"g":239,"b":233,"a":1}}
|
||||
{"args":["rgb(253, 252, 249)"],"result":{"r":253,"g":252,"b":249,"a":1}}
|
||||
{"args":["rgb(241, 239, 233)"],"result":{"r":241,"g":239,"b":233,"a":1}}
|
||||
{"args":["oklch(0.92 0.01 90)"],"result":{"r":231,"g":228,"b":221,"a":1}}
|
||||
{"args":["oklch(0.32 0.01 90)"],"result":{"r":53,"g":51,"b":45,"a":1}}
|
||||
{"args":["color(srgb 0.1 0.11 0.12)"],"result":{"r":26,"g":28,"b":31,"a":1}}
|
||||
{"args":["color(srgb 0.28 0.28 0.3)"],"result":{"r":71,"g":71,"b":77,"a":1}}
|
||||
{"args":["color(display-p3 0.07 0.07 0.08)"],"result":{"r":18,"g":18,"b":21,"a":1}}
|
||||
{"args":["color(display-p3 0.35 0.35 0.36)"],"result":{"r":89,"g":89,"b":92,"a":1}}
|
||||
{"args":["lch(18 4 60)"],"result":{"r":48,"g":43,"b":39,"a":1}}
|
||||
{"args":["lch(35 3 60)"],"result":{"r":86,"g":81,"b":78,"a":1}}
|
||||
{"args":["color(srgb 0.98 0.97 0.95)"],"result":{"r":250,"g":247,"b":242,"a":1}}
|
||||
{"args":["color(srgb 0.75 0.74 0.72)"],"result":{"r":191,"g":189,"b":184,"a":1}}
|
||||
{"args":["color(srgb 0.78 0.77 0.75)"],"result":{"r":199,"g":196,"b":191,"a":1}}
|
||||
{"args":["color(srgb 0.94 0.93 0.91)"],"result":{"r":240,"g":237,"b":232,"a":1}}
|
||||
{"args":["#0b0b0d"],"result":{"r":11,"g":11,"b":13,"a":1}}
|
||||
{"args":["color-mix(in srgb,white 6%,#0b0b0d)"],"result":{"r":26,"g":26,"b":28,"a":1}}
|
||||
{"args":["color(rec2020 0.05 0.05 0.05)"],"result":null}
|
||||
{"args":["rgb(26, 28, 31)"],"result":{"r":26,"g":28,"b":31,"a":1}}
|
||||
{"args":["rgb(18, 18, 21)"],"result":{"r":18,"g":18,"b":21,"a":1}}
|
||||
{"args":["rgb(48, 43, 39)"],"result":{"r":48,"g":43,"b":39,"a":1}}
|
||||
{"args":["rgb(250, 247, 242)"],"result":{"r":250,"g":247,"b":242,"a":1}}
|
||||
{"args":["rgb(26, 26, 28)"],"result":{"r":26,"g":26,"b":28,"a":1}}
|
||||
{"args":["oklch(0.07 0.006 95)"],"result":{"r":1,"g":1,"b":1,"a":1}}
|
||||
{"args":["oklch(0.11 0.008 95)"],"result":{"r":5,"g":4,"b":3,"a":1}}
|
||||
{"args":["linear-gradient(oklch(0.07 0.006 95), oklch(0.11 0.008 95))"],"result":{"r":1,"g":1,"b":1,"a":1}}
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
{"args":["color-mix(in oklab,oklch(90%0.02 95) 16%,transparent)"],"result":{"r":226,"g":222,"b":208,"a":0.16}}
|
||||
{"args":["color-mix(in srgb,white 6%,#0b0b0d)"],"result":{"r":26,"g":26,"b":28,"a":1}}
|
||||
{"args":["color-mix(in oklab,oklch(90%0.02 95) 16%,transparent)"],"result":{"r":226,"g":222,"b":208,"a":0.16}}
|
||||
{"args":["color-mix(in srgb,white 6%,#0b0b0d)"],"result":{"r":26,"g":26,"b":28,"a":1}}
|
||||
|
||||
@@ -42,43 +42,3 @@
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.85),transparent)"],"result":[{"r":80,"g":111,"b":255,"a":0.85}]}
|
||||
{"args":["linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)"],"result":[{"r":80,"g":111,"b":255,"a":0.28}]}
|
||||
{"args":["linear-gradient(transparent,rgba(0,0,0,.6))"],"result":[{"r":0,"g":0,"b":0,"a":0.6}]}
|
||||
{"args":["linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)"],"result":[{"r":59,"g":130,"b":246,"a":1},{"r":139,"g":92,"b":246,"a":1}]}
|
||||
{"args":["linear-gradient(135deg, #667eea, #764ba2)"],"result":[{"r":102,"g":126,"b":234,"a":1},{"r":118,"g":75,"b":162,"a":1}]}
|
||||
{"args":["linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))"],"result":[{"r":168,"g":85,"b":247,"a":1},{"r":99,"g":102,"b":241,"a":1}]}
|
||||
{"args":["linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)"],"result":[{"r":109,"g":140,"b":255,"a":1},{"r":167,"g":139,"b":250,"a":1},{"r":109,"g":140,"b":255,"a":1}]}
|
||||
{"args":["linear-gradient(160deg,rgba(52,192,168,0.09) 0%,#141419 65%)"],"result":[{"r":52,"g":192,"b":168,"a":0.09},{"r":20,"g":20,"b":25,"a":1}]}
|
||||
{"args":["linear-gradient(160deg,color-mix(in oklab,oklch(90%0.02 95) 16%,transparent) 0%,#141419 65%)"],"result":[{"r":226,"g":222,"b":208,"a":0.16},{"r":20,"g":20,"b":25,"a":1}]}
|
||||
{"args":["linear-gradient(180deg,oklch(7%0.006 95),oklch(4%0.004 95))"],"result":[{"r":1,"g":1,"b":1,"a":1},{"r":0,"g":0,"b":0,"a":1}]}
|
||||
{"args":["linear-gradient(180deg,#14120f,#0a0908)"],"result":[{"r":20,"g":18,"b":15,"a":1},{"r":10,"g":9,"b":8,"a":1}]}
|
||||
{"args":["linear-gradient(180deg,rgba(255,255,255,0.3),rgba(255,255,255,0.2))"],"result":[{"r":255,"g":255,"b":255,"a":0.3},{"r":255,"g":255,"b":255,"a":0.2}]}
|
||||
{"args":["linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)"],"result":[{"r":239,"g":246,"b":255,"a":1},{"r":219,"g":234,"b":254,"a":1}]}
|
||||
{"args":["linear-gradient(135deg,#8b5cf6,#a855f7)"],"result":[{"r":139,"g":92,"b":246,"a":1},{"r":168,"g":85,"b":247,"a":1}]}
|
||||
{"args":["radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)"],"result":[{"r":80,"g":111,"b":255,"a":0.26}]}
|
||||
{"args":["radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)"],"result":[{"r":139,"g":92,"b":246,"a":0.3}]}
|
||||
{"args":["radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)"],"result":[{"r":34,"g":211,"b":238,"a":0.22}]}
|
||||
{"args":["radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)"],"result":[{"r":255,"g":90,"b":120,"a":0.28},{"r":255,"g":90,"b":120,"a":0.12}]}
|
||||
{"args":["radial-gradient(circle,#506fff3d,transparent 50%)"],"result":[]}
|
||||
{"args":["radial-gradient(circle,#1e3a8a,#0f172a)"],"result":[{"r":30,"g":58,"b":138,"a":1},{"r":15,"g":23,"b":42,"a":1}]}
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.30),transparent)"],"result":[{"r":80,"g":111,"b":255,"a":0.3}]}
|
||||
{"args":["radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)"],"result":[{"r":255,"g":196,"b":64,"a":0.35}]}
|
||||
{"args":["radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)"],"result":[{"r":0,"g":0,"b":0,"a":0.4}]}
|
||||
{"args":["radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)"],"result":[{"r":255,"g":255,"b":255,"a":0.35}]}
|
||||
{"args":["radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)"],"result":[{"r":255,"g":0,"b":128,"a":1},{"r":121,"g":40,"b":202,"a":1},{"r":0,"g":112,"b":243,"a":1}]}
|
||||
{"args":["radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)"],"result":[{"r":255,"g":0,"b":128,"a":0.9},{"r":121,"g":40,"b":202,"a":0.85}]}
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.85),transparent)"],"result":[{"r":80,"g":111,"b":255,"a":0.85}]}
|
||||
{"args":["linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)"],"result":[{"r":80,"g":111,"b":255,"a":0.28}]}
|
||||
{"args":["linear-gradient(#111827,#0b1220)"],"result":[{"r":17,"g":24,"b":39,"a":1},{"r":11,"g":18,"b":32,"a":1}]}
|
||||
{"args":["linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2))"],"result":[{"r":0,"g":0,"b":0,"a":0.2},{"r":0,"g":0,"b":0,"a":0.2}]}
|
||||
{"args":["linear-gradient(135deg,#cbd5e1,#94a3b8)"],"result":[{"r":203,"g":213,"b":225,"a":1},{"r":148,"g":163,"b":184,"a":1}]}
|
||||
{"args":["linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)"],"result":[{"r":255,"g":255,"b":255,"a":0.6}]}
|
||||
{"args":["linear-gradient(135deg,#b7d7ff,#486aa3)"],"result":[{"r":183,"g":215,"b":255,"a":1},{"r":72,"g":106,"b":163,"a":1}]}
|
||||
{"args":["repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)"],"result":[{"r":238,"g":238,"b":238,"a":1},{"r":238,"g":238,"b":238,"a":1},{"r":250,"g":250,"b":250,"a":1},{"r":250,"g":250,"b":250,"a":1}]}
|
||||
{"args":["linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)"],"result":[{"r":246,"g":241,"b":233,"a":0.055},{"r":246,"g":241,"b":233,"a":0.05}]}
|
||||
{"args":["linear-gradient(180deg, #f3f4f6, #ffffff)"],"result":[{"r":243,"g":244,"b":246,"a":1},{"r":255,"g":255,"b":255,"a":1}]}
|
||||
{"args":["linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":[{"r":15,"g":23,"b":42,"a":0.06}]}
|
||||
{"args":["linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)"],"result":[{"r":243,"g":244,"b":246,"a":1},{"r":229,"g":231,"b":235,"a":1},{"r":238,"g":242,"b":255,"a":1},{"r":255,"g":255,"b":255,"a":1}]}
|
||||
{"args":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":[{"r":15,"g":23,"b":42,"a":0.06},{"r":15,"g":23,"b":42,"a":0.06}]}
|
||||
{"args":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":[{"r":15,"g":23,"b":42,"a":0.06}]}
|
||||
{"args":["linear-gradient(135deg,#7c3aed,#a855f7)"],"result":[{"r":124,"g":58,"b":237,"a":1},{"r":168,"g":85,"b":247,"a":1}]}
|
||||
{"args":["linear-gradient(90deg, #667eea, #764ba2)"],"result":[{"r":102,"g":126,"b":234,"a":1},{"r":118,"g":75,"b":162,"a":1}]}
|
||||
{"args":["linear-gradient(oklch(0.07 0.006 95),oklch(0.11 0.008 95))"],"result":[{"r":1,"g":1,"b":1,"a":1},{"r":5,"g":4,"b":3,"a":1}]}
|
||||
|
||||
@@ -195,157 +195,3 @@
|
||||
{"args":["rgb(246, 242, 232)"],"result":{"r":246,"g":242,"b":232,"a":1}}
|
||||
{"args":["rgb(245, 242, 234)"],"result":{"r":245,"g":242,"b":234,"a":1}}
|
||||
{"args":["rgb(35, 31, 27)"],"result":{"r":35,"g":31,"b":27,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgb(0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(255, 0, 170)"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgb(0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(255, 0, 170)"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgb(0, 0, 0)"],"result":{"r":0,"g":0,"b":0,"a":1}}
|
||||
{"args":["rgb(249, 250, 251)"],"result":{"r":249,"g":250,"b":251,"a":1}}
|
||||
{"args":["rgb(107, 114, 128)"],"result":{"r":107,"g":114,"b":128,"a":1}}
|
||||
{"args":["rgb(75, 85, 99)"],"result":{"r":75,"g":85,"b":99,"a":1}}
|
||||
{"args":["rgb(255, 255, 255)"],"result":{"r":255,"g":255,"b":255,"a":1}}
|
||||
{"args":["rgb(17, 24, 39)"],"result":{"r":17,"g":24,"b":39,"a":1}}
|
||||
{"args":["rgb(31, 41, 55)"],"result":{"r":31,"g":41,"b":55,"a":1}}
|
||||
{"args":["rgb(156, 163, 175)"],"result":{"r":156,"g":163,"b":175,"a":1}}
|
||||
{"args":["rgb(219, 234, 254)"],"result":{"r":219,"g":234,"b":254,"a":1}}
|
||||
{"args":["rgb(29, 78, 216)"],"result":{"r":29,"g":78,"b":216,"a":1}}
|
||||
{"args":["rgb(30, 41, 59)"],"result":{"r":30,"g":41,"b":59,"a":1}}
|
||||
{"args":["rgb(148, 163, 184)"],"result":{"r":148,"g":163,"b":184,"a":1}}
|
||||
{"args":["rgb(248, 250, 252)"],"result":{"r":248,"g":250,"b":252,"a":1}}
|
||||
{"args":["rgb(71, 85, 105)"],"result":{"r":71,"g":85,"b":105,"a":1}}
|
||||
{"args":["rgb(253, 253, 253)"],"result":{"r":253,"g":253,"b":253,"a":1}}
|
||||
{"args":["rgb(20, 24, 32)"],"result":{"r":20,"g":24,"b":32,"a":1}}
|
||||
{"args":["rgb(244, 247, 251)"],"result":{"r":244,"g":247,"b":251,"a":1}}
|
||||
{"args":["rgb(203, 213, 225)"],"result":{"r":203,"g":213,"b":225,"a":1}}
|
||||
{"args":["rgb(22, 26, 34)"],"result":{"r":22,"g":26,"b":34,"a":1}}
|
||||
{"args":["rgb(250, 250, 250)"],"result":{"r":250,"g":250,"b":250,"a":1}}
|
||||
{"args":["rgb(26, 26, 26)"],"result":{"r":26,"g":26,"b":26,"a":1}}
|
||||
{"args":["rgb(100, 116, 139)"],"result":{"r":100,"g":116,"b":139,"a":1}}
|
||||
{"args":["rgb(59, 130, 246)"],"result":{"r":59,"g":130,"b":246,"a":1}}
|
||||
{"args":["rgb(150, 150, 150)"],"result":{"r":150,"g":150,"b":150,"a":1}}
|
||||
{"args":["rgb(16, 185, 129)"],"result":{"r":16,"g":185,"b":129,"a":1}}
|
||||
{"args":["rgb(180, 180, 180)"],"result":{"r":180,"g":180,"b":180,"a":1}}
|
||||
{"args":["rgb(200, 200, 200)"],"result":{"r":200,"g":200,"b":200,"a":1}}
|
||||
{"args":["rgb(30, 30, 30)"],"result":{"r":30,"g":30,"b":30,"a":1}}
|
||||
{"args":["rgb(80, 80, 80)"],"result":{"r":80,"g":80,"b":80,"a":1}}
|
||||
{"args":["rgb(128, 128, 128)"],"result":{"r":128,"g":128,"b":128,"a":1}}
|
||||
{"args":["rgb(102, 102, 102)"],"result":{"r":102,"g":102,"b":102,"a":1}}
|
||||
{"args":["rgb(139, 92, 246)"],"result":{"r":139,"g":92,"b":246,"a":1}}
|
||||
{"args":["rgb(31, 26, 21)"],"result":{"r":31,"g":26,"b":21,"a":1}}
|
||||
{"args":["rgb(91, 79, 68)"],"result":{"r":91,"g":79,"b":68,"a":1}}
|
||||
{"args":["rgb(55, 65, 81)"],"result":{"r":55,"g":65,"b":81,"a":1}}
|
||||
{"args":["rgb(108, 114, 128)"],"result":{"r":108,"g":114,"b":128,"a":1}}
|
||||
{"args":["rgb(182, 50, 45)"],"result":{"r":182,"g":50,"b":45,"a":1}}
|
||||
{"args":["rgb(92, 84, 73)"],"result":{"r":92,"g":84,"b":73,"a":1}}
|
||||
{"args":["rgb(168, 85, 247)"],"result":{"r":168,"g":85,"b":247,"a":1}}
|
||||
{"args":["currentcolor"],"result":null}
|
||||
{"args":["rgb(232, 226, 214)"],"result":{"r":232,"g":226,"b":214,"a":1}}
|
||||
{"args":["rgb(207, 201, 189)"],"result":{"r":207,"g":201,"b":189,"a":1}}
|
||||
{"args":["rgb(26, 26, 30)"],"result":{"r":26,"g":26,"b":30,"a":1}}
|
||||
{"args":["rgb(240, 240, 245)"],"result":{"r":240,"g":240,"b":245,"a":1}}
|
||||
{"args":["rgb(250, 250, 252)"],"result":{"r":250,"g":250,"b":252,"a":1}}
|
||||
{"args":["rgb(20, 20, 25)"],"result":{"r":20,"g":20,"b":25,"a":1}}
|
||||
{"args":["rgb(30, 64, 175)"],"result":{"r":30,"g":64,"b":175,"a":1}}
|
||||
{"args":["rgb(5, 46, 32)"],"result":{"r":5,"g":46,"b":32,"a":1}}
|
||||
{"args":["rgb(220, 38, 38)"],"result":{"r":220,"g":38,"b":38,"a":1}}
|
||||
{"args":["rgb(180, 83, 9)"],"result":{"r":180,"g":83,"b":9,"a":1}}
|
||||
{"args":["rgba(0, 0, 0, 0.03)"],"result":{"r":0,"g":0,"b":0,"a":0.03}}
|
||||
{"args":["rgba(0,0,0,0.03)"],"result":{"r":0,"g":0,"b":0,"a":0.03}}
|
||||
{"args":["rgba(0,0,0,0)"],"result":{"r":0,"g":0,"b":0,"a":0}}
|
||||
{"args":["rgba(0, 0, 0, 0.5)"],"result":{"r":0,"g":0,"b":0,"a":0.5}}
|
||||
{"args":["rgb(170, 170, 170)"],"result":{"r":170,"g":170,"b":170,"a":1}}
|
||||
{"args":["rgb(245, 240, 232)"],"result":{"r":245,"g":240,"b":232,"a":1}}
|
||||
{"args":["rgb(150, 60, 55)"],"result":{"r":150,"g":60,"b":55,"a":1}}
|
||||
{"args":["rgb(28, 30, 38)"],"result":{"r":28,"g":30,"b":38,"a":1}}
|
||||
{"args":["rgb(230, 232, 237)"],"result":{"r":230,"g":232,"b":237,"a":1}}
|
||||
{"args":["rgb(232, 230, 227)"],"result":{"r":232,"g":230,"b":227,"a":1}}
|
||||
{"args":["rgb(15, 15, 17)"],"result":{"r":15,"g":15,"b":17,"a":1}}
|
||||
{"args":["rgb(142, 140, 137)"],"result":{"r":142,"g":140,"b":137,"a":1}}
|
||||
{"args":["rgb(222, 217, 207)"],"result":{"r":222,"g":217,"b":207,"a":1}}
|
||||
{"args":["rgb(58, 53, 44)"],"result":{"r":58,"g":53,"b":44,"a":1}}
|
||||
{"args":["var(--fixture-undefined-token)"],"result":null}
|
||||
{"args":["rgb(239, 233, 221)"],"result":{"r":239,"g":233,"b":221,"a":1}}
|
||||
{"args":["rgb(255, 228, 230)"],"result":{"r":255,"g":228,"b":230,"a":1}}
|
||||
{"args":["rgb(250, 248, 244)"],"result":{"r":250,"g":248,"b":244,"a":1}}
|
||||
{"args":["rgb(38, 36, 33)"],"result":{"r":38,"g":36,"b":33,"a":1}}
|
||||
{"args":["rgb(225, 225, 225)"],"result":{"r":225,"g":225,"b":225,"a":1}}
|
||||
{"args":["rgb(215, 215, 215)"],"result":{"r":215,"g":215,"b":215,"a":1}}
|
||||
{"args":["rgb(5, 4, 3)"],"result":{"r":5,"g":4,"b":3,"a":1}}
|
||||
{"args":["rgba(250, 249, 246, 0.88)"],"result":{"r":250,"g":249,"b":246,"a":0.88}}
|
||||
{"args":["rgb(12, 11, 7)"],"result":{"r":12,"g":11,"b":7,"a":1}}
|
||||
{"args":["rgb(46, 46, 46)"],"result":{"r":46,"g":46,"b":46,"a":1}}
|
||||
{"args":["rgb(51, 51, 51)"],"result":{"r":51,"g":51,"b":51,"a":1}}
|
||||
{"args":["rgb(222, 222, 222)"],"result":{"r":222,"g":222,"b":222,"a":1}}
|
||||
{"args":["rgb(22, 22, 22)"],"result":{"r":22,"g":22,"b":22,"a":1}}
|
||||
{"args":["rgb(239, 246, 255)"],"result":{"r":239,"g":246,"b":255,"a":1}}
|
||||
{"args":["rgb(185, 28, 28)"],"result":{"r":185,"g":28,"b":28,"a":1}}
|
||||
{"args":["rgb(209, 213, 219)"],"result":{"r":209,"g":213,"b":219,"a":1}}
|
||||
{"args":["rgb(226, 232, 240)"],"result":{"r":226,"g":232,"b":240,"a":1}}
|
||||
{"args":["rgba(239, 68, 68, 0.1)"],"result":{"r":239,"g":68,"b":68,"a":0.1}}
|
||||
{"args":["rgba(34, 197, 94, 0.1)"],"result":{"r":34,"g":197,"b":94,"a":0.1}}
|
||||
{"args":["none"],"result":null}
|
||||
{"args":["rgb(255, 251, 235)"],"result":{"r":255,"g":251,"b":235,"a":1}}
|
||||
{"args":["rgb(146, 64, 14)"],"result":{"r":146,"g":64,"b":14,"a":1}}
|
||||
{"args":["rgb(217, 119, 6)"],"result":{"r":217,"g":119,"b":6,"a":1}}
|
||||
{"args":["rgb(254, 247, 242)"],"result":{"r":254,"g":247,"b":242,"a":1}}
|
||||
{"args":["rgb(246, 246, 246)"],"result":{"r":246,"g":246,"b":246,"a":1}}
|
||||
{"args":["rgb(247, 244, 238)"],"result":{"r":247,"g":244,"b":238,"a":1}}
|
||||
{"args":["rgb(36, 31, 26)"],"result":{"r":36,"g":31,"b":26,"a":1}}
|
||||
{"args":["rgb(255, 0, 170)"],"result":{"r":255,"g":0,"b":170,"a":1}}
|
||||
{"args":["rgb(20, 180, 220)"],"result":{"r":20,"g":180,"b":220,"a":1}}
|
||||
{"args":["rgb(184, 66, 46)"],"result":{"r":184,"g":66,"b":46,"a":1}}
|
||||
{"args":["rgba(184, 66, 46, 0.45)"],"result":{"r":184,"g":66,"b":46,"a":0.45}}
|
||||
{"args":["rgb(187, 68, 47)"],"result":{"r":187,"g":68,"b":47,"a":1}}
|
||||
{"args":["rgb(213, 90, 66)"],"result":{"r":213,"g":90,"b":66,"a":1}}
|
||||
{"args":["rgb(124, 92, 0)"],"result":{"r":124,"g":92,"b":0,"a":1}}
|
||||
{"args":["rgb(34, 34, 34)"],"result":{"r":34,"g":34,"b":34,"a":1}}
|
||||
{"args":["rgb(245, 245, 244)"],"result":{"r":245,"g":245,"b":244,"a":1}}
|
||||
{"args":["rgb(87, 83, 78)"],"result":{"r":87,"g":83,"b":78,"a":1}}
|
||||
{"args":["rgb(15, 23, 42)"],"result":{"r":15,"g":23,"b":42,"a":1}}
|
||||
{"args":["rgb(241, 245, 249)"],"result":{"r":241,"g":245,"b":249,"a":1}}
|
||||
{"args":["rgb(245, 158, 11)"],"result":{"r":245,"g":158,"b":11,"a":1}}
|
||||
{"args":["rgb(221, 214, 254)"],"result":{"r":221,"g":214,"b":254,"a":1}}
|
||||
{"args":["rgb(147, 197, 253)"],"result":{"r":147,"g":197,"b":253,"a":1}}
|
||||
{"args":["rgb(11, 13, 19)"],"result":{"r":11,"g":13,"b":19,"a":1}}
|
||||
{"args":["rgb(230, 230, 230)"],"result":{"r":230,"g":230,"b":230,"a":1}}
|
||||
{"args":["rgb(51, 65, 85)"],"result":{"r":51,"g":65,"b":85,"a":1}}
|
||||
{"args":["rgb(246, 242, 236)"],"result":{"r":246,"g":242,"b":236,"a":1}}
|
||||
{"args":["rgb(23, 20, 17)"],"result":{"r":23,"g":20,"b":17,"a":1}}
|
||||
{"args":["rgb(255, 250, 243)"],"result":{"r":255,"g":250,"b":243,"a":1}}
|
||||
{"args":["rgb(91, 80, 70)"],"result":{"r":91,"g":80,"b":70,"a":1}}
|
||||
{"args":["rgb(255, 251, 230)"],"result":{"r":255,"g":251,"b":230,"a":1}}
|
||||
{"args":["rgb(139, 105, 20)"],"result":{"r":139,"g":105,"b":20,"a":1}}
|
||||
{"args":["rgb(254, 243, 199)"],"result":{"r":254,"g":243,"b":199,"a":1}}
|
||||
{"args":["rgb(120, 53, 15)"],"result":{"r":120,"g":53,"b":15,"a":1}}
|
||||
{"args":["rgb(253, 230, 138)"],"result":{"r":253,"g":230,"b":138,"a":1}}
|
||||
{"args":["rgb(245, 245, 247)"],"result":{"r":245,"g":245,"b":247,"a":1}}
|
||||
{"args":["rgb(238, 242, 247)"],"result":{"r":238,"g":242,"b":247,"a":1}}
|
||||
{"args":["rgb(23, 32, 51)"],"result":{"r":23,"g":32,"b":51,"a":1}}
|
||||
{"args":["rgb(35, 48, 74)"],"result":{"r":35,"g":48,"b":74,"a":1}}
|
||||
{"args":["rgb(229, 240, 255)"],"result":{"r":229,"g":240,"b":255,"a":1}}
|
||||
{"args":["rgb(17, 17, 17)"],"result":{"r":17,"g":17,"b":17,"a":1}}
|
||||
{"args":["rgba(255, 255, 255, 0.86)"],"result":{"r":255,"g":255,"b":255,"a":0.86}}
|
||||
{"args":["rgb(245, 245, 245)"],"result":{"r":245,"g":245,"b":245,"a":1}}
|
||||
{"args":["rgb(245, 239, 226)"],"result":{"r":245,"g":239,"b":226,"a":1}}
|
||||
{"args":["rgb(42, 38, 34)"],"result":{"r":42,"g":38,"b":34,"a":1}}
|
||||
{"args":["rgb(221, 221, 221)"],"result":{"r":221,"g":221,"b":221,"a":1}}
|
||||
{"args":["rgb(253, 252, 249)"],"result":{"r":253,"g":252,"b":249,"a":1}}
|
||||
{"args":["rgb(31, 41, 51)"],"result":{"r":31,"g":41,"b":51,"a":1}}
|
||||
{"args":["rgb(241, 239, 233)"],"result":{"r":241,"g":239,"b":233,"a":1}}
|
||||
{"args":["rgb(231, 228, 221)"],"result":{"r":231,"g":228,"b":221,"a":1}}
|
||||
{"args":["rgb(53, 51, 45)"],"result":{"r":53,"g":51,"b":45,"a":1}}
|
||||
{"args":["rgb(26, 28, 31)"],"result":{"r":26,"g":28,"b":31,"a":1}}
|
||||
{"args":["rgb(71, 71, 77)"],"result":{"r":71,"g":71,"b":77,"a":1}}
|
||||
{"args":["rgb(18, 18, 21)"],"result":{"r":18,"g":18,"b":21,"a":1}}
|
||||
{"args":["rgb(89, 89, 92)"],"result":{"r":89,"g":89,"b":92,"a":1}}
|
||||
{"args":["rgb(48, 43, 39)"],"result":{"r":48,"g":43,"b":39,"a":1}}
|
||||
{"args":["rgb(86, 81, 78)"],"result":{"r":86,"g":81,"b":78,"a":1}}
|
||||
{"args":["rgb(250, 247, 242)"],"result":{"r":250,"g":247,"b":242,"a":1}}
|
||||
{"args":["rgb(191, 189, 184)"],"result":{"r":191,"g":189,"b":184,"a":1}}
|
||||
{"args":["rgb(199, 196, 191)"],"result":{"r":199,"g":196,"b":191,"a":1}}
|
||||
{"args":["rgb(240, 237, 232)"],"result":{"r":240,"g":237,"b":232,"a":1}}
|
||||
{"args":["rgb(26, 26, 28)"],"result":{"r":26,"g":26,"b":28,"a":1}}
|
||||
{"args":["color(rec2020 0.05 0.05 0.05)"],"result":null}
|
||||
|
||||
@@ -156,129 +156,3 @@
|
||||
{"args":[{"r":26,"g":29,"b":36,"a":1}],"result":0.012257165963026248}
|
||||
{"args":[{"r":35,"g":31,"b":27,"a":1}],"result":0.014164296667753892}
|
||||
{"args":[{"r":245,"g":242,"b":234,"a":1}],"result":0.8885725187478749}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":0.24162279570388456}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1}],"result":1}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1}],"result":0}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":0.24162279570388456}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1}],"result":1}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1}],"result":0}
|
||||
{"args":[{"r":0,"g":0,"b":0,"a":1}],"result":0}
|
||||
{"args":[{"r":249,"g":250,"b":251,"a":1}],"result":0.9547598590513481}
|
||||
{"args":[{"r":107,"g":114,"b":128,"a":1}],"result":0.16718939998127905}
|
||||
{"args":[{"r":75,"g":85,"b":99,"a":1}],"result":0.08893707341137008}
|
||||
{"args":[{"r":17,"g":24,"b":39,"a":1}],"result":0.009189219295824108}
|
||||
{"args":[{"r":255,"g":255,"b":255,"a":1}],"result":1}
|
||||
{"args":[{"r":31,"g":41,"b":55,"a":1}],"result":0.02153018088926846}
|
||||
{"args":[{"r":156,"g":163,"b":175,"a":1}],"result":0.3635745068550118}
|
||||
{"args":[{"r":29,"g":78,"b":216,"a":1}],"result":0.10667857181794133}
|
||||
{"args":[{"r":219,"g":234,"b":254,"a":1}],"result":0.8106146337608131}
|
||||
{"args":[{"r":30,"g":41,"b":59,"a":1}],"result":0.021776624192530118}
|
||||
{"args":[{"r":148,"g":163,"b":184,"a":1}],"result":0.3595097699638928}
|
||||
{"args":[{"r":248,"g":250,"b":252,"a":1}],"result":0.9535594780808019}
|
||||
{"args":[{"r":71,"g":85,"b":105,"a":1}],"result":0.08856513121176422}
|
||||
{"args":[{"r":253,"g":253,"b":253,"a":1}],"result":0.9822505503331171}
|
||||
{"args":[{"r":244,"g":247,"b":251,"a":1}],"result":0.9271965986836418}
|
||||
{"args":[{"r":20,"g":24,"b":32,"a":1}],"result":0.009062748497278809}
|
||||
{"args":[{"r":203,"g":213,"b":225,"a":1}],"result":0.6572125239888499}
|
||||
{"args":[{"r":22,"g":26,"b":34,"a":1}],"result":0.01024855264047183}
|
||||
{"args":[{"r":250,"g":250,"b":250,"a":1}],"result":0.9559733532492862}
|
||||
{"args":[{"r":100,"g":116,"b":139,"a":1}],"result":0.17064187593603225}
|
||||
{"args":[{"r":150,"g":150,"b":150,"a":1}],"result":0.3049873140698862}
|
||||
{"args":[{"r":59,"g":130,"b":246,"a":1}],"result":0.2354889123162347}
|
||||
{"args":[{"r":180,"g":180,"b":180,"a":1}],"result":0.45641102318040466}
|
||||
{"args":[{"r":16,"g":185,"b":129,"a":1}],"result":0.3639306191994719}
|
||||
{"args":[{"r":200,"g":200,"b":200,"a":1}],"result":0.5775804404296506}
|
||||
{"args":[{"r":80,"g":80,"b":80,"a":1}],"result":0.08021982031446832}
|
||||
{"args":[{"r":30,"g":30,"b":30,"a":1}],"result":0.01298303234217301}
|
||||
{"args":[{"r":128,"g":128,"b":128,"a":1}],"result":0.21586050011389923}
|
||||
{"args":[{"r":139,"g":92,"b":246,"a":1}],"result":0.19797080780440895}
|
||||
{"args":[{"r":102,"g":102,"b":102,"a":1}],"result":0.13286832155381795}
|
||||
{"args":[{"r":91,"g":79,"b":68,"a":1}],"result":0.08233466065263306}
|
||||
{"args":[{"r":31,"g":26,"b":21,"a":1}],"result":0.010842382400163901}
|
||||
{"args":[{"r":108,"g":114,"b":128,"a":1}],"result":0.16781285443762572}
|
||||
{"args":[{"r":55,"g":65,"b":81,"a":1}],"result":0.0518689956069218}
|
||||
{"args":[{"r":92,"g":84,"b":73,"a":1}],"result":0.0909699797748449}
|
||||
{"args":[{"r":182,"g":50,"b":45,"a":1}],"result":0.124157494128071}
|
||||
{"args":[{"r":168,"g":85,"b":247,"a":1}],"result":0.21537230458266993}
|
||||
{"args":[{"r":99,"g":102,"b":241,"a":1}],"result":0.18506264904405012}
|
||||
{"args":[{"r":207,"g":201,"b":189,"a":1}],"result":0.587128095111608}
|
||||
{"args":[{"r":232,"g":226,"b":214,"a":1}],"result":0.764035571656597}
|
||||
{"args":[{"r":240,"g":240,"b":245,"a":1}],"result":0.8743801358521288}
|
||||
{"args":[{"r":26,"g":26,"b":30,"a":1}],"result":0.010521384741992764}
|
||||
{"args":[{"r":20,"g":20,"b":25,"a":1}],"result":0.007192213462265998}
|
||||
{"args":[{"r":250,"g":250,"b":252,"a":1}],"result":0.9572348271114531}
|
||||
{"args":[{"r":30,"g":64,"b":175,"a":1}],"result":0.07037956316058576}
|
||||
{"args":[{"r":5,"g":46,"b":32,"a":1}],"result":0.02090539639141666}
|
||||
{"args":[{"r":220,"g":38,"b":38,"a":1}],"result":0.16741810922516903}
|
||||
{"args":[{"r":180,"g":83,"b":9,"a":1}],"result":0.15909534581060447}
|
||||
{"args":[{"r":26,"g":26,"b":26,"a":1}],"result":0.010329823029626936}
|
||||
{"args":[{"r":125,"g":125,"b":125,"a":1}],"result":0.20507873639031693}
|
||||
{"args":[{"r":245,"g":240,"b":232,"a":1}],"result":0.8755884900259806}
|
||||
{"args":[{"r":232,"g":230,"b":227,"a":1}],"result":0.79295484973765}
|
||||
{"args":[{"r":18,"g":31,"b":31,"a":1}],"result":0.012075002092095308}
|
||||
{"args":[{"r":142,"g":140,"b":137,"a":1}],"result":0.26313092879211913}
|
||||
{"args":[{"r":222,"g":217,"b":207,"a":1}],"result":0.6966029772981809}
|
||||
{"args":[{"r":49,"g":48,"b":48,"a":1}],"result":0.02980272957396509}
|
||||
{"args":[{"r":58,"g":53,"b":44,"a":1}],"result":0.03627595756169419}
|
||||
{"args":[{"r":38,"g":36,"b":33,"a":1}],"result":0.017836270530871123}
|
||||
{"args":[{"r":250,"g":248,"b":244,"a":1}],"result":0.9399045046849207}
|
||||
{"args":[{"r":225,"g":225,"b":225,"a":1}],"result":0.7529422167760778}
|
||||
{"args":[{"r":1,"g":1,"b":1,"a":1}],"result":0.0003035269835488375}
|
||||
{"args":[{"r":215,"g":215,"b":215,"a":1}],"result":0.6795424696330938}
|
||||
{"args":[{"r":5,"g":4,"b":3,"a":1}],"result":0.0012567231226856066}
|
||||
{"args":[{"r":12,"g":11,"b":7,"a":1}],"result":0.003328470372918747}
|
||||
{"args":[{"r":220,"g":219,"b":217,"a":1}],"result":0.7088843371514938}
|
||||
{"args":[{"r":220,"g":219,"b":216,"a":1}],"result":0.7083654755440418}
|
||||
{"args":[{"r":46,"g":46,"b":46,"a":1}],"result":0.027320891639074897}
|
||||
{"args":[{"r":51,"g":51,"b":51,"a":1}],"result":0.033104766570885055}
|
||||
{"args":[{"r":222,"g":222,"b":222,"a":1}],"result":0.7304607400903537}
|
||||
{"args":[{"r":20,"g":18,"b":15,"a":1}],"result":0.006158245625066072}
|
||||
{"args":[{"r":10,"g":9,"b":8,"a":1}],"result":0.002774358040429794}
|
||||
{"args":[{"r":239,"g":246,"b":255,"a":1}],"result":0.9148225671898633}
|
||||
{"args":[{"r":185,"g":28,"b":28,"a":1}],"result":0.11228635911045091}
|
||||
{"args":[{"r":146,"g":64,"b":14,"a":1}],"result":0.09809490084495939}
|
||||
{"args":[{"r":255,"g":251,"b":235,"a":1}],"result":0.9625251895972515}
|
||||
{"args":[{"r":254,"g":247,"b":242,"a":1}],"result":0.9400316408675812}
|
||||
{"args":[{"r":246,"g":246,"b":246,"a":1}],"result":0.9215818562772946}
|
||||
{"args":[{"r":36,"g":31,"b":26,"a":1}],"result":0.014296222542391103}
|
||||
{"args":[{"r":247,"g":244,"b":238,"a":1}],"result":0.9064857067217349}
|
||||
{"args":[{"r":255,"g":0,"b":170,"a":1}],"result":0.24162279570388456}
|
||||
{"args":[{"r":20,"g":180,"b":220,"a":1}],"result":0.3795854587210059}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":1}],"result":0.1428403330152118}
|
||||
{"args":[{"r":184,"g":66,"b":46,"a":0.45}],"result":0.1428403330152118}
|
||||
{"args":[{"r":187,"g":68,"b":47,"a":1}],"result":0.14904275847481152}
|
||||
{"args":[{"r":213,"g":90,"b":66,"a":1}],"result":0.21851810307856545}
|
||||
{"args":[{"r":34,"g":34,"b":34,"a":1}],"result":0.01599629336550963}
|
||||
{"args":[{"r":245,"g":245,"b":244,"a":1}],"result":0.9124894659249753}
|
||||
{"args":[{"r":15,"g":23,"b":42,"a":1}],"result":0.008815176790098227}
|
||||
{"args":[{"r":51,"g":65,"b":85,"a":1}],"result":0.0514027796713907}
|
||||
{"args":[{"r":241,"g":245,"b":249,"a":1}],"result":0.9084514092931435}
|
||||
{"args":[{"r":23,"g":20,"b":17,"a":1}],"result":0.007229410147601176}
|
||||
{"args":[{"r":246,"g":242,"b":236,"a":1}],"result":0.8915322052014165}
|
||||
{"args":[{"r":255,"g":250,"b":243,"a":1}],"result":0.9610227895575114}
|
||||
{"args":[{"r":91,"g":80,"b":70,"a":1}],"result":0.08403664512219927}
|
||||
{"args":[{"r":120,"g":53,"b":15,"a":1}],"result":0.06573765263104475}
|
||||
{"args":[{"r":254,"g":243,"b":199,"a":1}],"result":0.8929553600670393}
|
||||
{"args":[{"r":253,"g":230,"b":138,"a":1}],"result":0.7931125351374035}
|
||||
{"args":[{"r":245,"g":245,"b":247,"a":1}],"result":0.9143269331086399}
|
||||
{"args":[{"r":238,"g":242,"b":247,"a":1}],"result":0.8839680463710999}
|
||||
{"args":[{"r":35,"g":48,"b":74,"a":1}],"result":0.0296564199377504}
|
||||
{"args":[{"r":17,"g":17,"b":17,"a":1}],"result":0.005605391624202723}
|
||||
{"args":[{"r":245,"g":245,"b":245,"a":1}],"result":0.9130986517934191}
|
||||
{"args":[{"r":42,"g":38,"b":34,"a":1}],"result":0.019939602586856498}
|
||||
{"args":[{"r":245,"g":239,"b":226,"a":1}],"result":0.8663646816712111}
|
||||
{"args":[{"r":31,"g":41,"b":51,"a":1}],"result":0.021161989406502345}
|
||||
{"args":[{"r":253,"g":252,"b":249,"a":1}],"result":0.9734300706459024}
|
||||
{"args":[{"r":231,"g":228,"b":221,"a":1}],"result":0.7769618729506509}
|
||||
{"args":[{"r":53,"g":51,"b":45,"a":1}],"result":0.03313998481473448}
|
||||
{"args":[{"r":71,"g":71,"b":77,"a":1}],"result":0.06381891401565577}
|
||||
{"args":[{"r":26,"g":28,"b":31,"a":1}],"result":0.011490488524665828}
|
||||
{"args":[{"r":89,"g":89,"b":92,"a":1}],"result":0.1004131081027032}
|
||||
{"args":[{"r":18,"g":18,"b":21,"a":1}],"result":0.006153537392127704}
|
||||
{"args":[{"r":86,"g":81,"b":78,"a":1}],"result":0.08413351218339972}
|
||||
{"args":[{"r":48,"g":43,"b":39,"a":1}],"result":0.025026155981339056}
|
||||
{"args":[{"r":191,"g":189,"b":184,"a":1}],"result":0.5093224967585741}
|
||||
{"args":[{"r":250,"g":247,"b":242,"a":1}],"result":0.9325632699219792}
|
||||
{"args":[{"r":199,"g":196,"b":191,"a":1}],"result":0.5538355734909688}
|
||||
{"args":[{"r":240,"g":237,"b":232,"a":1}],"result":0.8491983377212347}
|
||||
{"args":[{"r":26,"g":26,"b":28,"a":1}],"result":0.01042241390886538}
|
||||
|
||||
@@ -80,75 +80,3 @@
|
||||
{"args":["url(data:image/svg+xml,%3Csvg\\ xmlns=\\'http://www.w3.org/2000/svg\\'\\ viewBox=\\'0\\ 0\\ 420\\ 240\\'%3E%3Crect\\ width=\\'420\\'\\ height=\\'240\\'\\ fill=\\'%23191b20\\'/%3E%3Ccircle\\ cx=\\'316\\'\\ cy=\\'50\\'\\ r=\\'132\\'\\ fill=\\'%232d3440\\'/%3E%3Cpath\\ d=\\'M0\\ 182c70-48\\ 138-42\\ 204-6s128\\ 24\\ 216-58v122H0z\\'\\ fill=\\'%23101318\\'/%3E%3C/svg%3E)"],"result":["url(data:image/svg+xml,%3Csvg\\ xmlns=\\'http://www.w3.org/2000/svg\\'\\ viewBox=\\'0\\ 0\\ 420\\ 240\\'%3E%3Crect\\ width=\\'420\\'\\ height=\\'240\\'\\ fill=\\'%23191b20\\'/%3E%3Ccircle\\ cx=\\'316\\'\\ cy=\\'50\\'\\ r=\\'132\\'\\ fill=\\'%232d3440\\'/%3E%3Cpath\\ d=\\'M0\\ 182c70-48\\ 138-42\\ 204-6s128\\ 24\\ 216-58v122H0z\\'\\ fill=\\'%23101318\\'/%3E%3C/svg%3E)"]}
|
||||
{"args":["url(data:image/svg+xml,%3Csvg\\ xmlns=\\'http://www.w3.org/2000/svg\\'\\ viewBox=\\'0\\ 0\\ 420\\ 240\\'%3E%3Crect\\ width=\\'420\\'\\ height=\\'240\\'\\ fill=\\'%23edf2f7\\'/%3E%3Cg\\ fill=\\'%23f8fafc\\'%3E%3Ccircle\\ cx=\\'60\\'\\ cy=\\'64\\'\\ r=\\'42\\'/%3E%3Ccircle\\ cx=\\'182\\'\\ cy=\\'142\\'\\ r=\\'58\\'/%3E%3Ccircle\\ cx=\\'336\\'\\ cy=\\'84\\'\\ r=\\'74\\'/%3E%3C/g%3E%3Cg\\ stroke=\\'%23dbe4ef\\'\\ stroke-width=\\'14\\'\\ opacity=\\'.55\\'%3E%3Cpath\\ d=\\'M-20\\ 220C74\\ 112\\ 150\\ 94\\ 232\\ 164s138\\ 46\\ 214-62\\'\\ fill=\\'none\\'/%3E%3C/g%3E%3C/svg%3E)"],"result":["url(data:image/svg+xml,%3Csvg\\ xmlns=\\'http://www.w3.org/2000/svg\\'\\ viewBox=\\'0\\ 0\\ 420\\ 240\\'%3E%3Crect\\ width=\\'420\\'\\ height=\\'240\\'\\ fill=\\'%23edf2f7\\'/%3E%3Cg\\ fill=\\'%23f8fafc\\'%3E%3Ccircle\\ cx=\\'60\\'\\ cy=\\'64\\'\\ r=\\'42\\'/%3E%3Ccircle\\ cx=\\'182\\'\\ cy=\\'142\\'\\ r=\\'58\\'/%3E%3Ccircle\\ cx=\\'336\\'\\ cy=\\'84\\'\\ r=\\'74\\'/%3E%3C/g%3E%3Cg\\ stroke=\\'%23dbe4ef\\'\\ stroke-width=\\'14\\'\\ opacity=\\'.55\\'%3E%3Cpath\\ d=\\'M-20\\ 220C74\\ 112\\ 150\\ 94\\ 232\\ 164s138\\ 46\\ 214-62\\'\\ fill=\\'none\\'/%3E%3C/g%3E%3C/svg%3E)"]}
|
||||
{"args":["url(data:image/svg+xml,%3Csvg\\ xmlns=\\'http://www.w3.org/2000/svg\\'\\ viewBox=\\'0\\ 0\\ 420\\ 240\\'%3E%3Crect\\ width=\\'420\\'\\ height=\\'240\\'\\ fill=\\'%23b9c4cf\\'/%3E%3Cpath\\ d=\\'M0\\ 52c74-28\\ 138-22\\ 194\\ 18s124\\ 38\\ 226-28v198H0z\\'\\ fill=\\'%23cbd3dc\\'/%3E%3Ccircle\\ cx=\\'82\\'\\ cy=\\'176\\'\\ r=\\'68\\'\\ fill=\\'%23aeb8c4\\'/%3E%3C/svg%3E)"],"result":["url(data:image/svg+xml,%3Csvg\\ xmlns=\\'http://www.w3.org/2000/svg\\'\\ viewBox=\\'0\\ 0\\ 420\\ 240\\'%3E%3Crect\\ width=\\'420\\'\\ height=\\'240\\'\\ fill=\\'%23b9c4cf\\'/%3E%3Cpath\\ d=\\'M0\\ 52c74-28\\ 138-22\\ 194\\ 18s124\\ 38\\ 226-28v198H0z\\'\\ fill=\\'%23cbd3dc\\'/%3E%3Ccircle\\ cx=\\'82\\'\\ cy=\\'176\\'\\ r=\\'68\\'\\ fill=\\'%23aeb8c4\\'/%3E%3C/svg%3E)"]}
|
||||
{"args":["linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)"],"result":["linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%)"]}
|
||||
{"args":["linear-gradient(135deg, #667eea, #764ba2)"],"result":["linear-gradient(135deg, #667eea, #764ba2)"]}
|
||||
{"args":["linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))"],"result":["linear-gradient(to right, rgb(168, 85, 247), rgb(99, 102, 241))"]}
|
||||
{"args":["url('data:image/png"],"result":["url('data:image/png"]}
|
||||
{"args":["linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)"],"result":["linear-gradient(135deg,#6d8cff 0%,#a78bfa 50%,#6d8cff 100%)"]}
|
||||
{"args":["linear-gradient(160deg,rgba(52,192,168,0.09) 0%,#141419 65%)"],"result":["linear-gradient(160deg,rgba(52,192,168,0.09) 0%,#141419 65%)"]}
|
||||
{"args":["linear-gradient(160deg,color-mix(in oklab,oklch(90%0.02 95) 16%,transparent) 0%,#141419 65%)"],"result":["linear-gradient(160deg,color-mix(in oklab,oklch(90%0.02 95) 16%,transparent) 0%,#141419 65%)"]}
|
||||
{"args":["in oklab,oklch(90%0.02 95) 16%,transparent"],"result":["in oklab","oklch(90%0.02 95) 16%","transparent"]}
|
||||
{"args":["linear-gradient(180deg,oklch(7%0.006 95),oklch(4%0.004 95))"],"result":["linear-gradient(180deg,oklch(7%0.006 95),oklch(4%0.004 95))"]}
|
||||
{"args":["linear-gradient(180deg,#14120f,#0a0908)"],"result":["linear-gradient(180deg,#14120f,#0a0908)"]}
|
||||
{"args":["linear-gradient(180deg,rgba(255,255,255,0.3),rgba(255,255,255,0.2)),url(/fixtures/antipatterns/no-such-texture.png)center/cover"],"result":["linear-gradient(180deg,rgba(255,255,255,0.3),rgba(255,255,255,0.2))","url(/fixtures/antipatterns/no-such-texture.png)center/cover"]}
|
||||
{"args":["url(/fixtures/antipatterns/no-such-photo.jpg)"],"result":["url(/fixtures/antipatterns/no-such-photo.jpg)"]}
|
||||
{"args":["linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)"],"result":["linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)"]}
|
||||
{"args":["linear-gradient(135deg,#8b5cf6,#a855f7)"],"result":["linear-gradient(135deg,#8b5cf6,#a855f7)"]}
|
||||
{"args":["radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)"],"result":["radial-gradient(circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%)"]}
|
||||
{"args":["radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)"],"result":["radial-gradient(circle,rgba(139,92,246,0.30),transparent 60%)"]}
|
||||
{"args":["radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)"],"result":["radial-gradient(ellipse at top,rgba(34,211,238,0.22),transparent 70%)"]}
|
||||
{"args":["radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)"],"result":["radial-gradient(circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%)"]}
|
||||
{"args":["radial-gradient(circle,#506fff3d,transparent 50%)"],"result":["radial-gradient(circle,#506fff3d,transparent 50%)"]}
|
||||
{"args":["radial-gradient(circle,#1e3a8a,#0f172a)"],"result":["radial-gradient(circle,#1e3a8a,#0f172a)"]}
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.30),transparent)"],"result":["radial-gradient(circle,rgba(80,111,255,0.30),transparent)"]}
|
||||
{"args":["radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)"],"result":["radial-gradient(circle,rgba(255,196,64,0.35),transparent 70%)"]}
|
||||
{"args":["radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)"],"result":["radial-gradient(circle,rgba(0,0,0,0.40),transparent 80%)"]}
|
||||
{"args":["radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)"],"result":["radial-gradient(ellipse,rgba(255,255,255,0.35),transparent 70%)"]}
|
||||
{"args":["radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)"],"result":["radial-gradient(circle,#ff0080 0%,#7928ca 45%,#0070f3 100%)"]}
|
||||
{"args":["radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)"],"result":["radial-gradient(circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent)"]}
|
||||
{"args":["radial-gradient(circle,rgba(80,111,255,0.85),transparent)"],"result":["radial-gradient(circle,rgba(80,111,255,0.85),transparent)"]}
|
||||
{"args":["linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)"],"result":["linear-gradient(120deg,rgba(80,111,255,0.28),transparent 60%)"]}
|
||||
{"args":["circle at 52% 38%,rgba(80,111,255,0.26),transparent 44%"],"result":["circle at 52% 38%","rgba(80,111,255,0.26)","transparent 44%"]}
|
||||
{"args":["circle,rgba(139,92,246,0.30),transparent 60%"],"result":["circle","rgba(139,92,246,0.30)","transparent 60%"]}
|
||||
{"args":["ellipse at top,rgba(34,211,238,0.22),transparent 70%"],"result":["ellipse at top","rgba(34,211,238,0.22)","transparent 70%"]}
|
||||
{"args":["circle,rgba(255,90,120,0.28) 0%,rgba(255,90,120,0.12) 45%,transparent 75%"],"result":["circle","rgba(255,90,120,0.28) 0%","rgba(255,90,120,0.12) 45%","transparent 75%"]}
|
||||
{"args":["circle,#506fff3d,transparent 50%"],"result":["circle","#506fff3d","transparent 50%"]}
|
||||
{"args":["circle,#1e3a8a,#0f172a"],"result":["circle","#1e3a8a","#0f172a"]}
|
||||
{"args":["circle,rgba(80,111,255,0.30),transparent"],"result":["circle","rgba(80,111,255,0.30)","transparent"]}
|
||||
{"args":["circle,rgba(255,196,64,0.35),transparent 70%"],"result":["circle","rgba(255,196,64,0.35)","transparent 70%"]}
|
||||
{"args":["circle,rgba(0,0,0,0.40),transparent 80%"],"result":["circle","rgba(0,0,0,0.40)","transparent 80%"]}
|
||||
{"args":["ellipse,rgba(255,255,255,0.35),transparent 70%"],"result":["ellipse","rgba(255,255,255,0.35)","transparent 70%"]}
|
||||
{"args":["circle,#ff0080 0%,#7928ca 45%,#0070f3 100%"],"result":["circle","#ff0080 0%","#7928ca 45%","#0070f3 100%"]}
|
||||
{"args":["circle,rgba(255,0,128,0.90) 0%,rgba(121,40,202,0.85) 50%,transparent"],"result":["circle","rgba(255,0,128,0.90) 0%","rgba(121,40,202,0.85) 50%","transparent"]}
|
||||
{"args":["circle,rgba(80,111,255,0.85),transparent"],"result":["circle","rgba(80,111,255,0.85)","transparent"]}
|
||||
{"args":["circle at 52% 38%, rgba(80,111,255,0.26), transparent 44%"],"result":["circle at 52% 38%","rgba(80,111,255,0.26)","transparent 44%"]}
|
||||
{"args":["circle, rgba(139,92,246,0.30), transparent 60%"],"result":["circle","rgba(139,92,246,0.30)","transparent 60%"]}
|
||||
{"args":["ellipse at top, rgba(34,211,238,0.22), transparent 70%"],"result":["ellipse at top","rgba(34,211,238,0.22)","transparent 70%"]}
|
||||
{"args":["circle, rgba(255,90,120,0.28) 0%, rgba(255,90,120,0.12) 45%, transparent 75%"],"result":["circle","rgba(255,90,120,0.28) 0%","rgba(255,90,120,0.12) 45%","transparent 75%"]}
|
||||
{"args":["circle, #506fff3d, transparent 50%"],"result":["circle","#506fff3d","transparent 50%"]}
|
||||
{"args":["circle, #1e3a8a, #0f172a"],"result":["circle","#1e3a8a","#0f172a"]}
|
||||
{"args":["circle, rgba(80,111,255,0.30), transparent"],"result":["circle","rgba(80,111,255,0.30)","transparent"]}
|
||||
{"args":["circle, rgba(255,196,64,0.35), transparent 70%"],"result":["circle","rgba(255,196,64,0.35)","transparent 70%"]}
|
||||
{"args":["circle, rgba(0,0,0,0.40), transparent 80%"],"result":["circle","rgba(0,0,0,0.40)","transparent 80%"]}
|
||||
{"args":["ellipse, rgba(255,255,255,0.35), transparent 70%"],"result":["ellipse","rgba(255,255,255,0.35)","transparent 70%"]}
|
||||
{"args":["circle, #ff0080 0%, #7928ca 45%, #0070f3 100%"],"result":["circle","#ff0080 0%","#7928ca 45%","#0070f3 100%"]}
|
||||
{"args":["circle, rgba(255,0,128,0.90) 0%, rgba(121,40,202,0.85) 50%, transparent"],"result":["circle","rgba(255,0,128,0.90) 0%","rgba(121,40,202,0.85) 50%","transparent"]}
|
||||
{"args":["circle, rgba(80,111,255,0.85), transparent"],"result":["circle","rgba(80,111,255,0.85)","transparent"]}
|
||||
{"args":["url(/fixtures/antipatterns/missing-photo.png)"],"result":["url(/fixtures/antipatterns/missing-photo.png)"]}
|
||||
{"args":["linear-gradient(#111827,#0b1220),url(/fixtures/antipatterns/missing-photo.png)"],"result":["linear-gradient(#111827,#0b1220)","url(/fixtures/antipatterns/missing-photo.png)"]}
|
||||
{"args":["linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(/fixtures/antipatterns/missing-photo.png)"],"result":["linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2))","url(/fixtures/antipatterns/missing-photo.png)"]}
|
||||
{"args":["linear-gradient(135deg,#cbd5e1,#94a3b8)"],"result":["linear-gradient(135deg,#cbd5e1,#94a3b8)"]}
|
||||
{"args":["linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)"],"result":["linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)"]}
|
||||
{"args":["linear-gradient(135deg,#b7d7ff,#486aa3)"],"result":["linear-gradient(135deg,#b7d7ff,#486aa3)"]}
|
||||
{"args":["repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)"],"result":["repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px)"]}
|
||||
{"args":["linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px), linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)"],"result":["linear-gradient(90deg, oklch(96% 0.012 82 / 0.055) 1px, transparent 1px)","linear-gradient(180deg, oklch(96% 0.012 82 / 0.05) 1px, transparent 1px)"]}
|
||||
{"args":["linear-gradient(180deg, #f3f4f6, #ffffff)"],"result":["linear-gradient(180deg, #f3f4f6, #ffffff)"]}
|
||||
{"args":["linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":["linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"]}
|
||||
{"args":["linear-gradient(90deg, #f3f4f6, #e5e7eb), linear-gradient(180deg, #eef2ff, #ffffff)"],"result":["linear-gradient(90deg, #f3f4f6, #e5e7eb)","linear-gradient(180deg, #eef2ff, #ffffff)"]}
|
||||
{"args":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px), linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)","linear-gradient(180deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"]}
|
||||
{"args":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"],"result":["linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px)"]}
|
||||
{"args":["linear-gradient(135deg,#7c3aed,#a855f7)"],"result":["linear-gradient(135deg,#7c3aed,#a855f7)"]}
|
||||
{"args":["linear-gradient(90deg, #667eea, #764ba2)"],"result":["linear-gradient(90deg, #667eea, #764ba2)"]}
|
||||
{"args":["in srgb,white 6%,#0b0b0d"],"result":["in srgb","white 6%","#0b0b0d"]}
|
||||
{"args":["linear-gradient(oklch(0.07 0.006 95),oklch(0.11 0.008 95))"],"result":["linear-gradient(oklch(0.07 0.006 95),oklch(0.11 0.008 95))"]}
|
||||
{"args":["url(opaque-panel.png),linear-gradient(#ff0000,#0000ff)"],"result":["url(opaque-panel.png)","linear-gradient(#ff0000,#0000ff)"]}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,10 +5,3 @@
|
||||
{"args":[{"antipattern":"bounce-easing","name":"Bounce or elastic easing","description":"Bounce and elastic easing feel dated and tacky. Real objects decelerate smoothly — use exponential easing (ease-out-quart/quint/expo) instead.","severity":"warning","category":"slop","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/styles.css","line":1,"snippet":"cubic-bezier(0.68, -0.55, 0.265, 1.55)"},{"file":{"$set":[]},"line":{"$map":[]},"nextLine":{"$map":[[4,{"$set":["bounce-easing"]}]]}}],"result":false}
|
||||
{"args":[{"antipattern":"bounce-easing","name":"Bounce or elastic easing","description":"Bounce and elastic easing feel dated and tacky. Real objects decelerate smoothly — use exponential easing (ease-out-quart/quint/expo) instead.","severity":"warning","category":"slop","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/styles.css","line":4,"snippet":"cubic-bezier(0.68, -0.55, 0.265, 1.55)"},{"file":{"$set":[]},"line":{"$map":[]},"nextLine":{"$map":[[4,{"$set":["bounce-easing"]}]]}}],"result":true}
|
||||
{"args":[{"antipattern":"design-system-color","name":"Color outside DESIGN.md","description":"A literal color is outside the DESIGN.md palette and sidecar tonal ramps. This may be legitimate, but it should be an intentional design-system addition rather than drift.","severity":"advisory","category":"quality","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/styles.css","line":2,"snippet":"Undocumented color rgba(99, 102, 241, 0.6) is outside DESIGN.md colors","ignoreValue":"rgba(99, 102, 241, 0.6)"},{"file":{"$set":[]},"line":{"$map":[]},"nextLine":{"$map":[[4,{"$set":["bounce-easing"]}]]}}],"result":false}
|
||||
{"args":[{"antipattern":"low-contrast","name":"Low contrast text","description":"Text does not meet WCAG AA contrast requirements (4.5:1 for body, 3:1 for large text). Increase the contrast between text and background.","severity":"warning","category":"quality","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/inline.html","line":0,"snippet":"3.6:1 (need 4.5:1) — text #ff00aa on #ffffff"},{"file":{"$set":["low-contrast"]},"line":{"$map":[[6,{"$set":["design-system-font"]}]]},"nextLine":{"$map":[]}}],"result":true}
|
||||
{"args":[{"antipattern":"design-system-color","name":"Color outside DESIGN.md","description":"A literal color is outside the DESIGN.md palette and sidecar tonal ramps. This may be legitimate, but it should be an intentional design-system addition rather than drift.","severity":"advisory","category":"quality","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/inline.html","line":5,"snippet":"text color rgb(255, 0, 170) on p \"faint text\" is outside DESIGN.md colors","ignoreValue":"rgb(255, 0, 170)"},{"file":{"$set":["low-contrast"]},"line":{"$map":[[6,{"$set":["design-system-font"]}]]},"nextLine":{"$map":[]}}],"result":false}
|
||||
{"args":[{"antipattern":"design-system-font","name":"Font outside DESIGN.md","description":"A font is used that is not declared in DESIGN.md typography. Use the documented type system or update DESIGN.md if this is an intentional brand addition.","severity":"warning","category":"quality","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/inline.html","line":6,"snippet":"p \"x\" uses verdana; not declared in DESIGN.md typography","ignoreValue":"verdana"},{"file":{"$set":["low-contrast"]},"line":{"$map":[[6,{"$set":["design-system-font"]}]]},"nextLine":{"$map":[]}}],"result":true}
|
||||
{"args":[{"antipattern":"design-system-color","name":"Color outside DESIGN.md","description":"A literal color is outside the DESIGN.md palette and sidecar tonal ramps. This may be legitimate, but it should be an intentional design-system addition rather than drift.","severity":"advisory","category":"quality","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/inline.html","line":0,"snippet":"text color rgb(0, 0, 0) on p \"x\" is outside DESIGN.md colors","ignoreValue":"rgb(0, 0, 0)"},{"file":{"$set":["low-contrast"]},"line":{"$map":[[6,{"$set":["design-system-font"]}]]},"nextLine":{"$map":[]}}],"result":false}
|
||||
{"args":[{"antipattern":"bounce-easing","name":"Bounce or elastic easing","description":"Bounce and elastic easing feel dated and tacky. Real objects decelerate smoothly — use exponential easing (ease-out-quart/quint/expo) instead.","severity":"warning","category":"slop","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/styles.css","line":1,"snippet":"cubic-bezier(0.68, -0.55, 0.265, 1.55)"},{"file":{"$set":[]},"line":{"$map":[]},"nextLine":{"$map":[[4,{"$set":["bounce-easing"]}]]}}],"result":false}
|
||||
{"args":[{"antipattern":"bounce-easing","name":"Bounce or elastic easing","description":"Bounce and elastic easing feel dated and tacky. Real objects decelerate smoothly — use exponential easing (ease-out-quart/quint/expo) instead.","severity":"warning","category":"slop","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/styles.css","line":4,"snippet":"cubic-bezier(0.68, -0.55, 0.265, 1.55)"},{"file":{"$set":[]},"line":{"$map":[]},"nextLine":{"$map":[[4,{"$set":["bounce-easing"]}]]}}],"result":true}
|
||||
{"args":[{"antipattern":"design-system-color","name":"Color outside DESIGN.md","description":"A literal color is outside the DESIGN.md palette and sidecar tonal ramps. This may be legitimate, but it should be an intentional design-system addition rather than drift.","severity":"advisory","category":"quality","file":"/Users/paulbakaus/code/impeccable-second/tests/oracle/workspaces/detect-config/src/styles.css","line":2,"snippet":"Undocumented color rgba(99, 102, 241, 0.6) is outside DESIGN.md colors","ignoreValue":"rgba(99, 102, 241, 0.6)"},{"file":{"$set":[]},"line":{"$map":[]},"nextLine":{"$map":[[4,{"$set":["bounce-easing"]}]]}}],"result":false}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user