Skip to content

Instantly share code, notes, and snippets.

@tddewey
Created April 3, 2014 23:10
Show Gist options
  • Save tddewey/9964687 to your computer and use it in GitHub Desktop.
Save tddewey/9964687 to your computer and use it in GitHub Desktop.
Autoprefixer sample grunt configuration for wp_theme demo
autoprefixer: {
options: {
browsers: ['ie 8', 'ie 9', 'last 2 version']
},
all: {
files: {
'assets/css/wp_theme.src.css' : 'assets/css/wp_theme.src.css'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment