I am creating some dynamic template and I have an issue that I want to use PHP variables in external CSS file.
Example:
if stylesheet is styles.css and then I want to use this file as styles.php so that I can use variables in this file to make css dynamic.
What should I do for this. Thanks in advance.