Hello! Could somebody explain why Bootstrap asks you to write instead of , or instead of ? Why not apply the default styling to platform-independent HTML markup?
Thanks!
1–6 of 6 posts
Thanks!
You might not want to style all your buttons in that particular way. The least they could do is separate it into classes. SASS inheritance would be nice, too.
I think in the case of the "btn" class it's designed to be usable on a, span, button, input, etc.
You might not want to style all your buttons in that particular way. The least they could do is separate it into classes. SASS inheritance would be nice, too.
Thanks. Yes, the way I humbly see it is that you could always add pre-made or custom-made classes that would alter the default behavior.