CommentOct 11, 20153
For me, since I use a javascript framework and a modular one, modular makes sense. If I have a fooView, I just namespace css foo.css and the class for the view .foo-view. This solution has been enough for me, even in big projects. You have other ideas around internet like BEM for example.