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 support for old browsers #17

Closed
romamatusevich opened this issue Aug 18, 2013 · 6 comments
Closed

Remove support for old browsers #17

romamatusevich opened this issue Aug 18, 2013 · 6 comments

Comments

@romamatusevich
Copy link
Collaborator

Maybe we can remove support for:

Chrome, Firefox < current version
Android < 2.3
Safari < 5
iOS < 5
Opera < 15

Any opinions?

@drublic
Copy link
Owner

drublic commented Aug 20, 2013

I think most stuff is up to date in the repo. Any concrete stuff you would like to see remove?
There is no real "browser support" yet though. We could add this.

@romamatusevich
Copy link
Collaborator Author

x-linear-gradient, x-multiple-backgrounds, x-multiple-colored-gradient:
remove -o-, -moz-

x-transform, x-transition, x-tab-size:
remove -o-

drublic added a commit that referenced this issue Aug 30, 2013
drublic added a commit that referenced this issue Aug 30, 2013
@drublic
Copy link
Owner

drublic commented Aug 30, 2013

Thanks so much. I've updated the the mixins with your suggestions.

@drublic drublic closed this as completed Aug 30, 2013
@romamatusevich
Copy link
Collaborator Author

For x-multiple-backgrounds we could also remove Sass variables:
$combined-background-moz: ();
$combined-background-o: ();

For x-tab-size also remove from mixin: -o-tab-size: $value;.

Thank you for the abandonment of old browsers.

drublic added a commit that referenced this issue Sep 7, 2013
@drublic
Copy link
Owner

drublic commented Sep 7, 2013

Thanks for the heads up!
I've made the changes as required. We should be up to date now.

@romamatusevich
Copy link
Collaborator Author

Thank you for changes.

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

No branches or pull requests

2 participants