-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
Closed
Description
A philosophical question that occurred to me:
So, .btn
itself doesn't have a default color, which is why .btn-default
exists.
Given that .btn
doesn't have a default color, why does it have a default size? Perhaps it should have no default size and there should be e.g. a .btn-md
class that explicitly sets a "normal" size? Or if this difference is legitimate, what's the rationale behind it?
X-Ref: jquery-archive/css-chassis#138