adjustCssUrl() protected method
Adjusts CSS content allowing URL references pointing to the original resources.
| protected string adjustCssUrl ( $cssContent, $inputFilePath, $outputFilePath ) | ||
|---|---|---|
| $cssContent | string |
Source CSS content. |
| $inputFilePath | string |
Input CSS file name. |
| $outputFilePath | string |
Output CSS file name. |
| return | string |
Adjusted CSS content. |
Please login to continue.