D
D
DrunkMaster2017-02-25 22:22:59
Cross browser
DrunkMaster, 2017-02-25 22:22:59

How many latest browser versions do you support?

It's about:

autoprefixer({browsers: ['last 5 version']}),

Not strong in browsers, for example, I have Chrome 56.0.2924.87 then 5 versions ago will be Chrome 51? This is approximately what time, a year ago, 2 years ago?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Dart, 2017-02-26
@DrunkMaster

So here's https://www.npmjs.com/package/bootstrap-sass
To match upstream Bootstrap's level of browser compatibility, set Autoprefixer's browsers option to:

[
  "Android 2.3",
  "Android >= 4",
  "Chrome >= 20",
  "Firefox >= 24",
  "Explorer >= 8",
  "iOS >= 6",
  "Opera >= 12",
  "Safari >= 6"
]

V
Vitaly Inchin ☢, 2017-02-26
@In4in

If prefixing is automated, I see no reason not to put the maximum.
This business does not take a lot of bytes. +1% to current code size.

S
Sasha, 2017-02-26
@userAlexander

The latest versions of browsers or at the request of the customer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question