I'm trying to concatenate (unify) multiple .css files generated from SASS and I'm using Compass to process my files.
I'm using Grunt to perform some tasks, including concatenating files, however as I try to merge the generated .css files, many of the classes are being repeated in the file with the unified files. That is, duplicating everything that was created.
Does anyone know if Compass does this sort of concatenation by default, beyond understanding the files?