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:
parent
75b83df435
commit
8bffd8e1a6
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user