SyntaxFix
Write A Post
Hire A Developer
Questions
you can use:
<?php $css = file_get_contents('CSS/main.css'); echo $css; ?>
and assuming that css file doesn't have it already, wrap the above in:
<style type="text/css"> ... </style>