Skip to content
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

remove unnecessary vendor prefixes #400

Closed
wants to merge 1 commit into from
Closed

remove unnecessary vendor prefixes #400

wants to merge 1 commit into from

Conversation

marcobiedermann
Copy link

according to CanIUse you do not need vendor prefixes for box-sizing any more.
See: http://caniuse.com/#search=box-sizing

@necolas
Copy link
Owner

necolas commented Dec 30, 2014

v3 should support Firefox ESR https://www.mozilla.org/en-US/firefox/organizations/faq/. webkit prefixes look safe to remove though.

@MoOx
Copy link
Contributor

MoOx commented Dec 30, 2014

What about keeping a prefix free version & publish prefixed version?

@necolas
Copy link
Owner

necolas commented Mar 30, 2015

ESR is at 31, so I'll remove the moz prefixes too.

@mgol
Copy link

mgol commented Jul 29, 2015

What mobile browsers does normalize.css support? Dropping -webkit-box-sizing is fine as long as you don't support Android 2.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants