-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How about box-sizing border-box? #233
Comments
Err... that seems like a pretty extreme change to set everything to |
My usual resets are:
html, body { |
I've been working with bootstrap for some time now, and I gotta say, that the border-box has extreme advantages over the default one. However, this should be still up to the user. Everyone learns CSS the default way. Without very visibly denoting it somewhere, this change will introduce a lot of confusion and frustration. Sent from an iPhone, so please excuse shitty spelling. On Sat, Nov 30, 2013 at 4:02 PM, Dan Dart notifications@github.com
|
Well, imma close this for now. Reopen if you wanna continue the discussion, but as @silvinci said, it could introduce a lot of confusion and frustration. It could be a setting, but it would do so little it's hardly worth including. It would just be:
|
Fair enough. That'll be in mine anyhow. |
It's in all my resets I've used recently, so might be a great idea to include by default (or as option)?
The text was updated successfully, but these errors were encountered: