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
I want to display CssSyntaxError formatted to the user. For that I want to get the offset of the code where the error occurred. But CssSyntaxError does not have that property.
Proposal
Add the offset/endOffset properties to CssSyntaxError.