autoprefixer.coffee 136 B

12345678
  1. module.exports =
  2. options:
  3. map: false
  4. unprefixed:
  5. expand: true
  6. cwd: 'tmp/css'
  7. src: '**/*.css'
  8. dest: 'build/css/'