UNPKG

react-magnify

Version:

Magnifying glass for image zoom using ReactJS

17 lines (15 loc) 276 B
const AUTOPREFIXER_BROWSERS = [ 'Android 2.3', 'Android >= 4', 'Chrome >= 35', 'Firefox >= 31', 'Explorer >= 9', 'iOS >= 7', 'Opera >= 12', 'Safari >= 7.1', ]; module.exports = { plugins: [ require('autoprefixer')({ browsers: AUTOPREFIXER_BROWSERS }) ] }