Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css minification Re: css minification

#120257
Bonzai
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.