4
I have a system with old Look and Feel. The idea is to change to boorstrap. BUT with as little change as possible.
Concrete example. The buttons use the fwButton css class. It would be possible to make this class inherit the btn-Primary class properties from Bootstrap 4 ?
Without changing all html calls from class="fwButton" to class="btn btn-Primary" and without copying the btn-Primary class properties.
thanks just today I could understand that I need the SASS to get your tip. The link complements the question https://answall.com/questions/121684/qual-a-diferen%C3%A7a-e-when-to-use-mixin-e-extend-em-Sass
– Bjverde