We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f80a77 commit ebb0ebdCopy full SHA for ebb0ebd
webapp/src/Twig/TwigExtension.php
@@ -1166,7 +1166,6 @@ private function relativeLuminance(string $rgb): float
1166
private function apcaContrast(string $fgColor, string $bgColor): float
1167
{
1168
// Based on WCAG 3.x (https://www.w3.org/TR/wcag-3.0/)
1169
-
1170
$luminanceForeground = $this->relativeLuminance($fgColor);
1171
$luminanceBackground = $this->relativeLuminance($bgColor);
1172
0 commit comments