1
1
mirror of https://github.com/primer/css.git synced 2024-11-13 08:04:16 +03:00

Add autoprefixer-core to package.json

This commit is contained in:
vsn4ik 2015-06-25 22:27:00 +03:00
parent 75b83df435
commit 8bffd8e1a6
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ module.exports = function(grunt) {
postcss: {
options: {
processors: [
require('autoprefixer-core')({ browsers: ['last 2 versions', 'ie 8', 'ie 9'] }),
require('autoprefixer-core')({ browsers: ['last 2 versions', 'ie 8', 'ie 9'] })
]
},
dist: {
@ -58,7 +58,7 @@ module.exports = function(grunt) {
},
src: [
'css/*.css'
],
]
},
// Build tooling

View File

@ -10,6 +10,7 @@
"url": "https://github.com/primer/primer.git"
},
"devDependencies": {
"autoprefixer-core": "~5.2.1",
"grunt": "~0.4.5",
"grunt-build-control": "~0.2.0",
"grunt-jekyll": "~0.4.2",