summaryrefslogtreecommitdiff
path: root/javascript/videojs/postcss.config.js
blob: e8586d03c1a8a0c75ba31197acb0c3e6b864805d (plain)
1
2
3
4
5
6
7
8
// see https://github.com/browserslist/browserslist for more info
const browsersList = ['last 3 major versions', 'Firefox ESR', 'Chrome >= 53', 'not dead', 'not ie 11', 'not baidu 7', 'not and_qq 11', 'not and_uc 12', 'not op_mini all'];

module.exports = {
  plugins: [
    require('autoprefixer')(browsersList)
  ]
};