Quote:
Originally Posted by Fou-Lu
Client developers could verify, but best I know browsers don't do any extension verification on an imported stylesheet. Assuming that's correct, you can successfully import a .php file without needing to add css to a parsable type.
|
yupp, browsers only care about the MIME type. i.e. as long as the MIME type is
text/css the file extension doesn’t matter.
note: Apache automatically assigns
text/html to PHP files, if not overwritten in the PHP script.