Yes! This was immediately what I checked to see if they had changed it.. and they haven't. I was really impressed with the look and feel of the Bootstrap UI but once I started to look through the code, I really felt let down. Here were other issues I saw:
* styling of default elements (like table) interferes with other styles
* inconsistent use of variables
* encouraging users to define columns with html classes (span4, offset6) instead of using less to apply the rule to the html.
* completely incompatible with JQuery UI (they had an open bug about it with some workarounds)
In the end, I ended up just picking a few good ideas out of it. It looks great and it's probably ok for a certain class of sites but be aware of the limitations as well.
* styling of default elements (like table) interferes with other styles
* inconsistent use of variables
* encouraging users to define columns with html classes (span4, offset6) instead of using less to apply the rule to the html.
* completely incompatible with JQuery UI (they had an open bug about it with some workarounds)
In the end, I ended up just picking a few good ideas out of it. It looks great and it's probably ok for a certain class of sites but be aware of the limitations as well.