tags:

views:

52

answers:

0

I'm trying to use the ssinc.dll handler to process my css files, so I can put my various #include statements right in the CSS file and therefore have 1 master css that is generated from my various other css files.

The problem i run into is that I can't get the mime type to be anything but text/html when i use this handler! I have tried making custom extensions, like scss, and it still forces the mime type to text/html instead of text/css. What can I do to make the mime type text/css but still have css files processed by the server side include handler?