mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-13 17:23:58 +02:00
Add autoprefixer to package.json
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"grunt": "~0.4.5",
|
"grunt": "~0.4.5",
|
||||||
"grunt-contrib-less": "~1.0.1",
|
"grunt-contrib-less": "~1.0.1",
|
||||||
"grunt-contrib-watch": "~0.6.1",
|
"grunt-contrib-watch": "~0.6.1",
|
||||||
"grunt-postcss": "^0.6.0"
|
"grunt-postcss": "^0.6.0",
|
||||||
|
"autoprefixer": "^6.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user