CSS Compressor with @include support
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2010-03-14T22:27:28Z
Indexed on
2010/03/14
22:35 UTC
Read the original article
Hit count: 164
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 cannot change the original files not to use includes because those are centrally developed ones.
© Stack Overflow or respective owner