test inlining
This commit is contained in:
parent
68d77a2138
commit
882c055346
@ -10,7 +10,6 @@ function inlineLocalStylesFromHref($inputString) {
|
||||
$href = $match[1];
|
||||
|
||||
$cssFilePath = $_SERVER['DOCUMENT_ROOT'] . '/' . $href;
|
||||
echo "from $cssFilePath";
|
||||
|
||||
// Get the content of the local CSS file
|
||||
$cssContent = file_get_contents($cssFilePath);
|
||||
|
Loading…
Reference in New Issue
Block a user