Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 twitter-bootstrap 2 中,有一个btn btn-mini类我在 Bootstrap 3 中找不到对应的类。 Bootstrap 3 中的等价物是什么?
btn btn-mini
如果您阅读文档,您会看到它已被替换为btn-xs.
btn-xs
这是迁移指南,清楚地总结了所有更改。