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
[CSSProcessor] Replace utf8_codepoint_at with utf8_ord (#202)
Replaces the `utf8_codepoint_at()` call in `CSSProcessor` with
`utf8_ord()`. This removes the last reference to `utf8_codepoint_at()`
from the codebase so the next PR will remove that function, see
#200 for prior context.
cc @dmsnell
0 commit comments