I was wondering what you guys think about CSS frameworks.
I've always preferred to create my stylesheets from scratch, or build my own framework which I can adapt for different projects, so using somebody else's framework has never really appealed to me. I feel like you lose a degree of control when you are locked into a pre-existing grid, plus the whole naming structure of <div class="6col"> is somewhat off-putting. I can see how this can cause some massive headaches when it comes to customising or debugging.
I do understand the benefits of them; less coding required, quicker output, responsive, more likely to be standards compliant and cross browser compatible, etc. I just don't see why I can't create something similar by myself.
Does anybody here use frameworks for CSS? If so, what do you use and why?