You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation should mention that content property for the ::before and ::after pseudo-elements doesn't retain quotes, so requires additional quotes
This doesn't works content: ' Hello '
This will work content:' " Hello " '
The text was updated successfully, but these errors were encountered:
Documentation should mention that
content
property for the::before
and::after
pseudo-elements doesn't retain quotes, so requires additional quotesThis doesn't works
content: ' Hello '
This will work
content:' " Hello " '
The text was updated successfully, but these errors were encountered: