funkflute
funkflute
The service provider isn't passing $config as the 4th parameter, so any calls to ->getConfig will return nothing and ->config is always empty.
The service provider isn't passing $config as the 4th parameter, so any calls to ->getConfig will return nothing and ->config is always empty.
My site uses the PureCSS framework, I use php to `include()` this library inside a block of my html email. At: CssToInlineStyles.php:441 `$css = preg_replace('/@media [^{]*{([^{}]|{[^{}]*})*}/', '', $css);` it's returning...