I make a custom css file for anything not in less. I don't touch anything else, but come to think of it I modify the less files directly. That's not so good for an upgrade.
On Sunday, 12 August 2012 03:23:05 UTC+10, sams wrote: > > I copy bootstrap.less and responsive modifiy them to use theme specific > versions of bootstraps less lib > (the modified less is in a subdir) > > then when you apply upgrades of bootstrap to your app you can compare the > appropriate files with ease > > > > On 11 August 2012 17:37, Santo <[email protected] <javascript:>> wrote: > >> 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? >> > >
