1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
video.js/postcss.config.js

9 lines
251 B
JavaScript

// see https://github.com/browserslist/browserslist for more info
const browsersList = ['last 3 major version', 'Firefox ESR', 'Chrome >= 53', 'not dead', 'not ie 11'];
module.exports = {
plugins: [
require('autoprefixer')(browsersList)
]
};