As many has said, depends on the project you're working on. The good part is that we have preprocessors to the rescue ;) using SASS (which I prefer) or LESS, you can use the important part of the framework, like grid system or resets, and add a plus bonus with your own code. You can always use 'uncss', so you can delete the parts of the framework that are bloating your project. Regards