Add autoprefixer and its dependancies (fix the buggy flex boxes in Safari and some older browsers)

This commit is contained in:
Benoit Favreault
2015-02-19 15:23:42 -05:00
committed by Francis Lachapelle
parent cc24b9b599
commit dcd6c5fd5a
2 changed files with 26 additions and 12 deletions
+10 -9
View File
@@ -1,11 +1,12 @@
{
"name": "sogo-web",
"version": "0.0.1",
"devDependencies": {
"bower": ">=1.3.8",
"grunt": ">=0.4.1",
"grunt-cli": ">=0.1.11",
"grunt-contrib-watch": ">=0.5.3",
"grunt-contrib-sass": ">=0.8.0"
}
"name": "sogo-web",
"version": "0.0.1",
"devDependencies": {
"bower": ">=1.3.8",
"grunt": ">=0.4.1",
"grunt-cli": ">=0.1.11",
"grunt-contrib-sass": ">=0.8.0",
"grunt-contrib-watch": ">=0.5.3",
"grunt-postcss": "^0.3.0"
}
}