views:

66

answers:

1

Is there any CSS compressor that supports the @include directive?

I have a bunch of css files that have one main file and are linked via those @include directives. Now that I want to compress the CSS files I'm looking for a compression tool that supports that. I'm not able to change the original files not to use includes because those are centrally developed ones.

A: 

CSS frameworks like xCSS can help you with include statements.

N 1.1
There is no way that I change the original files. So I think xCSS and all the other CSS frameworks won't help.
Michael
you don't need to change the files, just link the files inside the config.php (warning: xcss don't support @media or @include)
antpaw