fix: address claude review action items

This commit is contained in:
2026-02-26 23:27:25 -08:00
parent 151752b17a
commit 771ea5777f
4 changed files with 10 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ function applyInlineStyleDeclarations(
}
const cssValue = String(value);
if (key.startsWith('-') || key.includes('-')) {
if (key.includes('-')) {
target.style.setProperty(key, cssValue);
if (key === '--webkit-text-stroke') {
target.style.setProperty('-webkit-text-stroke', cssValue);