Slightly more helpfully, here's what you need...
<cfheader name="Content-Type" value="text/css"/>
That one is copied from a file in use, but I'm fairly sure cfcontent
works and is probably more readable:
<cfcontent type="text/css" />
Also useful to ensure showdebugoutput is turned off to prevent the
debug info causing errors in the file.