For example:
<style> @import url("$imagesdir/stylesheet.css"); </style>
<style> @import url("/images/stylesheet.css"); </style>
<link href="/images/stylesheet.css.html" type="text/css" rel="stylesheet">
returns content of css file, but with mime-type text/html (not text/css).
So browsers doesn't load it as css file.