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

Official list of browsers supported #401

Open
jdaudier opened this issue Apr 10, 2015 · 2 comments
Open

Official list of browsers supported #401

jdaudier opened this issue Apr 10, 2015 · 2 comments

Comments

@jdaudier
Copy link
Contributor

@peterblazejewicz @samccone
Can I get an official list of browsers we wanna support for the www, so I can note it for myself when I'm building stuff and to add it to the README?

@peterblazejewicz
Copy link
Member

@jdaudier we define support via tools:

  • autuprefixer task uses 2 last browser:
    '''
    browsers: ['last 2 version']
    '''
  • we use SVGs, including SVG maps

We do not use flex box, so I'd say all modern browsers down to IE9, with note about prefixed vendors properties.

@jdaudier
Copy link
Contributor Author

OK I will add this to readme:

Last 2 versions of chrome, safari, Firefox, IE9 and up.

Along with your notes above

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

No branches or pull requests

2 participants