We're working on a project with TwitterBootstrapMVC and we wish to incorporate Google's material design. We've found a nice bootstrap / material implementation: http://fezvrasta.github.io/bootstrap-material-design/.
However, in order to harness the power of this material framework we'd like to add css classes to certain things. For example, a FormGroup() might need to be extended with label-floating and has-warning. We would like to extend or customize some of the default behavior of the TwitterBootstrapMVC extensions.
How should we go about that?