Skip to content

Instantly share code, notes, and snippets.

@jefferyrdavis
Last active December 19, 2015 17:38
Show Gist options
  • Save jefferyrdavis/5992194 to your computer and use it in GitHub Desktop.
Save jefferyrdavis/5992194 to your computer and use it in GitHub Desktop.
Snippit: PHP: CSS: Make your CSS Document into a PHP Doc
/*Add the folowing code to the top of the CSS file (with a .php extension) to tell the browser it's actually a PHP file.*/
<?php header("Content-type: text/css; charset: UTF-8"); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment