mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Add autoprefixer and its dependancies (fix the buggy flex boxes in Safari and some older browsers)
This commit is contained in:
committed by
Francis Lachapelle
parent
cc24b9b599
commit
dcd6c5fd5a
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user