A smarter way for integrating bootstrap(or even from another less,css file) classes into my less file ?(Inheritance)
I am looking for a smarter way for integrating bootstrap classes into my less file ? What I do at the moment is ,but this has the drawback that not every "subclass" or connected class is going to be inherit for my own control: .BWForm_form-control { .form-control; } I solved that issue( connected classes) I took the classes from bootstrap and adjust it to my control: /*#region ".BWForm_form-control" addition from bootstrap */ .BWForm_form-control:-moz-placeholder { color: #999999; } .BWForm_form-control::-moz-placeholder { color: #999999; } .BWForm_form-control:-ms-input-placeholder { color: