mirror of
https://github.com/getgrav/grav.git
synced 2026-02-12 17:48:11 +01: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.