postcss.config.js 87 B

12345
  1. module.exports = {
  2. plugins: {
  3. 'autoprefixer': {browsers: 'last 5 version'}
  4. }
  5. }