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 e70a55f commit ae35316Copy full SHA for ae35316
src/Value/Color.php
@@ -299,7 +299,7 @@ private function shouldRenderInModernSyntax(): bool
299
$hasNumber = false;
300
foreach ($this->aComponents as $key => $value) {
301
if ($key === 'a') {
302
- // ALpha can have units that don't match those of the RGB components in the "legacy" syntax.
+ // Alpha can have units that don't match those of the RGB components in the "legacy" syntax.
303
// So it is not necessary to check it. It's also always last, hence `break` rather than `continue`.
304
break;
305
}
0 commit comments