Closed p0nch000 closed 2 days ago
@nmn this was my first approach for the content issue, lmk if need to do some fixes :)
@p0nch000 Thanks for the great work. Turns out values for content
don't need to be separated by spaces, so we might need to adjust the code a bit.
Heyy took your advice i think is better now, lmk if it needs extra work
thanks for the fast review and the great feedback again! I'll look for my next issue to work on @nmn
Fix StyleX content property quotes handling
What changed / motivation
Updated
transformValue
function to correctly handle CSScontent
property values:Previously, StyleX incorrectly wrapped CSS functions like
counters()
in quotes, breaking their functionality.Linked PR/Issues
Fixes #771 - Don't wrap
content: counters(...)
in quotesAdditional Context
Test Coverage
Implementation Notes
Pre-flight checklist