I've been trying to link a custom CSS style-sheet in my Magento theme, but it's not applying the CSS and I'm getting an error in the Chrome Console with a Syntax error: Unexpected * ..? I guess it's misinterpreting the CSS for a JS file but I don't know why.
Here is my code:
<script type="text/javascript" src="<?php echo
$this->getSkinUrl('css/custom.css') ?>"</script>