mirror of
https://github.com/getgrav/grav.git
synced 2026-05-25 21:50:50 +02:00
* Fix absolute URLs in pipelined CSS The way that absolute URLs get excluded during cssRewrite() doesn't cover all possible cases due to a incorrect CSS_URL_REGEX. * Improve CSS_URL_REGEX Performance improvement by using a back reference. Additionally this makes sure the same kind of quote (single, double, none) is being used.