test inlining

This commit is contained in:
Bruno Rybársky 2024-02-04 10:42:54 +01:00
parent 68d77a2138
commit 882c055346

@ -10,7 +10,6 @@ function inlineLocalStylesFromHref($inputString) {
$href = $match[1]; $href = $match[1];
$cssFilePath = $_SERVER['DOCUMENT_ROOT'] . '/' . $href; $cssFilePath = $_SERVER['DOCUMENT_ROOT'] . '/' . $href;
echo "from $cssFilePath";
// Get the content of the local CSS file // Get the content of the local CSS file
$cssContent = file_get_contents($cssFilePath); $cssContent = file_get_contents($cssFilePath);