Customize Twitter Bootstrap Classnames
问题 http://getbootstrap.com/customize/ Above link, customizes Bootstrap's components, Less variables, and jQuery plugins to get your very own version. I am wondering if it's possible to customize bootstrap by adding prefixes to it's classes, for example: ".container" = ".myid_container" ".btn-group" = ".myid_btn-group" 回答1: You can @extend bootstrap classes and call them whatever you want if you are using sass. Here is the info http://www.sitepoint.com/sass-semantically-extend-bootstrap/ But if