I've downloaded Twitter Bootstrap and went through Twitter Bootstrap Web Development How-To by David Cochran. All is great, now I have a custom design I want to integrate in the best way with Bootstrap.
What is the best approach in integrating a custom design with the twitter bootstrap libraries?
1) Do I go to http://twitter.github.io/bootstrap/customize.html and try to guess which libraries I will use, download and work from that?
2) Do I work off the entire source files, then try to cut down on what's not used? The original bootstrap.css is 6,000 lines.
3.) Do I start with a minimal library and manually add to it as needed?
4.) Am I even supposed to make direct edits to their libraries? Like .thumbnails class has a border, I don't want the border. Do I overwrite with another CSS file, or edit the original line in bootstrap.css .thumbnails class?