PHP-CSS-Parser
PHP-CSS-Parser copied to clipboard
Function name with escaping not properly recognized
e.g.
body { background: ur\l("//example.org/picture.jpg"); }
the url-function is not parsed into a URL object but into a CSSFunction object, even though the function name is normalized to 'url'
Thanks, I might look into this soon.
@raxbg thanks, you’re amazing.