Home › Forums › CSS › css minification › Re: css minification
January 8, 2013 at 9:56 am
#120257
Participant
Might be worth looking into SASS / Compass for this, as they can compile it into a compressed CSS file. The advantage with working like this is, you’ll have your SCSS files that you work on and your css file get generated automatically. And if you’re using CSS3, the prefixes can be added automatically for you through compass.