happyplan/happyplan

View on GitHub
grunt_tasks/config/autoprefixer.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = function(grunt) {
  "use strict";

  return {
    styles: {
      expand: true,
      flatten: true,
      src: '<%= happyplan.path.dist.assets.styles %>/*.css',
      dest: '<%= happyplan.path.dist.assets.styles %>/'
    }
  }
}