postcss.config.js 94 B

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