I think i found a bug, actually it is not a bug. bootstrap.css is a very large file, so when I was using mybb`s stylesheet editor, it was unable to save the full stylesheet to the database. I was able to solve this by altering the mybb_themestylesheets table`s stylesheet column type from text to longtext in order to support the huge file.
At the time of the release I think I will split the CSS into two parts so that none of the users have to alter their database.