1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-09 08:32:48 +00:00
Files
react-starter/postcss.config.js
2017-03-29 18:08:05 -05:00

11 lines
148 B
JavaScript

const browserList = [
'last 3 versions',
'> 1%'
];
module.exports = {
plugins: [
require('autoprefixer')(browserList)
]
};