I'm just curious, what is best practice for editing the bootstrap css and making custom css. Should I modify the bootstrap files or should I import my own .less file at the bottom in bootstrap.less and override?
By editing the bootstrap files there might be problem to install future updates? But by overriding I will only add to the css footprint. What do you think?
